Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c130 if(pbi->ec_active) in decode_macroblock()
613 if (pbi->ec_active && in decode_mb_rows()
799 else if (pbi->ec_active) in read_available_partition_size()
814 if (pbi->ec_active) in read_available_partition_size()
966 if (pbi->decoded_key_frame && pbi->ec_enabled && !pbi->ec_active) in init_frame()
967 pbi->ec_active = 1; in init_frame()
1005 if (!pbi->ec_active) in vp8_decode_frame()
1036 if (!pbi->ec_active && in vp8_decode_frame()
1054 if (!pbi->ec_active || data + 3 < data_end) in vp8_decode_frame()
1065 if (!pbi->ec_active || data + 6 < data_end) in vp8_decode_frame()
[all …]
Donyxd_int.h124 int ec_active; member
Donyxd_if.c110 pbi->ec_active = 0; in create_decompressor()
280 if (!pbi->ec_active && in check_fragments_for_errors()
Dthreading.c125 if(pbi->ec_active) in mt_decode_macroblock()
434 if (pbi->ec_active && in mt_decode_mb_rows()