Home
last modified time | relevance | path

Searched refs:pv_parse_tu_coeff_data (Results 1 – 6 of 6) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_islice.c137 ((UWORD8 *)ps_dec->pv_parse_tu_coeff_data), in ih264d_parse_imb_cavlc()
138 ((UWORD8 *)ps_dec->pv_parse_tu_coeff_data+16), in ih264d_parse_imb_cavlc()
140 pu1_temp = (UWORD8 *)ps_dec->pv_parse_tu_coeff_data; in ih264d_parse_imb_cavlc()
142 ps_dec->pv_parse_tu_coeff_data = (void *)pu1_temp; in ih264d_parse_imb_cavlc()
148 ((UWORD8 *)ps_dec->pv_parse_tu_coeff_data), in ih264d_parse_imb_cavlc()
149 ((UWORD8 *)ps_dec->pv_parse_tu_coeff_data+4), in ih264d_parse_imb_cavlc()
151 pu1_temp = (UWORD8 *)ps_dec->pv_parse_tu_coeff_data; in ih264d_parse_imb_cavlc()
153 ps_dec->pv_parse_tu_coeff_data = (void *)pu1_temp; in ih264d_parse_imb_cavlc()
405 (tu_sblk4x4_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data; in ih264d_parse_imb_cavlc()
407 (WORD16 *)ps_dec->pv_parse_tu_coeff_data; in ih264d_parse_imb_cavlc()
[all …]
Dih264d_parse_cavlc.c317 ps_tu_4x4 = (tu_sblk4x4_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data; in ih264d_cavlc_4x4res_block_totalcoeff_1()
404 … ps_dec->pv_parse_tu_coeff_data = (void *)((UWORD8 *)ps_dec->pv_parse_tu_coeff_data + offset); in ih264d_cavlc_4x4res_block_totalcoeff_1()
456 ps_tu_4x4 = (tu_sblk4x4_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
686 … ps_dec->pv_parse_tu_coeff_data = (void *)((UWORD8 *)ps_dec->pv_parse_tu_coeff_data + offset); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
738 ps_tu_4x4 = (tu_sblk4x4_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
967 … ps_dec->pv_parse_tu_coeff_data = (void *)((UWORD8 *)ps_dec->pv_parse_tu_coeff_data + offset); in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
1014 ps_tu_4x4 = (tu_sblk4x4_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data; in ih264d_rest_of_residual_cav_chroma_dc_block()
1198 … ps_dec->pv_parse_tu_coeff_data = (void *)((UWORD8 *)ps_dec->pv_parse_tu_coeff_data + offset); in ih264d_rest_of_residual_cav_chroma_dc_block()
1353 (WORD16 *)ps_dec->pv_parse_tu_coeff_data; in ih264d_cavlc_parse_chroma_dc()
1355 ps_tu_4x4 = (tu_sblk4x4_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data; in ih264d_cavlc_parse_chroma_dc()
[all …]
Dih264d_parse_cabac.c81 ps_tu_4x4 = (tu_sblk4x4_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data; in ih264d_read_coeff4x4_cabac()
559 … ps_dec->pv_parse_tu_coeff_data = (void *)((UWORD8 *)ps_dec->pv_parse_tu_coeff_data + offset); in ih264d_read_coeff4x4_cabac()
602 ps_tu_8x8 = (tu_blk8x8_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data; in ih264d_read_coeff8x8_cabac()
1018 … ps_dec->pv_parse_tu_coeff_data = (void *)((UWORD8 *)ps_dec->pv_parse_tu_coeff_data + offset); in ih264d_read_coeff8x8_cabac()
1480 (tu_sblk4x4_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data; in ih264d_parse_residual4x4_cabac()
1482 (WORD16 *)ps_dec->pv_parse_tu_coeff_data; in ih264d_parse_residual4x4_cabac()
1552 ps_dec->pv_parse_tu_coeff_data = (void *)pi2_coeff_data; in ih264d_parse_residual4x4_cabac()
Dih264d_parse_pslice.c875 ps_dec->pv_prev_mb_parse_tu_coeff_data = ps_dec->pv_parse_tu_coeff_data; in ih264d_parse_inter_slice_data_cabac()
1188 ps_dec->pv_prev_mb_parse_tu_coeff_data = ps_dec->pv_parse_tu_coeff_data; in ih264d_parse_inter_slice_data_cavlc()
1623 ps_dec->pv_parse_tu_coeff_data = ps_dec->pv_prev_mb_parse_tu_coeff_data; in ih264d_mark_err_slice_skip()
1722 ps_dec->ps_parse_cur_slice->pv_tu_coeff_data_start = ps_dec->pv_parse_tu_coeff_data; in ih264d_mark_err_slice_skip()
1726 ps_dec->pv_proc_tu_coeff_data = ps_dec->pv_parse_tu_coeff_data; in ih264d_mark_err_slice_skip()
Dih264d_parse_slice.c345 ps_dec->pv_parse_tu_coeff_data = ps_dec->pv_pic_tu_coeff_data; in ih264d_start_of_pic()
1880 ps_dec->ps_parse_cur_slice->pv_tu_coeff_data_start = ps_dec->pv_parse_tu_coeff_data; in ih264d_parse_decode_slice()
1884 ps_dec->pv_proc_tu_coeff_data = ps_dec->pv_parse_tu_coeff_data; in ih264d_parse_decode_slice()
Dih264d_structs.h817 void *pv_parse_tu_coeff_data; member