Home
last modified time | relevance | path

Searched refs:pv_pic_tu_coeff_data (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/decoder/
Dihevcd_utils.c986 ps_codec->s_parse.pv_pic_tu_coeff_data = pu1_buf; in ihevcd_parse_pic_init()
990 ps_codec->s_parse.pv_tu_coeff_data = ps_codec->s_parse.pv_pic_tu_coeff_data; in ihevcd_parse_pic_init()
1105 ps_codec->as_process[i].pv_pic_tu_coeff_data = ps_codec->s_parse.pv_pic_tu_coeff_data; in ihevcd_parse_pic_init()
Dihevcd_structs.h878 void *pv_pic_tu_coeff_data; member
1255 void *pv_pic_tu_coeff_data; member
Dihevcd_parse_slice.c2477 (UWORD8 *)ps_codec->s_parse.pv_pic_tu_coeff_data; in ihevcd_parse_slice_data()
2487 (UWORD8 *)ps_codec->s_parse.pv_pic_tu_coeff_data; in ihevcd_parse_slice_data()
Dihevcd_process_slice.c1550 ps_proc->pv_tu_coeff_data = (UWORD8 *)ps_proc->pv_pic_tu_coeff_data in ihevcd_init_proc_ctxt()
/external/libavc/decoder/
Dih264d_parse_slice.c342 ps_dec->pv_parse_tu_coeff_data = ps_dec->pv_pic_tu_coeff_data; in ih264d_start_of_pic()
343 ps_dec->pv_proc_tu_coeff_data = ps_dec->pv_pic_tu_coeff_data; in ih264d_start_of_pic()
Dih264d_structs.h823 void *pv_pic_tu_coeff_data; member
Dih264d_utils.c2121 ps_dec->pv_pic_tu_coeff_data = (void *)(ps_dec->pi2_coeff_data + MB_LUM_SIZE); in ih264d_get_memory_dec_params()