OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pv_parse_tu_coeff_data
(Results
1 - 6
of
6
) sorted by null
/external/libavc/decoder/
ih264d_parse_islice.c
137
((UWORD8 *)ps_dec->
pv_parse_tu_coeff_data
),
138
((UWORD8 *)ps_dec->
pv_parse_tu_coeff_data
+16),
140
pu1_temp = (UWORD8 *)ps_dec->
pv_parse_tu_coeff_data
;
142
ps_dec->
pv_parse_tu_coeff_data
= (void *)pu1_temp;
148
((UWORD8 *)ps_dec->
pv_parse_tu_coeff_data
),
149
((UWORD8 *)ps_dec->
pv_parse_tu_coeff_data
+4),
151
pu1_temp = (UWORD8 *)ps_dec->
pv_parse_tu_coeff_data
;
153
ps_dec->
pv_parse_tu_coeff_data
= (void *)pu1_temp;
405
(tu_sblk4x4_coeff_data_t *)ps_dec->
pv_parse_tu_coeff_data
;
407
(WORD16 *)ps_dec->
pv_parse_tu_coeff_data
;
[
all
...]
ih264d_parse_cavlc.c
317
ps_tu_4x4 = (tu_sblk4x4_coeff_data_t *)ps_dec->
pv_parse_tu_coeff_data
;
404
ps_dec->
pv_parse_tu_coeff_data
= (void *)((UWORD8 *)ps_dec->
pv_parse_tu_coeff_data
+ offset);
456
ps_tu_4x4 = (tu_sblk4x4_coeff_data_t *)ps_dec->
pv_parse_tu_coeff_data
;
686
ps_dec->
pv_parse_tu_coeff_data
= (void *)((UWORD8 *)ps_dec->
pv_parse_tu_coeff_data
+ offset);
[
all
...]
ih264d_parse_cabac.c
81
ps_tu_4x4 = (tu_sblk4x4_coeff_data_t *)ps_dec->
pv_parse_tu_coeff_data
;
559
ps_dec->
pv_parse_tu_coeff_data
= (void *)((UWORD8 *)ps_dec->
pv_parse_tu_coeff_data
+ offset);
602
ps_tu_8x8 = (tu_blk8x8_coeff_data_t *)ps_dec->
pv_parse_tu_coeff_data
;
[
all
...]
ih264d_parse_pslice.c
[
all
...]
ih264d_parse_slice.c
342
ps_dec->
pv_parse_tu_coeff_data
= ps_dec->pv_pic_tu_coeff_data;
[
all
...]
ih264d_structs.h
817
void *
pv_parse_tu_coeff_data
;
member in struct:_DecStruct
[
all
...]
Completed in 54 milliseconds