HomeSort by relevance Sort by last modified time
    Searched refs:pv_tu_coeff_data (Results 1 - 6 of 6) sorted by null

  /external/libhevc/decoder/
ihevcd_parse_residual.c 337 WORD8 *pi1_buf = (WORD8 *)ps_codec->s_parse.pv_tu_coeff_data;
350 /* Store the incremented pointer in pv_tu_coeff_data */
351 ps_codec->s_parse.pv_tu_coeff_data = pi1_buf;
643 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)ps_codec->s_parse.pv_tu_coeff_data;
    [all...]
ihevcd_structs.h 885 void *pv_tu_coeff_data; member in struct:__anon27656
1262 void *pv_tu_coeff_data; member in struct:__anon27657
    [all...]
ihevcd_iquant_itrans_recon_ctb.c 587 pu1_tu_coeff_data = (UWORD8 *)ps_proc->pv_tu_coeff_data;
    [all...]
ihevcd_parse_slice.c 552 WORD8 *pi1_buf = (WORD8 *)ps_codec->s_parse.pv_tu_coeff_data;
566 /* Store the incremented pointer in pv_tu_coeff_data */
567 ps_codec->s_parse.pv_tu_coeff_data = pi1_buf;
572 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)ps_codec->s_parse.pv_tu_coeff_data;
600 ps_codec->s_parse.pv_tu_coeff_data = pu1_coeff_data;
    [all...]
ihevcd_utils.c 973 ps_codec->s_parse.pv_tu_coeff_data = ps_codec->s_parse.pv_pic_tu_coeff_data;
    [all...]
ihevcd_process_slice.c     [all...]

Completed in 42 milliseconds