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.h126 int independent_partitions; member
Ddecodeframe.c136 throw_residual = (!pbi->independent_partitions && in decode_macroblock()
610 int corrupt_residual = (!pbi->independent_partitions && in decode_mb_rows()
995 int prev_independent_partitions = pbi->independent_partitions; in vp8_decode_frame()
1308 pbi->independent_partitions = 1; in vp8_decode_frame()
1325 pbi->independent_partitions = 0; in vp8_decode_frame()
1385 pbi->independent_partitions = prev_independent_partitions; in vp8_decode_frame()
Dthreading.c131 throw_residual = (!pbi->independent_partitions && in mt_decode_macroblock()
431 (!pbi->independent_partitions && in mt_decode_mb_rows()
Donyxd_if.c118 pbi->independent_partitions = 0; in create_decompressor()