53 int16_t *
block,
int n,
int qscale)
56 const uint16_t *quant_matrix;
58 nCoeffs=
s->block_last_index[n];
60 block[0] *= n < 4 ?
s->y_dc_scale :
s->c_dc_scale;
62 quant_matrix =
s->intra_matrix;
63 for(
i=1;
i<=nCoeffs;
i++) {
64 int j=
s->intra_scantable.permutated[
i];
82 int16_t *
block,
int n,
int qscale)
85 const uint16_t *quant_matrix;
87 nCoeffs=
s->block_last_index[n];
89 quant_matrix =
s->inter_matrix;
90 for(
i=0;
i<=nCoeffs;
i++) {
91 int j=
s->intra_scantable.permutated[
i];
97 ((
int) (quant_matrix[j]))) >> 4;
102 ((
int) (quant_matrix[j]))) >> 4;
111 int16_t *
block,
int n,
int qscale)
114 const uint16_t *quant_matrix;
119 if(
s->alternate_scan) nCoeffs= 63;
120 else nCoeffs=
s->block_last_index[n];
122 block[0] *= n < 4 ?
s->y_dc_scale :
s->c_dc_scale;
123 quant_matrix =
s->intra_matrix;
124 for(
i=1;
i<=nCoeffs;
i++) {
125 int j=
s->intra_scantable.permutated[
i];
141 int16_t *
block,
int n,
int qscale)
144 const uint16_t *quant_matrix;
150 if(
s->alternate_scan) nCoeffs= 63;
151 else nCoeffs=
s->block_last_index[n];
153 block[0] *= n < 4 ?
s->y_dc_scale :
s->c_dc_scale;
155 quant_matrix =
s->intra_matrix;
156 for(
i=1;
i<=nCoeffs;
i++) {
157 int j=
s->intra_scantable.permutated[
i];
175 int16_t *
block,
int n,
int qscale)
178 const uint16_t *quant_matrix;
184 if(
s->alternate_scan) nCoeffs= 63;
185 else nCoeffs=
s->block_last_index[n];
187 quant_matrix =
s->inter_matrix;
188 for(
i=0;
i<=nCoeffs;
i++) {
189 int j=
s->intra_scantable.permutated[
i];
195 ((
int) (quant_matrix[j]))) >> 5;
199 ((
int) (quant_matrix[j]))) >> 5;
209 int16_t *
block,
int n,
int qscale)
219 block[0] *= n < 4 ?
s->y_dc_scale :
s->c_dc_scale;
220 qadd = (qscale - 1) | 1;
227 nCoeffs=
s->intra_scantable.raster_end[
s->block_last_index[n] ];
229 for(
i=1;
i<=nCoeffs;
i++) {
243 int16_t *
block,
int n,
int qscale)
250 qadd = (qscale - 1) | 1;
253 nCoeffs=
s->inter_scantable.raster_end[
s->block_last_index[n] ];
255 for(
i=0;
i<=nCoeffs;
i++) {
292 for (
i=0;
i<4;
i++) {
293 s->hdsp.avg_pixels_tab[0][
i] =
gray16;
294 s->hdsp.put_pixels_tab[0][
i] =
gray16;
295 s->hdsp.put_no_rnd_pixels_tab[0][
i] =
gray16;
297 s->hdsp.avg_pixels_tab[1][
i] =
gray8;
298 s->hdsp.put_pixels_tab[1][
i] =
gray8;
299 s->hdsp.put_no_rnd_pixels_tab[1][
i] =
gray8;
312 if (HAVE_INTRINSICS_NEON)
332 s->idsp.mpeg4_studio_profile =
s->studio_profile;
338 if (
s->alternate_scan) {
352 s->chroma_x_shift,
s->chroma_y_shift,
s->out_format,
353 s->mb_stride,
s->mb_width,
s->mb_height,
s->b8_stride,
354 &
s->linesize, &
s->uvlinesize);
359 int y_size =
s->b8_stride * (2 *
s->mb_height + 1);
360 int c_size =
s->mb_stride * (
s->mb_height + 1);
361 int yc_size = y_size + 2 * c_size;
364 if (
s->mb_height & 1)
365 yc_size += 2*
s->b8_stride + 2*
s->mb_stride;
367 s->sc.edge_emu_buffer =
370 s->sc.rd_scratchpad =
372 s->sc.obmc_scratchpad =
NULL;
379 if (
s->noise_reduction) {
381 2 * 64 *
sizeof(
int),
fail)
385 s->block =
s->blocks[0];
387 for (
i = 0;
i < 12;
i++) {
388 s->pblocks[
i] = &
s->block[
i];
392 s->dpcm_direction = 0;
395 if (
s->avctx->codec_tag ==
AV_RL32(
"VCR2")) {
397 FFSWAP(
void *,
s->pblocks[4],
s->pblocks[5]);
403 yc_size *
sizeof(int16_t) * 16,
fail);
404 s->ac_val[0] =
s->ac_val_base +
s->b8_stride + 1;
405 s->ac_val[1] =
s->ac_val_base + y_size +
s->mb_stride + 1;
406 s->ac_val[2] =
s->ac_val[1] + c_size;
422 s->sc.rd_scratchpad =
424 s->sc.obmc_scratchpad =
NULL;
438 #define COPY(a) bak->a = src->a
439 COPY(sc.edge_emu_buffer);
442 COPY(sc.rd_scratchpad);
443 COPY(sc.b_scratchpad);
444 COPY(sc.obmc_scratchpad);
450 COPY(dpcm_macroblock);
451 COPY(dpcm_direction);
474 for (
i = 0;
i < 12;
i++) {
485 "scratch buffers.\n");
504 if (!
s->context_initialized) {
509 s->bitstream_buffer =
NULL;
510 s->bitstream_buffer_size =
s->allocated_bitstream_buffer_size = 0;
512 if (
s1->context_initialized){
524 if (
s->height !=
s1->height ||
s->width !=
s1->width ||
s->context_reinit) {
525 s->context_reinit = 0;
526 s->height =
s1->height;
527 s->width =
s1->width;
532 s->avctx->coded_height =
s1->avctx->coded_height;
533 s->avctx->coded_width =
s1->avctx->coded_width;
534 s->avctx->width =
s1->avctx->width;
535 s->avctx->height =
s1->avctx->height;
537 s->quarter_sample =
s1->quarter_sample;
539 s->coded_picture_number =
s1->coded_picture_number;
540 s->picture_number =
s1->picture_number;
546 if (
s1->picture &&
s1->picture[
i].f->buf[0] &&
551 #define UPDATE_PICTURE(pic)\
553 ff_mpeg_unref_picture(s->avctx, &s->pic);\
554 if (s1->pic.f && s1->pic.f->buf[0])\
555 ret = ff_mpeg_ref_picture(s->avctx, &s->pic, &s1->pic);\
557 ret = ff_update_picture_tables(&s->pic, &s1->pic);\
566 #define REBASE_PICTURE(pic, new_ctx, old_ctx) \
567 ((pic && pic >= old_ctx->picture && \
568 pic < old_ctx->picture + MAX_PICTURE_COUNT) ? \
569 &new_ctx->picture[pic - old_ctx->picture] : NULL)
576 s->next_p_frame_damaged =
s1->next_p_frame_damaged;
577 s->workaround_bugs =
s1->workaround_bugs;
578 s->padding_bug_score =
s1->padding_bug_score;
581 memcpy(&
s->last_time_base, &
s1->last_time_base,
582 (
char *) &
s1->pb_field_time +
sizeof(
s1->pb_field_time) -
583 (
char *) &
s1->last_time_base);
586 s->max_b_frames =
s1->max_b_frames;
587 s->low_delay =
s1->low_delay;
588 s->droppable =
s1->droppable;
591 s->divx_packed =
s1->divx_packed;
593 if (
s1->bitstream_buffer) {
594 if (
s1->bitstream_buffer_size +
597 &
s->allocated_bitstream_buffer_size,
598 s1->allocated_bitstream_buffer_size);
599 if (!
s->bitstream_buffer) {
600 s->bitstream_buffer_size = 0;
604 s->bitstream_buffer_size =
s1->bitstream_buffer_size;
605 memcpy(
s->bitstream_buffer,
s1->bitstream_buffer,
606 s1->bitstream_buffer_size);
607 memset(
s->bitstream_buffer +
s->bitstream_buffer_size, 0,
612 if (!
s->sc.edge_emu_buffer)
615 &
s->sc,
s1->linesize) < 0) {
617 "scratch buffers.\n");
622 "be allocated due to unknown size.\n");
626 memcpy(&
s->progressive_sequence, &
s1->progressive_sequence,
627 (
char *) &
s1->rtp_mode - (
char *) &
s1->progressive_sequence);
629 if (!
s1->first_field) {
630 s->last_pict_type =
s1->pict_type;
631 if (
s1->current_picture_ptr)
632 s->last_lambda_for[
s1->pict_type] =
s1->current_picture_ptr->f->quality;
646 s->y_dc_scale_table =
649 s->progressive_frame = 1;
650 s->progressive_sequence = 1;
653 s->coded_picture_number = 0;
654 s->picture_number = 0;
659 s->slice_context_count = 1;
689 int y_size, c_size, yc_size,
i, mb_array_size, mv_table_size, x, y;
691 s->mb_width = (
s->width + 15) / 16;
692 s->mb_stride =
s->mb_width + 1;
693 s->b8_stride =
s->mb_width * 2 + 1;
694 mb_array_size =
s->mb_height *
s->mb_stride;
695 mv_table_size = (
s->mb_height + 2) *
s->mb_stride + 1;
699 s->h_edge_pos =
s->mb_width * 16;
700 s->v_edge_pos =
s->mb_height * 16;
702 s->mb_num =
s->mb_width *
s->mb_height;
707 s->block_wrap[3] =
s->b8_stride;
709 s->block_wrap[5] =
s->mb_stride;
711 y_size =
s->b8_stride * (2 *
s->mb_height + 1);
712 c_size =
s->mb_stride * (
s->mb_height + 1);
713 yc_size = y_size + 2 * c_size;
715 if (
s->mb_height & 1)
716 yc_size += 2*
s->b8_stride + 2*
s->mb_stride;
720 for (y = 0; y <
s->mb_height; y++)
721 for (x = 0; x <
s->mb_width; x++)
722 s->mb_index2xy[x + y *
s->mb_width] = x + y *
s->mb_stride;
724 s->mb_index2xy[
s->mb_height *
s->mb_width] = (
s->mb_height - 1) *
s->mb_stride +
s->mb_width;
734 s->p_mv_table =
s->p_mv_table_base +
s->mb_stride + 1;
735 s->b_forw_mv_table =
s->b_forw_mv_table_base +
s->mb_stride + 1;
736 s->b_back_mv_table =
s->b_back_mv_table_base +
s->mb_stride + 1;
737 s->b_bidir_forw_mv_table =
s->b_bidir_forw_mv_table_base +
s->mb_stride + 1;
738 s->b_bidir_back_mv_table =
s->b_bidir_back_mv_table_base +
s->mb_stride + 1;
739 s->b_direct_mv_table =
s->b_direct_mv_table_base +
s->mb_stride + 1;
747 mb_array_size *
sizeof(
float),
fail);
749 mb_array_size *
sizeof(
float),
fail);
756 for (
i = 0;
i < 2;
i++) {
758 for (j = 0; j < 2; j++) {
759 for (k = 0; k < 2; k++) {
761 s->b_field_mv_table_base[
i][j][k],
762 mv_table_size * 2 *
sizeof(int16_t),
764 s->b_field_mv_table[
i][j][k] =
s->b_field_mv_table_base[
i][j][k] +
769 s->p_field_mv_table[
i][j] =
s->p_field_mv_table_base[
i][j] +
s->mb_stride + 1;
777 s->coded_block =
s->coded_block_base +
s->b8_stride + 1;
784 if (
s->h263_pred ||
s->h263_plus || !
s->encoding) {
788 s->dc_val[0] =
s->dc_val_base +
s->b8_stride + 1;
789 s->dc_val[1] =
s->dc_val_base + y_size +
s->mb_stride + 1;
790 s->dc_val[2] =
s->dc_val[1] + c_size;
791 for (
i = 0;
i < yc_size;
i++)
792 s->dc_val_base[
i] = 1024;
797 memset(
s->mbintra_table, 1, mb_array_size);
812 memset(&
s->next_picture, 0,
sizeof(
s->next_picture));
813 memset(&
s->last_picture, 0,
sizeof(
s->last_picture));
814 memset(&
s->current_picture, 0,
sizeof(
s->current_picture));
815 memset(&
s->new_picture, 0,
sizeof(
s->new_picture));
817 memset(
s->thread_context, 0,
sizeof(
s->thread_context));
820 s->me.score_map =
NULL;
821 s->dct_error_sum =
NULL;
825 memset(
s->pblocks, 0,
sizeof(
s->pblocks));
826 s->dpcm_direction = 0;
827 s->dpcm_macroblock =
NULL;
828 s->ac_val_base =
NULL;
832 s->sc.edge_emu_buffer =
NULL;
833 s->me.scratchpad =
NULL;
835 s->sc.rd_scratchpad =
837 s->sc.obmc_scratchpad =
NULL;
840 s->bitstream_buffer =
NULL;
841 s->allocated_bitstream_buffer_size = 0;
844 s->p_mv_table_base =
NULL;
845 s->b_forw_mv_table_base =
NULL;
846 s->b_back_mv_table_base =
NULL;
847 s->b_bidir_forw_mv_table_base =
NULL;
848 s->b_bidir_back_mv_table_base =
NULL;
849 s->b_direct_mv_table_base =
NULL;
850 s->p_mv_table =
NULL;
851 s->b_forw_mv_table =
NULL;
852 s->b_back_mv_table =
NULL;
853 s->b_bidir_forw_mv_table =
NULL;
854 s->b_bidir_back_mv_table =
NULL;
855 s->b_direct_mv_table =
NULL;
856 for (
i = 0;
i < 2;
i++) {
857 for (j = 0; j < 2; j++) {
858 for (k = 0; k < 2; k++) {
859 s->b_field_mv_table_base[
i][j][k] =
NULL;
860 s->b_field_mv_table[
i][j][k] =
NULL;
862 s->b_field_select_table[
i][j] =
NULL;
863 s->p_field_mv_table_base[
i][j] =
NULL;
864 s->p_field_mv_table[
i][j] =
NULL;
866 s->p_field_select_table[
i] =
NULL;
869 s->dc_val_base =
NULL;
870 s->coded_block_base =
NULL;
871 s->mbintra_table =
NULL;
873 s->pred_dir_table =
NULL;
875 s->mbskip_table =
NULL;
877 s->er.error_status_table =
NULL;
878 s->er.er_temp_buffer =
NULL;
879 s->mb_index2xy =
NULL;
880 s->lambda_table =
NULL;
893 int nb_slices = (HAVE_THREADS &&
895 s->avctx->thread_count : 1;
899 if (
s->encoding &&
s->avctx->slices)
900 nb_slices =
s->avctx->slices;
903 s->mb_height = (
s->height + 31) / 32 * 2;
905 s->mb_height = (
s->height + 15) / 16;
909 "decoding to AV_PIX_FMT_NONE is not supported.\n");
913 if (nb_slices >
MAX_THREADS || (nb_slices >
s->mb_height &&
s->mb_height)) {
920 " reducing to %d\n", nb_slices, max_slices);
921 nb_slices = max_slices;
924 if ((
s->width ||
s->height) &&
941 if (!
s->picture[
i].f)
945 if (!
s->next_picture.f)
948 if (!
s->last_picture.f)
951 if (!
s->current_picture.f)
954 if (!
s->new_picture.f)
960 s->parse_context.state = -1;
962 s->context_initialized = 1;
963 memset(
s->thread_context, 0,
sizeof(
s->thread_context));
964 s->thread_context[0] =
s;
968 for (
i = 0;
i < nb_slices;
i++) {
971 if (!
s->thread_context[
i])
976 s->thread_context[
i]->start_mb_y =
977 (
s->mb_height * (
i) + nb_slices / 2) / nb_slices;
978 s->thread_context[
i]->end_mb_y =
979 (
s->mb_height * (
i + 1) + nb_slices / 2) / nb_slices;
985 s->end_mb_y =
s->mb_height;
987 s->slice_context_count = nb_slices;
1011 av_freep(&
s->b_bidir_forw_mv_table_base);
1012 av_freep(&
s->b_bidir_back_mv_table_base);
1014 s->p_mv_table =
NULL;
1015 s->b_forw_mv_table =
NULL;
1016 s->b_back_mv_table =
NULL;
1017 s->b_bidir_forw_mv_table =
NULL;
1018 s->b_bidir_back_mv_table =
NULL;
1019 s->b_direct_mv_table =
NULL;
1020 for (
i = 0;
i < 2;
i++) {
1021 for (j = 0; j < 2; j++) {
1022 for (k = 0; k < 2; k++) {
1023 av_freep(&
s->b_field_mv_table_base[
i][j][k]);
1024 s->b_field_mv_table[
i][j][k] =
NULL;
1028 s->p_field_mv_table[
i][j] =
NULL;
1049 s->linesize =
s->uvlinesize = 0;
1056 if (!
s->context_initialized)
1059 if (
s->slice_context_count > 1) {
1060 for (
i = 0;
i <
s->slice_context_count;
i++) {
1063 for (
i = 1;
i <
s->slice_context_count;
i++) {
1073 s->picture[
i].needs_realloc = 1;
1076 s->last_picture_ptr =
1077 s->next_picture_ptr =
1078 s->current_picture_ptr =
NULL;
1082 s->mb_height = (
s->height + 31) / 32 * 2;
1084 s->mb_height = (
s->height + 15) / 16;
1086 if ((
s->width ||
s->height) &&
1093 &
s->chroma_y_shift);
1100 memset(
s->thread_context, 0,
sizeof(
s->thread_context));
1101 s->thread_context[0] =
s;
1103 if (
s->width &&
s->height) {
1104 int nb_slices =
s->slice_context_count;
1105 if (nb_slices > 1) {
1106 for (
i = 0;
i < nb_slices;
i++) {
1109 if (!
s->thread_context[
i]) {
1116 s->thread_context[
i]->start_mb_y =
1117 (
s->mb_height * (
i) + nb_slices / 2) / nb_slices;
1118 s->thread_context[
i]->end_mb_y =
1119 (
s->mb_height * (
i + 1) + nb_slices / 2) / nb_slices;
1126 s->end_mb_y =
s->mb_height;
1128 s->slice_context_count = nb_slices;
1145 if (
s->slice_context_count > 1) {
1146 for (
i = 0;
i <
s->slice_context_count;
i++) {
1149 for (
i = 1;
i <
s->slice_context_count;
i++) {
1152 s->slice_context_count = 1;
1156 s->parse_context.buffer_size = 0;
1159 s->allocated_bitstream_buffer_size = 0;
1184 s->context_initialized = 0;
1185 s->last_picture_ptr =
1186 s->next_picture_ptr =
1187 s->current_picture_ptr =
NULL;
1188 s->linesize =
s->uvlinesize = 0;
1194 int i, h_chroma_shift, v_chroma_shift;
1225 s->last_picture_ptr !=
s->next_picture_ptr &&
1226 s->last_picture_ptr->f->buf[0]) {
1233 if (&
s->picture[
i] !=
s->last_picture_ptr &&
1234 &
s->picture[
i] !=
s->next_picture_ptr &&
1235 s->picture[
i].reference && !
s->picture[
i].needs_realloc) {
1246 if (!
s->picture[
i].reference)
1250 if (
s->current_picture_ptr && !
s->current_picture_ptr->f->buf[0]) {
1253 pic =
s->current_picture_ptr;
1260 pic = &
s->picture[
i];
1264 if (!
s->droppable) {
1274 s->current_picture_ptr = pic;
1276 s->current_picture_ptr->f->top_field_first =
s->top_field_first;
1280 s->current_picture_ptr->f->top_field_first =
1283 s->current_picture_ptr->f->interlaced_frame = !
s->progressive_frame &&
1284 !
s->progressive_sequence;
1285 s->current_picture_ptr->field_picture =
s->picture_structure !=
PICT_FRAME;
1287 s->current_picture_ptr->f->pict_type =
s->pict_type;
1293 s->current_picture_ptr)) < 0)
1297 s->last_picture_ptr =
s->next_picture_ptr;
1299 s->next_picture_ptr =
s->current_picture_ptr;
1301 ff_dlog(
s->avctx,
"L%p N%p C%p L%p N%p C%p type:%d drop:%d\n",
1302 s->last_picture_ptr,
s->next_picture_ptr,
s->current_picture_ptr,
1303 s->last_picture_ptr ?
s->last_picture_ptr->f->data[0] :
NULL,
1304 s->next_picture_ptr ?
s->next_picture_ptr->f->data[0] :
NULL,
1305 s->current_picture_ptr ?
s->current_picture_ptr->f->data[0] :
NULL,
1306 s->pict_type,
s->droppable);
1308 if ((!
s->last_picture_ptr || !
s->last_picture_ptr->f->buf[0]) &&
1310 int h_chroma_shift, v_chroma_shift;
1312 &h_chroma_shift, &v_chroma_shift);
1313 if (
s->pict_type ==
AV_PICTURE_TYPE_B &&
s->next_picture_ptr &&
s->next_picture_ptr->f->buf[0])
1315 "allocating dummy last picture for B frame\n");
1318 "warning: first frame is no keyframe\n");
1326 s->last_picture_ptr = &
s->picture[
i];
1328 s->last_picture_ptr->reference = 3;
1329 s->last_picture_ptr->f->key_frame = 0;
1333 s->last_picture_ptr =
NULL;
1339 memset(
s->last_picture_ptr->f->data[0] +
s->last_picture_ptr->f->linesize[0]*
i,
1340 0x80, avctx->
width);
1341 if (
s->last_picture_ptr->f->data[2]) {
1343 memset(
s->last_picture_ptr->f->data[1] +
s->last_picture_ptr->f->linesize[1]*
i,
1345 memset(
s->last_picture_ptr->f->data[2] +
s->last_picture_ptr->f->linesize[2]*
i,
1352 memset(
s->last_picture_ptr->f->data[0] +
s->last_picture_ptr->f->linesize[0]*
i, 16, avctx->
width);
1359 if ((!
s->next_picture_ptr || !
s->next_picture_ptr->f->buf[0]) &&
1367 s->next_picture_ptr = &
s->picture[
i];
1369 s->next_picture_ptr->reference = 3;
1370 s->next_picture_ptr->f->key_frame = 0;
1374 s->next_picture_ptr =
NULL;
1381 #if 0 // BUFREF-FIXME
1382 memset(
s->last_picture.f->data, 0,
sizeof(
s->last_picture.f->data));
1383 memset(
s->next_picture.f->data, 0,
sizeof(
s->next_picture.f->data));
1385 if (
s->last_picture_ptr) {
1386 if (
s->last_picture_ptr->f->buf[0] &&
1388 s->last_picture_ptr)) < 0)
1391 if (
s->next_picture_ptr) {
1392 if (
s->next_picture_ptr->f->buf[0] &&
1394 s->next_picture_ptr)) < 0)
1399 s->last_picture_ptr->f->buf[0]));
1403 for (
i = 0;
i < 4;
i++) {
1405 s->current_picture.f->data[
i] +=
1406 s->current_picture.f->linesize[
i];
1408 s->current_picture.f->linesize[
i] *= 2;
1409 s->last_picture.f->linesize[
i] *= 2;
1410 s->next_picture.f->linesize[
i] *= 2;
1418 s->dct_unquantize_intra =
s->dct_unquantize_mpeg2_intra;
1419 s->dct_unquantize_inter =
s->dct_unquantize_mpeg2_inter;
1421 s->dct_unquantize_intra =
s->dct_unquantize_h263_intra;
1422 s->dct_unquantize_inter =
s->dct_unquantize_h263_inter;
1424 s->dct_unquantize_intra =
s->dct_unquantize_mpeg1_intra;
1425 s->dct_unquantize_inter =
s->dct_unquantize_mpeg1_inter;
1440 if (
s->current_picture.reference)
1448 s->mb_width,
s->mb_height,
s->mb_stride,
s->quarter_sample);
1454 int offset = 2*
s->mb_stride + 1;
1465 int field_based,
int field_select,
1466 int src_x,
int src_y,
1468 int h_edge_pos,
int v_edge_pos,
1470 int motion_x,
int motion_y)
1472 const int lowres =
s->avctx->lowres;
1474 const int s_mask = (2 <<
lowres) - 1;
1478 if (
s->quarter_sample) {
1483 sx = motion_x & s_mask;
1484 sy = motion_y & s_mask;
1485 src_x += motion_x >>
lowres + 1;
1486 src_y += motion_y >>
lowres + 1;
1490 if ((
unsigned)src_x >
FFMAX( h_edge_pos - (!!sx) -
w, 0) ||
1491 (unsigned)src_y >
FFMAX((v_edge_pos >> field_based) - (!!sy) -
h, 0)) {
1492 s->vdsp.emulated_edge_mc(
s->sc.edge_emu_buffer,
src,
1493 s->linesize,
s->linesize,
1494 w + 1, (
h + 1) << field_based,
1495 src_x, src_y << field_based,
1496 h_edge_pos, v_edge_pos);
1497 src =
s->sc.edge_emu_buffer;
1501 sx = (sx << 2) >>
lowres;
1502 sy = (sy << 2) >>
lowres;
1505 pix_op[op_index](dest,
src,
stride,
h, sx, sy);
1519 int motion_x,
int motion_y,
1522 uint8_t *ptr_y, *ptr_cb, *ptr_cr;
1523 int mx, my, src_x, src_y, uvsrc_x, uvsrc_y, sx, sy, uvsx, uvsy;
1525 const int lowres =
s->avctx->lowres;
1526 const int op_index =
FFMIN(
lowres-1+
s->chroma_x_shift, 3);
1527 const int block_s = 8>>
lowres;
1528 const int s_mask = (2 <<
lowres) - 1;
1529 const int h_edge_pos =
s->h_edge_pos >>
lowres;
1530 const int v_edge_pos =
s->v_edge_pos >>
lowres;
1531 linesize =
s->current_picture.f->linesize[0] << field_based;
1532 uvlinesize =
s->current_picture.f->linesize[1] << field_based;
1535 if (
s->quarter_sample) {
1541 motion_y += (bottom_field - field_select)*((1 <<
lowres)-1);
1544 sx = motion_x & s_mask;
1545 sy = motion_y & s_mask;
1546 src_x =
s->mb_x * 2 * block_s + (motion_x >>
lowres + 1);
1547 src_y = (mb_y * 2 * block_s >> field_based) + (motion_y >>
lowres + 1);
1550 uvsx = ((motion_x >> 1) & s_mask) | (sx & 1);
1551 uvsy = ((motion_y >> 1) & s_mask) | (sy & 1);
1552 uvsrc_x = src_x >> 1;
1553 uvsrc_y = src_y >> 1;
1558 uvsx = (2 * mx) & s_mask;
1559 uvsy = (2 * my) & s_mask;
1560 uvsrc_x =
s->mb_x * block_s + (mx >>
lowres);
1561 uvsrc_y = mb_y * block_s + (my >>
lowres);
1563 if(
s->chroma_y_shift){
1568 uvsrc_x =
s->mb_x * block_s + (mx >>
lowres + 1);
1569 uvsrc_y = (mb_y * block_s >> field_based) + (my >>
lowres + 1);
1571 if(
s->chroma_x_shift){
1575 uvsy = motion_y & s_mask;
1577 uvsrc_x =
s->mb_x*block_s + (mx >> (
lowres+1));
1580 uvsx = motion_x & s_mask;
1581 uvsy = motion_y & s_mask;
1588 ptr_y = ref_picture[0] + src_y *
linesize + src_x;
1589 ptr_cb = ref_picture[1] + uvsrc_y * uvlinesize + uvsrc_x;
1590 ptr_cr = ref_picture[2] + uvsrc_y * uvlinesize + uvsrc_x;
1592 if ((
unsigned) src_x >
FFMAX( h_edge_pos - (!!sx) - 2 * block_s, 0) || uvsrc_y<0 ||
1593 (
unsigned) src_y >
FFMAX((v_edge_pos >> field_based) - (!!sy) -
h, 0)) {
1594 s->vdsp.emulated_edge_mc(
s->sc.edge_emu_buffer, ptr_y,
1596 17, 17 + field_based,
1597 src_x, src_y << field_based, h_edge_pos,
1599 ptr_y =
s->sc.edge_emu_buffer;
1601 uint8_t *ubuf =
s->sc.edge_emu_buffer + 18 *
s->linesize;
1602 uint8_t *vbuf =ubuf + 10 *
s->uvlinesize;
1604 vbuf -=
s->uvlinesize;
1605 s->vdsp.emulated_edge_mc(ubuf, ptr_cb,
1606 uvlinesize >> field_based, uvlinesize >> field_based,
1608 uvsrc_x, uvsrc_y << field_based,
1609 h_edge_pos >> 1, v_edge_pos >> 1);
1610 s->vdsp.emulated_edge_mc(vbuf, ptr_cr,
1611 uvlinesize >> field_based,uvlinesize >> field_based,
1613 uvsrc_x, uvsrc_y << field_based,
1614 h_edge_pos >> 1, v_edge_pos >> 1);
1622 dest_y +=
s->linesize;
1623 dest_cb +=
s->uvlinesize;
1624 dest_cr +=
s->uvlinesize;
1628 ptr_y +=
s->linesize;
1629 ptr_cb +=
s->uvlinesize;
1630 ptr_cr +=
s->uvlinesize;
1633 sx = (sx << 2) >>
lowres;
1634 sy = (sy << 2) >>
lowres;
1638 int hc =
s->chroma_y_shift ? (
h+1-bottom_field)>>1 :
h;
1639 uvsx = (uvsx << 2) >>
lowres;
1640 uvsy = (uvsy << 2) >>
lowres;
1642 pix_op[op_index](dest_cb, ptr_cb, uvlinesize, hc, uvsx, uvsy);
1643 pix_op[op_index](dest_cr, ptr_cr, uvlinesize, hc, uvsx, uvsy);
1655 const int lowres =
s->avctx->lowres;
1657 const int block_s = 8 >>
lowres;
1658 const int s_mask = (2 <<
lowres) - 1;
1659 const int h_edge_pos =
s->h_edge_pos >>
lowres + 1;
1660 const int v_edge_pos =
s->v_edge_pos >>
lowres + 1;
1661 int emu = 0, src_x, src_y, sx, sy;
1665 if (
s->quarter_sample) {
1677 src_x =
s->mb_x * block_s + (mx >>
lowres + 1);
1678 src_y =
s->mb_y * block_s + (my >>
lowres + 1);
1680 offset = src_y *
s->uvlinesize + src_x;
1681 ptr = ref_picture[1] +
offset;
1682 if ((
unsigned) src_x >
FFMAX(h_edge_pos - (!!sx) - block_s, 0) ||
1683 (unsigned) src_y >
FFMAX(v_edge_pos - (!!sy) - block_s, 0)) {
1684 s->vdsp.emulated_edge_mc(
s->sc.edge_emu_buffer, ptr,
1685 s->uvlinesize,
s->uvlinesize,
1687 src_x, src_y, h_edge_pos, v_edge_pos);
1688 ptr =
s->sc.edge_emu_buffer;
1691 sx = (sx << 2) >>
lowres;
1692 sy = (sy << 2) >>
lowres;
1693 pix_op[op_index](dest_cb, ptr,
s->uvlinesize, block_s, sx, sy);
1695 ptr = ref_picture[2] +
offset;
1697 s->vdsp.emulated_edge_mc(
s->sc.edge_emu_buffer, ptr,
1698 s->uvlinesize,
s->uvlinesize,
1700 src_x, src_y, h_edge_pos, v_edge_pos);
1701 ptr =
s->sc.edge_emu_buffer;
1703 pix_op[op_index](dest_cr, ptr,
s->uvlinesize, block_s, sx, sy);
1720 int dir,
uint8_t **ref_picture,
1725 const int lowres =
s->avctx->lowres;
1726 const int block_s = 8 >>
lowres;
1731 switch (
s->mv_type) {
1735 ref_picture, pix_op,
1736 s->mv[dir][0][0],
s->mv[dir][0][1],
1742 for (
i = 0;
i < 4;
i++) {
1744 s->linesize) * block_s,
1745 ref_picture[0], 0, 0,
1746 (2 * mb_x + (
i & 1)) * block_s,
1747 (2 * mb_y + (
i >> 1)) * block_s,
1748 s->width,
s->height,
s->linesize,
1750 block_s, block_s, pix_op,
1751 s->mv[dir][
i][0],
s->mv[dir][
i][1]);
1753 mx +=
s->mv[dir][
i][0];
1754 my +=
s->mv[dir][
i][1];
1765 1, 0,
s->field_select[dir][0],
1766 ref_picture, pix_op,
1767 s->mv[dir][0][0],
s->mv[dir][0][1],
1771 1, 1,
s->field_select[dir][1],
1772 ref_picture, pix_op,
1773 s->mv[dir][1][0],
s->mv[dir][1][1],
1776 if (
s->picture_structure !=
s->field_select[dir][0] + 1 &&
1778 ref_picture =
s->current_picture_ptr->f->data;
1782 0, 0,
s->field_select[dir][0],
1783 ref_picture, pix_op,
1785 s->mv[dir][0][1], 2 * block_s, mb_y >> 1);
1789 for (
i = 0;
i < 2;
i++) {
1792 if (
s->picture_structure ==
s->field_select[dir][
i] + 1 ||
1794 ref2picture = ref_picture;
1796 ref2picture =
s->current_picture_ptr->f->data;
1800 0, 0,
s->field_select[dir][
i],
1801 ref2picture, pix_op,
1802 s->mv[dir][
i][0],
s->mv[dir][
i][1] +
1803 2 * block_s *
i, block_s, mb_y >> 1);
1805 dest_y += 2 * block_s *
s->linesize;
1806 dest_cb += (2 * block_s >>
s->chroma_y_shift) *
s->uvlinesize;
1807 dest_cr += (2 * block_s >>
s->chroma_y_shift) *
s->uvlinesize;
1812 for (
i = 0;
i < 2;
i++) {
1814 for (j = 0; j < 2; j++) {
1817 ref_picture, pix_op,
1818 s->mv[dir][2 *
i + j][0],
1819 s->mv[dir][2 *
i + j][1],
1822 pix_op =
s->h264chroma.avg_h264_chroma_pixels_tab;
1825 for (
i = 0;
i < 2;
i++) {
1827 0, 0,
s->picture_structure !=
i + 1,
1828 ref_picture, pix_op,
1829 s->mv[dir][2 *
i][0],
s->mv[dir][2 *
i][1],
1830 2 * block_s, mb_y >> 1);
1833 pix_op =
s->h264chroma.avg_h264_chroma_pixels_tab;
1837 if (!
s->first_field) {
1838 ref_picture =
s->current_picture_ptr->f->data;
1853 int my_max = INT_MIN, my_min = INT_MAX, qpel_shift = !
s->quarter_sample;
1854 int my, off,
i, mvs;
1859 switch (
s->mv_type) {
1873 for (
i = 0;
i < mvs;
i++) {
1874 my =
s->mv[dir][
i][1];
1875 my_max =
FFMAX(my_max, my);
1876 my_min =
FFMIN(my_min, my);
1879 off = ((
FFMAX(-my_min, my_max)<<qpel_shift) + 63) >> 6;
1881 return av_clip(
s->mb_y + off, 0,
s->mb_height - 1);
1883 return s->mb_height-1;
1888 int16_t *
block,
int i,
uint8_t *dest,
int line_size,
int qscale)
1890 s->dct_unquantize_intra(
s,
block,
i, qscale);
1891 s->idsp.idct_put(dest, line_size,
block);
1898 if (
s->block_last_index[
i] >= 0) {
1899 s->idsp.idct_add(dest, line_size,
block);
1904 int16_t *
block,
int i,
uint8_t *dest,
int line_size,
int qscale)
1906 if (
s->block_last_index[
i] >= 0) {
1907 s->dct_unquantize_inter(
s,
block,
i, qscale);
1909 s->idsp.idct_add(dest, line_size,
block);
1918 int wrap =
s->b8_stride;
1919 int xy =
s->block_index[0];
1922 s->dc_val[0][xy + 1 ] =
1923 s->dc_val[0][xy +
wrap] =
1924 s->dc_val[0][xy + 1 +
wrap] = 1024;
1926 memset(
s->ac_val[0][xy ], 0, 32 *
sizeof(int16_t));
1927 memset(
s->ac_val[0][xy +
wrap], 0, 32 *
sizeof(int16_t));
1928 if (
s->msmpeg4_version>=3) {
1929 s->coded_block[xy ] =
1930 s->coded_block[xy + 1 ] =
1931 s->coded_block[xy +
wrap] =
1932 s->coded_block[xy + 1 +
wrap] = 0;
1935 wrap =
s->mb_stride;
1936 xy =
s->mb_x +
s->mb_y *
wrap;
1938 s->dc_val[2][xy] = 1024;
1940 memset(
s->ac_val[1][xy], 0, 16 *
sizeof(int16_t));
1941 memset(
s->ac_val[2][xy], 0, 16 *
sizeof(int16_t));
1943 s->mbintra_table[xy]= 0;
1958 int lowres_flag,
int is_mpeg12)
1960 const int mb_xy =
s->mb_y *
s->mb_stride +
s->mb_x;
1963 s->avctx->hwaccel &&
s->avctx->hwaccel->decode_mb) {
1964 s->avctx->hwaccel->decode_mb(
s);
1973 for(j=0; j<64; j++){
1975 block[
i][
s->idsp.idct_permutation[j]]);
1981 s->current_picture.qscale_table[mb_xy] =
s->qscale;
1985 if (!is_mpeg12 && (
s->h263_pred ||
s->h263_aic)) {
1986 if(
s->mbintra_table[mb_xy])
1991 s->last_dc[2] = 128 <<
s->intra_dc_precision;
1994 else if (!is_mpeg12 && (
s->h263_pred ||
s->h263_aic))
1995 s->mbintra_table[mb_xy]=1;
2000 uint8_t *dest_y, *dest_cb, *dest_cr;
2001 int dct_linesize, dct_offset;
2004 const int linesize =
s->current_picture.f->linesize[0];
2005 const int uvlinesize =
s->current_picture.f->linesize[1];
2006 const int readable=
s->pict_type !=
AV_PICTURE_TYPE_B ||
s->encoding ||
s->avctx->draw_horiz_band || lowres_flag;
2007 const int block_size= lowres_flag ? 8>>
s->avctx->lowres : 8;
2012 uint8_t *mbskip_ptr = &
s->mbskip_table[mb_xy];
2014 if (
s->mb_skipped) {
2018 }
else if(!
s->current_picture.reference) {
2025 dct_linesize =
linesize <<
s->interlaced_dct;
2030 dest_cb=
s->dest[1];
2031 dest_cr=
s->dest[2];
2033 dest_y =
s->sc.b_scratchpad;
2034 dest_cb=
s->sc.b_scratchpad+16*
linesize;
2035 dest_cr=
s->sc.b_scratchpad+32*
linesize;
2061 op_pix =
s->h264chroma.avg_h264_chroma_pixels_tab;
2067 op_qpix =
s->me.qpel_put;
2069 op_pix =
s->hdsp.put_pixels_tab;
2071 op_pix =
s->hdsp.put_no_rnd_pixels_tab;
2074 ff_mpv_motion(
s, dest_y, dest_cb, dest_cr, 0,
s->last_picture.f->data, op_pix, op_qpix);
2075 op_pix =
s->hdsp.avg_pixels_tab;
2076 op_qpix=
s->me.qpel_avg;
2079 ff_mpv_motion(
s, dest_y, dest_cb, dest_cr, 1,
s->next_picture.f->data, op_pix, op_qpix);
2085 if(
s->avctx->skip_idct){
2101 if (
s->chroma_y_shift){
2116 add_dct(
s,
block[2], 2, dest_y + dct_offset , dct_linesize);
2117 add_dct(
s,
block[3], 3, dest_y + dct_offset + block_size, dct_linesize);
2120 if(
s->chroma_y_shift){
2125 dct_linesize = uvlinesize <<
s->interlaced_dct;
2126 dct_offset =
s->interlaced_dct ? uvlinesize : uvlinesize*block_size;
2132 if(!
s->chroma_x_shift){
2135 add_dct(
s,
block[10], 10, dest_cb+block_size+dct_offset, dct_linesize);
2136 add_dct(
s,
block[11], 11, dest_cr+block_size+dct_offset, dct_linesize);
2141 else if (CONFIG_WMV2_DECODER || CONFIG_WMV2_ENCODER) {
2147 if (
s->avctx->bits_per_raw_sample > 8){
2148 const int act_block_size = block_size * 2;
2150 if(
s->dpcm_direction == 0) {
2151 s->idsp.idct_put(dest_y, dct_linesize, (int16_t*)(*
s->block32)[0]);
2152 s->idsp.idct_put(dest_y + act_block_size, dct_linesize, (int16_t*)(*
s->block32)[1]);
2153 s->idsp.idct_put(dest_y + dct_offset, dct_linesize, (int16_t*)(*
s->block32)[2]);
2154 s->idsp.idct_put(dest_y + dct_offset + act_block_size, dct_linesize, (int16_t*)(*
s->block32)[3]);
2156 dct_linesize = uvlinesize <<
s->interlaced_dct;
2157 dct_offset =
s->interlaced_dct ? uvlinesize : uvlinesize*block_size;
2159 s->idsp.idct_put(dest_cb, dct_linesize, (int16_t*)(*
s->block32)[4]);
2160 s->idsp.idct_put(dest_cr, dct_linesize, (int16_t*)(*
s->block32)[5]);
2161 s->idsp.idct_put(dest_cb + dct_offset, dct_linesize, (int16_t*)(*
s->block32)[6]);
2162 s->idsp.idct_put(dest_cr + dct_offset, dct_linesize, (int16_t*)(*
s->block32)[7]);
2163 if(!
s->chroma_x_shift){
2164 s->idsp.idct_put(dest_cb + act_block_size, dct_linesize, (int16_t*)(*
s->block32)[8]);
2165 s->idsp.idct_put(dest_cr + act_block_size, dct_linesize, (int16_t*)(*
s->block32)[9]);
2166 s->idsp.idct_put(dest_cb + act_block_size + dct_offset, dct_linesize, (int16_t*)(*
s->block32)[10]);
2167 s->idsp.idct_put(dest_cr + act_block_size + dct_offset, dct_linesize, (int16_t*)(*
s->block32)[11]);
2169 }
else if(
s->dpcm_direction == 1) {
2171 uint16_t *dest_pcm[3] = {(uint16_t*)dest_y, (uint16_t*)dest_cb, (uint16_t*)dest_cr};
2172 int linesize[3] = {dct_linesize, uvlinesize, uvlinesize};
2173 for(
i = 0;
i < 3;
i++) {
2175 int vsub =
i ?
s->chroma_y_shift : 0;
2176 int hsub =
i ?
s->chroma_x_shift : 0;
2177 for(
h = 0;
h < (16 >> vsub);
h++){
2178 for(
w = 0;
w < (16 >>
hsub);
w++)
2179 dest_pcm[
i][
w] = (*
s->dpcm_macroblock)[
i][idx++];
2183 }
else if(
s->dpcm_direction == -1) {
2185 uint16_t *dest_pcm[3] = {(uint16_t*)dest_y, (uint16_t*)dest_cb, (uint16_t*)dest_cr};
2186 int linesize[3] = {dct_linesize, uvlinesize, uvlinesize};
2187 for(
i = 0;
i < 3;
i++) {
2189 int vsub =
i ?
s->chroma_y_shift : 0;
2190 int hsub =
i ?
s->chroma_x_shift : 0;
2191 dest_pcm[
i] += (
linesize[
i] / 2) * ((16 >> vsub) - 1);
2192 for(
h = (16 >> vsub)-1;
h >= 1;
h--){
2193 for(
w = (16 >>
hsub)-1;
w >= 1;
w--)
2194 dest_pcm[
i][
w] = (*
s->dpcm_macroblock)[
i][idx++];
2203 put_dct(
s,
block[1], 1, dest_y + block_size, dct_linesize,
s->qscale);
2204 put_dct(
s,
block[2], 2, dest_y + dct_offset , dct_linesize,
s->qscale);
2205 put_dct(
s,
block[3], 3, dest_y + dct_offset + block_size, dct_linesize,
s->qscale);
2208 if(
s->chroma_y_shift){
2214 put_dct(
s,
block[4], 4, dest_cb, dct_linesize,
s->chroma_qscale);
2215 put_dct(
s,
block[5], 5, dest_cr, dct_linesize,
s->chroma_qscale);
2216 put_dct(
s,
block[6], 6, dest_cb + dct_offset, dct_linesize,
s->chroma_qscale);
2217 put_dct(
s,
block[7], 7, dest_cr + dct_offset, dct_linesize,
s->chroma_qscale);
2221 s->idsp.idct_put(dest_y, dct_linesize,
block[0]);
2222 s->idsp.idct_put(dest_y + block_size, dct_linesize,
block[1]);
2223 s->idsp.idct_put(dest_y + dct_offset, dct_linesize,
block[2]);
2224 s->idsp.idct_put(dest_y + dct_offset + block_size, dct_linesize,
block[3]);
2227 if(
s->chroma_y_shift){
2228 s->idsp.idct_put(dest_cb, uvlinesize,
block[4]);
2229 s->idsp.idct_put(dest_cr, uvlinesize,
block[5]);
2232 dct_linesize = uvlinesize <<
s->interlaced_dct;
2233 dct_offset =
s->interlaced_dct ? uvlinesize : uvlinesize*block_size;
2235 s->idsp.idct_put(dest_cb, dct_linesize,
block[4]);
2236 s->idsp.idct_put(dest_cr, dct_linesize,
block[5]);
2237 s->idsp.idct_put(dest_cb + dct_offset, dct_linesize,
block[6]);
2238 s->idsp.idct_put(dest_cr + dct_offset, dct_linesize,
block[7]);
2239 if(!
s->chroma_x_shift){
2240 s->idsp.idct_put(dest_cb + block_size, dct_linesize,
block[8]);
2241 s->idsp.idct_put(dest_cr + block_size, dct_linesize,
block[9]);
2242 s->idsp.idct_put(dest_cb + block_size + dct_offset, dct_linesize,
block[10]);
2243 s->idsp.idct_put(dest_cr + block_size + dct_offset, dct_linesize,
block[11]);
2251 s->hdsp.put_pixels_tab[0][0](
s->dest[0], dest_y ,
linesize,16);
2253 s->hdsp.put_pixels_tab[
s->chroma_x_shift][0](
s->dest[1], dest_cb, uvlinesize,16 >>
s->chroma_y_shift);
2254 s->hdsp.put_pixels_tab[
s->chroma_x_shift][0](
s->dest[2], dest_cr, uvlinesize,16 >>
s->chroma_y_shift);
2275 s->last_picture_ptr ?
s->last_picture_ptr->f :
NULL, y,
h,
s->picture_structure,
2276 s->first_field,
s->low_delay);
2280 const int linesize =
s->current_picture.f->linesize[0];
2281 const int uvlinesize =
s->current_picture.f->linesize[1];
2282 const int width_of_mb = (4 + (
s->avctx->bits_per_raw_sample > 8)) -
s->avctx->lowres;
2283 const int height_of_mb = 4 -
s->avctx->lowres;
2285 s->block_index[0]=
s->b8_stride*(
s->mb_y*2 ) - 2 +
s->mb_x*2;
2286 s->block_index[1]=
s->b8_stride*(
s->mb_y*2 ) - 1 +
s->mb_x*2;
2287 s->block_index[2]=
s->b8_stride*(
s->mb_y*2 + 1) - 2 +
s->mb_x*2;
2288 s->block_index[3]=
s->b8_stride*(
s->mb_y*2 + 1) - 1 +
s->mb_x*2;
2289 s->block_index[4]=
s->mb_stride*(
s->mb_y + 1) +
s->b8_stride*
s->mb_height*2 +
s->mb_x - 1;
2290 s->block_index[5]=
s->mb_stride*(
s->mb_y +
s->mb_height + 2) +
s->b8_stride*
s->mb_height*2 +
s->mb_x - 1;
2293 s->dest[0] =
s->current_picture.f->data[0] + (
int)((
s->mb_x - 1
U) << width_of_mb);
2294 s->dest[1] =
s->current_picture.f->data[1] + (
int)((
s->mb_x - 1
U) << (width_of_mb -
s->chroma_x_shift));
2295 s->dest[2] =
s->current_picture.f->data[2] + (
int)((
s->mb_x - 1
U) << (width_of_mb -
s->chroma_x_shift));
2300 s->dest[0] +=
s->mb_y *
linesize << height_of_mb;
2301 s->dest[1] +=
s->mb_y * uvlinesize << (height_of_mb -
s->chroma_y_shift);
2302 s->dest[2] +=
s->mb_y * uvlinesize << (height_of_mb -
s->chroma_y_shift);
2304 s->dest[0] += (
s->mb_y>>1) *
linesize << height_of_mb;
2305 s->dest[1] += (
s->mb_y>>1) * uvlinesize << (height_of_mb -
s->chroma_y_shift);
2306 s->dest[2] += (
s->mb_y>>1) * uvlinesize << (height_of_mb -
s->chroma_y_shift);
2316 if (!
s || !
s->picture)
2321 s->current_picture_ptr =
s->last_picture_ptr =
s->next_picture_ptr =
NULL;
2327 s->mb_x=
s->mb_y= 0;
2330 s->parse_context.state= -1;
2331 s->parse_context.frame_start_found= 0;
2332 s->parse_context.overread= 0;
2333 s->parse_context.overread_index= 0;
2334 s->parse_context.index= 0;
2335 s->parse_context.last_index= 0;
2336 s->bitstream_buffer_size=0;
2347 else if (qscale > 31)
2351 s->chroma_qscale=
s->chroma_qscale_table[qscale];
2353 s->y_dc_scale=
s->y_dc_scale_table[ qscale ];
2354 s->c_dc_scale=
s->c_dc_scale_table[
s->chroma_qscale ];