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.c133 throw_residual = (!pbi->independent_partitions && in decode_macroblock()
607 int corrupt_residual = (!pbi->independent_partitions && in decode_mb_rows()
992 int prev_independent_partitions = pbi->independent_partitions; in vp8_decode_frame()
1306 pbi->independent_partitions = 1; in vp8_decode_frame()
1323 pbi->independent_partitions = 0; in vp8_decode_frame()
1383 pbi->independent_partitions = prev_independent_partitions; in vp8_decode_frame()
Dthreading.c128 throw_residual = (!pbi->independent_partitions && in mt_decode_macroblock()
428 (!pbi->independent_partitions && in mt_decode_mb_rows()
Donyxd_if.c103 pbi->independent_partitions = 0; in create_decompressor()