Lines Matching refs:plane_sample_offset

260 	uint8 plane_sample_offset;  member
694 sp->plane_sample_offset=(uint8)s; in OJPEGPreDecode()
1058 sp->plane_sample_offset=0; in OJPEGReadHeaderInfo()
1071 sp->plane_sample_offset=0; in OJPEGReadHeaderInfo()
1106 sp->plane_sample_offset=(uint8)(s-1); in OJPEGReadSecondarySos()
1107 while(sp->sos_end[sp->plane_sample_offset].log==0) in OJPEGReadSecondarySos()
1108 sp->plane_sample_offset--; in OJPEGReadSecondarySos()
1109 sp->in_buffer_source=sp->sos_end[sp->plane_sample_offset].in_buffer_source; in OJPEGReadSecondarySos()
1110 sp->in_buffer_next_strile=sp->sos_end[sp->plane_sample_offset].in_buffer_next_strile; in OJPEGReadSecondarySos()
1111 sp->in_buffer_file_pos=sp->sos_end[sp->plane_sample_offset].in_buffer_file_pos; in OJPEGReadSecondarySos()
1113 sp->in_buffer_file_togo=sp->sos_end[sp->plane_sample_offset].in_buffer_file_togo; in OJPEGReadSecondarySos()
1116 while(sp->plane_sample_offset<s) in OJPEGReadSecondarySos()
1135 sp->plane_sample_offset++; in OJPEGReadSecondarySos()
1138 sp->sos_end[sp->plane_sample_offset].log=1; in OJPEGReadSecondarySos()
1139 sp->sos_end[sp->plane_sample_offset].in_buffer_source=sp->in_buffer_source; in OJPEGReadSecondarySos()
1140 sp->sos_end[sp->plane_sample_offset].in_buffer_next_strile=sp->in_buffer_next_strile; in OJPEGReadSecondarySos()
1141 sp->sos_end[sp->plane_sample_offset].in_buffer_file_pos=sp->in_buffer_file_pos-sp->in_buffer_togo; in OJPEGReadSecondarySos()
1142 …sp->sos_end[sp->plane_sample_offset].in_buffer_file_togo=sp->in_buffer_file_togo+sp->in_buffer_tog… in OJPEGReadSecondarySos()
1347 assert(sp->plane_sample_offset==0); in OJPEGReadHeaderInfoSec()
1730 sp->sos_cs[sp->plane_sample_offset+o]=n; in OJPEGReadHeaderInfoSecStreamSos()
1734 sp->sos_tda[sp->plane_sample_offset+o]=n; in OJPEGReadHeaderInfoSecStreamSos()
2283 sp->out_buffer[10+m*3]=sp->sof_c[sp->plane_sample_offset+m]; in OJPEGWriteStreamSof()
2285 sp->out_buffer[10+m*3+1]=sp->sof_hv[sp->plane_sample_offset+m]; in OJPEGWriteStreamSof()
2287 sp->out_buffer[10+m*3+2]=sp->sof_tq[sp->plane_sample_offset+m]; in OJPEGWriteStreamSof()
2311 sp->out_buffer[5+m*2]=sp->sos_cs[sp->plane_sample_offset+m]; in OJPEGWriteStreamSos()
2313 sp->out_buffer[5+m*2+1]=sp->sos_tda[sp->plane_sample_offset+m]; in OJPEGWriteStreamSos()