Home
last modified time | relevance | path

Searched refs:tu_sblk_coeff_data_t (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/libavc/encoder/
H A Dih264e_core_coding.c809 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 Dih264e_cabac_encode.c898 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 Dih264e_structs.h930 }tu_sblk_coeff_data_t; typedef
H A Dih264e_cavlc.c724 tu_sblk_coeff_data_t *ps_mb_coeff_data; in ih264e_encode_residue()
H A Dih264e_api.c3277 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 Dihevcd_parse_residual.c202 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 Dihevcd_iquant_itrans_recon_ctb.c158 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 Dihevcd_utils.c330 tu_data_size += num_tu * sizeof(tu_sblk_coeff_data_t); in ihevcd_get_tu_data_size()
H A Dihevcd_parse_slice.c553 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 Disvce_core_coding.c891 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 Disvce_cabac_encode.c810 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 Disvce_cavlc.c715 tu_sblk_coeff_data_t *ps_mb_coeff_data; in isvce_encode_residue()
H A Disvce_api.c2520 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 Dihevc_structs.h1815 }tu_sblk_coeff_data_t; typedef