OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u1_slice_type
(Results
1 - 8
of
8
) sorted by null
/external/libavc/encoder/
ih264e_cabac_init.c
199
const UWORD8
u1_slice_type
= ps_slice_hdr->
u1_slice_type
;
local
208
if (ISLICE !=
u1_slice_type
)
/external/libavc/decoder/
ih264d_thread_parse_decode.c
209
UWORD32
u1_slice_type
, u1_B;
local
217
u1_slice_type
= ps_dec->ps_decode_cur_slice->slice_type;
219
u1_B = (
u1_slice_type
== B_SLICE);
221
u1_skip_th = ((
u1_slice_type
!= I_SLICE) ?
224
u1_ipcm_th = ((
u1_slice_type
!= I_SLICE) ? (u1_B ? 23 : 5) : 0);
ih264d_thread_compute_bs.c
393
UWORD32
u1_slice_type
, u1_B;
local
501
u1_slice_type
= ps_dec->ps_computebs_cur_slice->slice_type;
503
u1_B = (
u1_slice_type
== B_SLICE);
505
u1_skip_th = ((
u1_slice_type
!= I_SLICE) ?
508
u1_ipcm_th = ((
u1_slice_type
!= I_SLICE) ? (u1_B ? 23 : 5) : 0);
ih264d_parse_slice.c
105
if(ps_cur_slice->
u1_slice_type
== B_SLICE)
244
if(ps_cur_slice->
u1_slice_type
!= I_SLICE)
253
if((ps_cur_slice->
u1_slice_type
!= I_SLICE)
292
if((ps_cur_slice->
u1_slice_type
== I_SLICE)
293
|| (ps_cur_slice->
u1_slice_type
== SI_SLICE))
1073
UWORD8 u1_field_pic_flag, u1_redundant_pic_cnt = 0,
u1_slice_type
;
local
[
all
...]
ih264d_inter_pred.c
477
const UWORD8
u1_slice_type
= ps_dec->ps_decode_cur_slice->slice_type;
local
570
if((
u1_slice_type
== P_SLICE) || (
u1_slice_type
== SP_SLICE))
[
all
...]
ih264d_process_pslice.c
62
void ih264d_init_cabac_contexts(UWORD8
u1_slice_type
, dec_struct_t * ps_dec);
345
const UWORD32
u1_slice_type
= ps_dec->ps_cur_slice->
u1_slice_type
;
local
347
(
u1_slice_type
!= I_SLICE) ?
350
(
u1_slice_type
!= I_SLICE) ? (ps_dec->u1_B ? 23 : 5) : 0);
[
all
...]
ih264d_structs.h
495
UWORD8
u1_slice_type
; /** I/P/B/SI/SP */
member in struct:__anon26947
[
all
...]
/external/libavc/common/
ih264_structs.h
1279
UWORD8
u1_slice_type
;
member in struct:__anon26879
[
all
...]
Completed in 345 milliseconds