Searched refs:au2_sig_coeff_map (Results 1 – 1 of 1) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_cavlc.c | 717 UWORD16 au2_sig_coeff_map[4] = {0}; in ih264e_encode_residue() local 753 …OEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[0], au2_sig_coeff_map[0], pi2_res_… in ih264e_encode_residue() 765 …_block[0], au1_nnz[0], CAVLC_LUMA_4x4_DC, pu1_zero_run, u4_nC, ps_bitstream, au2_sig_coeff_map[0]); in ih264e_encode_residue() 774 …OEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[0], au2_sig_coeff_map[0], pi2_res_… in ih264e_encode_residue() 775 …OEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[1], au2_sig_coeff_map[1], pi2_res_… in ih264e_encode_residue() 776 …OEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[2], au2_sig_coeff_map[2], pi2_res_… in ih264e_encode_residue() 777 …OEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[3], au2_sig_coeff_map[3], pi2_res_… in ih264e_encode_residue() 786 … = ih264e_write_coeff8x8_cavlc(ps_ent_ctxt, pi2_res_block, au1_nnz, au2_sig_coeff_map, e_entropy_b… in ih264e_encode_residue() 798 …OEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[0], au2_sig_coeff_map[0], pi2_res_… in ih264e_encode_residue() 799 …OEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[1], au2_sig_coeff_map[1], pi2_res_… in ih264e_encode_residue() [all …]
|