Searched refs:blk_cntr (Results 1 – 1 of 1) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_core_coding.c | 168 WORD32 blk_cntr; in ih264e_luma_16x16_resi_trans_dctrans_quant() local 178 for (blk_cntr = 0; blk_cntr < NUM_LUMA4x4_BLOCKS_IN_MB; blk_cntr++) in ih264e_luma_16x16_resi_trans_dctrans_quant() 180 IND2SUB_LUMA_MB(blk_cntr, i4_offsetx, i4_offsety); in ih264e_luma_16x16_resi_trans_dctrans_quant() 186 pi2_out + blk_cntr * dst_strd, in ih264e_luma_16x16_resi_trans_dctrans_quant() 189 u4_round_factor, &pu1_nnz[blk_cntr], in ih264e_luma_16x16_resi_trans_dctrans_quant() 190 &pi2_dc_str[blk_cntr]); in ih264e_luma_16x16_resi_trans_dctrans_quant() 504 WORD32 blk_cntr; in ih264e_chroma_8x8_resi_trans_dctrans_quant() local 515 for (blk_cntr = 0; blk_cntr < NUM_CHROMA4x4_BLOCKS_IN_MB; blk_cntr++) in ih264e_chroma_8x8_resi_trans_dctrans_quant() 517 IND2SUB_CHROMA_MB(blk_cntr, i4_offsetx, i4_offsety); in ih264e_chroma_8x8_resi_trans_dctrans_quant() 525 pi2_out + blk_cntr * out_strd, src_strd, pred_strd, in ih264e_chroma_8x8_resi_trans_dctrans_quant() [all …]
|