Home
last modified time | relevance | path

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

/external/libhevc/decoder/
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()
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()
726 tu_sblk_coeff_data_t *ps_tu_sblk_coeff_data; in ihevcd_iquant_itrans_recon_ctb()
744 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)pu1_tu_coeff_data; in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_utils.c330 tu_data_size += num_tu * sizeof(tu_sblk_coeff_data_t); in ihevcd_get_tu_data_size()
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()
/external/libavc/encoder/
Dih264e_core_coding.c800 tu_sblk_coeff_data_t *ps_mb_coeff_data = (*pv_mb_coeff_data), *ps_mb_coeff_data_ac; in ih264e_pack_l_mb_i16()
976 tu_sblk_coeff_data_t *ps_mb_coeff_data, *ps_mb_coeff_data_b8, *ps_mb_coeff_data_mb; in ih264e_pack_l_mb()
1198 tu_sblk_coeff_data_t *ps_mb_coeff_data = (*pv_mb_coeff_data); in ih264e_pack_c_mb()
1199 tu_sblk_coeff_data_t *ps_mb_coeff_data_dc, *ps_mb_coeff_data_ac; in ih264e_pack_c_mb()
1672 tu_sblk_coeff_data_t *ps_mb_coeff_data, *ps_mb_coeff_data_b8; in ih264e_code_luma_intra_macroblock_4x4()
1903 tu_sblk_coeff_data_t *ps_mb_coeff_data, *ps_mb_coeff_data_b8; in ih264e_code_luma_intra_macroblock_4x4_rdopt_on()
Dih264e_cabac_encode.c889 tu_sblk_coeff_data_t *ps_mb_coeff_data; in ih264e_cabac_encode_residue_luma_dc()
970 tu_sblk_coeff_data_t *ps_mb_coeff_data; in ih264e_cabac_write_chroma_residue()
1147 tu_sblk_coeff_data_t *ps_mb_coeff_data; in ih264e_cabac_encode_residue()
Dih264e_structs.h904 }tu_sblk_coeff_data_t; typedef
Dih264e_cavlc.c720 tu_sblk_coeff_data_t *ps_mb_coeff_data; in ih264e_encode_residue()
Dih264e_api.c3406 size += sizeof(tu_sblk_coeff_data_t) * MAX_4x4_SUBBLKS; in ih264e_fill_num_mem_rec()
4326 size += sizeof(tu_sblk_coeff_data_t) * MAX_4x4_SUBBLKS; in ih264e_init_mem_rec()
/external/libhevc/common/
Dihevc_structs.h1811 }tu_sblk_coeff_data_t; typedef