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

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

Completed in 84 milliseconds