Home
last modified time | relevance | path

Searched refs:u4_coeff_cost (Results 1 – 2 of 2) 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()
/external/libavc/encoder/svc/
Disvce_core_coding.c1305 UWORD32 u4_coeff_cost; in isvce_pack_c_mb() local
1421 u4_coeff_cost = 0; in isvce_pack_c_mb()
1459 if(u4_thres_resi && (u4_coeff_cost < CHROMA_BLOCK_SKIP_THRESHOLD)) in isvce_pack_c_mb()
1464 if(i4_run < 6) u4_coeff_cost += pu1_coeff_cost[i4_run]; in isvce_pack_c_mb()
1467 u4_coeff_cost += 9; in isvce_pack_c_mb()
1493 if(u4_thres_resi && (u4_coeff_cost < CHROMA_BLOCK_SKIP_THRESHOLD)) in isvce_pack_c_mb()