Searched refs:dpcm_direction (Results 1 – 3 of 3) sorted by relevance
390 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()
518 … int dpcm_direction; // 0 = DCT, 1 = DPCM top to bottom scan, -1 = DPCM bottom to top scan member
2017 s->dpcm_direction = 0; in mpeg4_decode_studio_mb()2037 s->dpcm_direction = get_bits1(&s->gb) ? -1 : 1; in mpeg4_decode_studio_mb()