Searched refs:tu_sblk_coeff_data_t (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/libavc/encoder/ |
H A D | ih264e_core_coding.c | 809 tu_sblk_coeff_data_t *ps_mb_coeff_data = (*pv_mb_coeff_data), *ps_mb_coeff_data_ac; in ih264e_pack_l_mb_i16() 985 tu_sblk_coeff_data_t *ps_mb_coeff_data, *ps_mb_coeff_data_b8, *ps_mb_coeff_data_mb; in ih264e_pack_l_mb() 1205 tu_sblk_coeff_data_t *ps_mb_coeff_data = (*pv_mb_coeff_data); in ih264e_pack_c_mb() 1206 tu_sblk_coeff_data_t *ps_mb_coeff_data_dc, *ps_mb_coeff_data_ac; in ih264e_pack_c_mb() 1678 tu_sblk_coeff_data_t *ps_mb_coeff_data, *ps_mb_coeff_data_b8; in ih264e_code_luma_intra_macroblock_4x4() 1909 tu_sblk_coeff_data_t *ps_mb_coeff_data, *ps_mb_coeff_data_b8; in ih264e_code_luma_intra_macroblock_4x4_rdopt_on()
|
H A D | ih264e_cabac_encode.c | 898 tu_sblk_coeff_data_t *ps_mb_coeff_data; in ih264e_cabac_encode_residue_luma_dc() 972 tu_sblk_coeff_data_t *ps_mb_coeff_data; in ih264e_cabac_write_chroma_residue() 1142 tu_sblk_coeff_data_t *ps_mb_coeff_data; in ih264e_cabac_encode_residue()
|
H A D | ih264e_structs.h | 930 }tu_sblk_coeff_data_t; typedef
|
H A D | ih264e_cavlc.c | 724 tu_sblk_coeff_data_t *ps_mb_coeff_data; in ih264e_encode_residue()
|
H A D | ih264e_api.c | 3277 size += sizeof(tu_sblk_coeff_data_t) * MAX_4x4_SUBBLKS; in ih264e_fill_num_mem_rec() 4223 size += sizeof(tu_sblk_coeff_data_t) * MAX_4x4_SUBBLKS; in ih264e_init_mem_rec()
|
/aosp_15_r20/external/libhevc/decoder/ |
H A D | ihevcd_parse_residual.c | 202 tu_sblk_coeff_data_t *ps_tu_sblk_coeff_data; in ihevcd_parse_residual_coding() 644 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_residual_coding() 895 pu1_buf += sizeof(tu_sblk_coeff_data_t) - SUBBLK_COEFF_CNT * sizeof(WORD16); in ihevcd_parse_residual_coding()
|
H A D | ihevcd_iquant_itrans_recon_ctb.c | 158 tu_sblk_coeff_data_t *ps_tu_sblk_coeff_data; in ihevcd_unpack_coeffs() 190 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)(pu1_tu_coeff_data); in ihevcd_unpack_coeffs() 728 tu_sblk_coeff_data_t *ps_tu_sblk_coeff_data; in ihevcd_iquant_itrans_recon_ctb() 746 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)pu1_tu_coeff_data; in ihevcd_iquant_itrans_recon_ctb()
|
H A D | ihevcd_utils.c | 330 tu_data_size += num_tu * sizeof(tu_sblk_coeff_data_t); in ihevcd_get_tu_data_size()
|
H A D | ihevcd_parse_slice.c | 553 tu_sblk_coeff_data_t *ps_tu_sblk_coeff_data; in ihevcd_parse_pcm_sample() 585 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_pcm_sample()
|
/aosp_15_r20/external/libavc/encoder/svc/ |
H A D | isvce_core_coding.c | 891 tu_sblk_coeff_data_t *ps_mb_coeff_data = (*pv_mb_coeff_data), *ps_mb_coeff_data_ac; in isvce_pack_l_mb_i16() 1064 tu_sblk_coeff_data_t *ps_mb_coeff_data, *ps_mb_coeff_data_b8, *ps_mb_coeff_data_mb; in isvce_pack_l_mb() 1280 tu_sblk_coeff_data_t *ps_mb_coeff_data = (*pv_mb_coeff_data); in isvce_pack_c_mb() 1281 tu_sblk_coeff_data_t *ps_mb_coeff_data_dc, *ps_mb_coeff_data_ac; in isvce_pack_c_mb() 1716 tu_sblk_coeff_data_t *ps_mb_coeff_data, *ps_mb_coeff_data_b8; in isvce_code_luma_intra_macroblock_4x4() 1952 tu_sblk_coeff_data_t *ps_mb_coeff_data, *ps_mb_coeff_data_b8; in isvce_code_luma_intra_macroblock_4x4_rdopt_on()
|
H A D | isvce_cabac_encode.c | 810 tu_sblk_coeff_data_t *ps_mb_coeff_data; in isvce_cabac_encode_residue_luma_dc() 883 tu_sblk_coeff_data_t *ps_mb_coeff_data; in isvce_cabac_write_chroma_residue() 1041 tu_sblk_coeff_data_t *ps_mb_coeff_data; in isvce_cabac_encode_residue()
|
H A D | isvce_cavlc.c | 715 tu_sblk_coeff_data_t *ps_mb_coeff_data; in isvce_encode_residue()
|
H A D | isvce_api.c | 2520 size += sizeof(tu_sblk_coeff_data_t) * MAX_4x4_SUBBLKS; in isvce_fill_num_mem_rec() 3564 size += sizeof(tu_sblk_coeff_data_t) * MAX_4x4_SUBBLKS; in isvce_init_mem_rec()
|
/aosp_15_r20/external/libhevc/common/ |
H A D | ihevc_structs.h | 1815 }tu_sblk_coeff_data_t; typedef
|