OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_decode_cur_slice
(Results
1 - 5
of
5
) sorted by null
/external/libavc/decoder/
ih264d_thread_parse_decode.c
217
u1_slice_type = ps_dec->
ps_decode_cur_slice
->slice_type;
497
u2_first_mb_in_slice = ps_dec->
ps_decode_cur_slice
->u4_first_mb_in_slice;
510
(void *) ps_dec->
ps_decode_cur_slice
->pv_tu_coeff_data_start;
546
&& (ps_dec->
ps_decode_cur_slice
->slice_type != B_SLICE)
614
ps_dec->
ps_decode_cur_slice
++;
ih264d_inter_pred.c
477
const UWORD8 u1_slice_type = ps_dec->
ps_decode_cur_slice
->slice_type;
[
all
...]
ih264d_parse_slice.c
375
ps_dec->
ps_decode_cur_slice
= &(ps_dec->ps_dec_slice_buf[0]);
[
all
...]
ih264d_structs.h
1282
volatile dec_slice_struct_t * volatile
ps_decode_cur_slice
;
member in struct:_DecStruct
[
all
...]
ih264d_utils.c
[
all
...]
Completed in 42 milliseconds