Home
last modified time | relevance | path

Searched refs:independent_partitions (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Donyxd_int.h116 int independent_partitions; member
Ddecodeframe.c126 (!pbi->independent_partitions && pbi->frame_corrupt_residual); in decode_macroblock()
537 (!pbi->independent_partitions && pbi->frame_corrupt_residual) || in decode_mb_rows()
891 int prev_independent_partitions = pbi->independent_partitions; in vp8_decode_frame()
1179 pbi->independent_partitions = 1; in vp8_decode_frame()
1192 pbi->independent_partitions = 0; in vp8_decode_frame()
1257 pbi->independent_partitions = prev_independent_partitions; in vp8_decode_frame()
Donyxd_if.c114 pbi->independent_partitions = 0; in create_decompressor()
Dthreading.c118 (!pbi->independent_partitions && pbi->frame_corrupt_residual); in mt_decode_macroblock()
378 (!pbi->independent_partitions && pbi->frame_corrupt_residual) || in mt_decode_mb_rows()