Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_core_coding.c1223 UWORD32 u4_coeff_cost; in ih264e_pack_c_mb() local
1339 u4_coeff_cost = 0; in ih264e_pack_c_mb()
1376 if ( u4_thres_resi && (u4_coeff_cost < CHROMA_BLOCK_SKIP_THRESHOLD) ) in ih264e_pack_c_mb()
1382 u4_coeff_cost += pu1_coeff_cost[i4_run]; in ih264e_pack_c_mb()
1385 u4_coeff_cost += 9; in ih264e_pack_c_mb()
1411 if (u4_thres_resi && (u4_coeff_cost < CHROMA_BLOCK_SKIP_THRESHOLD)) in ih264e_pack_c_mb()