Home
last modified time | relevance | path

Searched refs:CHROMA_BLOCK_SKIP_THRESHOLD (Results 1 – 2 of 2) sorted by relevance

/external/libavc/encoder/
Dih264e_defs.h555 #define CHROMA_BLOCK_SKIP_THRESHOLD 4 macro
Dih264e_core_coding.c1376 if ( u4_thres_resi && (u4_coeff_cost < CHROMA_BLOCK_SKIP_THRESHOLD) ) in ih264e_pack_c_mb()
1411 if (u4_thres_resi && (u4_coeff_cost < CHROMA_BLOCK_SKIP_THRESHOLD)) in ih264e_pack_c_mb()