Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c126 if(pbi->ec_active) in decode_macroblock()
609 if (pbi->ec_active && in decode_mb_rows()
787 else if (pbi->ec_active) in read_available_partition_size()
802 if (pbi->ec_active) in read_available_partition_size()
954 if (pbi->decoded_key_frame && pbi->ec_enabled && !pbi->ec_active) in init_frame()
955 pbi->ec_active = 1; in init_frame()
993 if (!pbi->ec_active) in vp8_decode_frame()
1025 if (!pbi->ec_active && in vp8_decode_frame()
1043 if (!pbi->ec_active || data + 3 < data_end) in vp8_decode_frame()
1054 if (!pbi->ec_active || data + 6 < data_end) in vp8_decode_frame()
[all …]
Donyxd_int.h124 int ec_active; member
Donyxd_if.c95 pbi->ec_active = 0; in create_decompressor()
269 if (!pbi->ec_active && in check_fragments_for_errors()
Dthreading.c122 if(pbi->ec_active) in mt_decode_macroblock()
431 if (pbi->ec_active && in mt_decode_mb_rows()