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

/external/libavc/encoder/
H A Dih264e_defs.h550 #define CHROMA_BLOCK_SKIP_THRESHOLD 4 macro
H A Dih264e_core_coding.c1376 if ( u4_thres_resi && (u4_coeff_cost < CHROMA_BLOCK_SKIP_THRESHOLD) )
1411 if (u4_thres_resi && (u4_coeff_cost < CHROMA_BLOCK_SKIP_THRESHOLD))

Completed in 95 milliseconds