/external/libavc/encoder/ |
D | ih264e_cavlc.c | 716 UWORD8 au1_nnz[4], *pu1_ngbr_avlb, *pu1_top_nnz, *pu1_left_nnz; in ih264e_encode_residue() local 753 …PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[0], au2_sig_coeff_map[0], p… in ih264e_encode_residue() 765 …error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[0], au1_nnz[0], CAVLC_LUMA_4x4_DC, pu1_ze… in ih264e_encode_residue() 774 …PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[0], au2_sig_coeff_map[0], p… in ih264e_encode_residue() 775 …PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[1], au2_sig_coeff_map[1], p… in ih264e_encode_residue() 776 …PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[2], au2_sig_coeff_map[2], p… in ih264e_encode_residue() 777 …PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[3], au2_sig_coeff_map[3], p… in ih264e_encode_residue() 786 …error_status = ih264e_write_coeff8x8_cavlc(ps_ent_ctxt, pi2_res_block, au1_nnz, au2_sig_coeff_map,… in ih264e_encode_residue() 798 …PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[0], au2_sig_coeff_map[0], p… in ih264e_encode_residue() 799 …PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[1], au2_sig_coeff_map[1], p… in ih264e_encode_residue() [all …]
|
D | ih264e_core_coding.c | 2029 UWORD8 au1_nnz[18] = {0}; in ih264e_code_chroma_intra_macroblock_8x8() local 2065 au1_nnz); in ih264e_code_chroma_intra_macroblock_8x8() 2071 au1_nnz, ps_codec->u4_thres_resi, &u4_cntrl, u4_swap_uv); in ih264e_code_chroma_intra_macroblock_8x8() 2291 UWORD8 au1_nnz[10] = {0}; in ih264e_code_chroma_inter_macroblock_8x8() local 2320 au1_nnz); in ih264e_code_chroma_inter_macroblock_8x8() 2326 au1_nnz, ps_codec->u4_thres_resi, &u4_cntrl, u4_swap_uv); in ih264e_code_chroma_inter_macroblock_8x8()
|
/external/libavc/encoder/svc/ |
D | isvce_cavlc.c | 711 UWORD8 au1_nnz[4], *pu1_ngbr_avlb, *pu1_top_nnz, *pu1_left_nnz; in isvce_encode_residue() local 749 PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[0], in isvce_encode_residue() 760 isvce_write_coeff4x4_cavlc(pi2_res_block[0], au1_nnz[0], CAVLC_LUMA_4x4_DC, in isvce_encode_residue() 770 PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[0], in isvce_encode_residue() 772 PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[1], in isvce_encode_residue() 774 PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[2], in isvce_encode_residue() 776 PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[3], in isvce_encode_residue() 787 isvce_write_coeff8x8_cavlc(ps_ent_ctxt, pi2_res_block, au1_nnz, au2_sig_coeff_map, in isvce_encode_residue() 800 PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[0], in isvce_encode_residue() 802 PARSE_COEFF_DATA_BLOCK_4x4(pv_mb_coeff_data, ps_mb_coeff_data, au1_nnz[1], in isvce_encode_residue() [all …]
|
D | isvce_core_coding.c | 2081 UWORD8 au1_nnz[2 * (NUM_4x4_IN_8x8 + 1)] = {0}; in isvce_code_chroma_intra_macroblock_8x8() local 2117 ps_qp_params->pu2_scale_mat, ps_qp_params->pu2_thres_mat, au1_nnz, ps_qp_params->u1_qbits, in isvce_code_chroma_intra_macroblock_8x8() 2123 isvce_pack_c_mb(pi2_res_mb, pv_mb_coeff_data, i4_res_strd, &u1_cbp_c, au1_nnz, in isvce_code_chroma_intra_macroblock_8x8() 2135 memcpy(ps_proc->au1_chroma_nnz, au1_nnz, sizeof(ps_proc->au1_chroma_nnz)); in isvce_code_chroma_intra_macroblock_8x8() 2307 UWORD8 au1_nnz[2 * (NUM_4x4_IN_8x8 + 1)] = {0}; in isvce_code_chroma_inter_macroblock_8x8() local 2334 ps_qp_params->pu2_scale_mat, ps_qp_params->pu2_thres_mat, au1_nnz, ps_qp_params->u1_qbits, in isvce_code_chroma_inter_macroblock_8x8() 2340 isvce_pack_c_mb(pi2_res_mb, pv_mb_coeff_data, i4_res_strd, &u1_cbp_c, au1_nnz, in isvce_code_chroma_inter_macroblock_8x8() 2364 memcpy(ps_proc->au1_chroma_nnz, au1_nnz, sizeof(ps_proc->au1_chroma_nnz)); in isvce_code_chroma_inter_macroblock_8x8()
|