Home
last modified time | relevance | path

Searched refs:dpcm_direction (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo.c390 s->dpcm_direction = 0; in init_duplicate_context()
484 COPY(dpcm_direction); in backup_duplicate_context()
849 s->dpcm_direction = 0; in clear_context()
2138 if(s->dpcm_direction == 0) { in mpv_reconstruct_mb_internal()
2157 } else if(s->dpcm_direction == 1) { in mpv_reconstruct_mb_internal()
2171 } else if(s->dpcm_direction == -1) { in mpv_reconstruct_mb_internal()
Dmpegvideo.h518 … int dpcm_direction; // 0 = DCT, 1 = DPCM top to bottom scan, -1 = DPCM bottom to top scan member
Dmpeg4videodec.c2017 s->dpcm_direction = 0; in mpeg4_decode_studio_mb()
2037 s->dpcm_direction = get_bits1(&s->gb) ? -1 : 1; in mpeg4_decode_studio_mb()