Searched refs:u1_slice_type (Results 1 - 15 of 15) sorted by relevance

/external/libavc/encoder/
H A Dih264e_cabac_init.c203 const UWORD8 u1_slice_type = ps_slice_hdr->u1_slice_type; local
212 if (ISLICE != u1_slice_type)
H A Dih264e_encode_header.c537 PUT_BITS_UEV(ps_bitstrm, ps_slice_hdr->u1_slice_type, return_status, "slice_type");
593 if (ps_slice_hdr->u1_slice_type == BSLICE)
599 if (ps_slice_hdr->u1_slice_type == PSLICE || ps_slice_hdr->u1_slice_type == SPSLICE || ps_slice_hdr->u1_slice_type == BSLICE)
609 if (ps_slice_hdr->u1_slice_type == BSLICE)
619 if ((ps_slice_hdr->u1_slice_type != ISLICE) && (ps_slice_hdr->u1_slice_type != SISLICE))
630 if (ps_slice_hdr->u1_slice_type == BSLICE)
642 (ps_slice_hdr->u1_slice_type
[all...]
/external/libavc/decoder/
H A Dih264d_parse_slice.c104 if(ps_cur_slice->u1_slice_type == B_SLICE)
239 if(ps_cur_slice->u1_slice_type != I_SLICE)
248 if((ps_cur_slice->u1_slice_type != I_SLICE)
288 && ((ps_cur_slice->u1_slice_type == I_SLICE)
289 || (ps_cur_slice->u1_slice_type
1027 UWORD8 u1_field_pic_flag, u1_redundant_pic_cnt = 0, u1_slice_type; local
1071 u1_slice_type = u4_temp;
1072 COPYTHECONTEXT("SH: slice_type",(u1_slice_type));
1077 if(u1_slice_type > 4)
1079 u1_slice_type
[all...]
H A Dih264d_cabac.c123 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec) argument
130 if(I_SLICE != u1_slice_type)
160 if(u1_slice_type == I_SLICE)
165 else if(u1_slice_type == P_SLICE)
171 else if(u1_slice_type == B_SLICE)
H A Dih264d_thread_parse_decode.c209 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);
H A Dih264d_thread_compute_bs.c393 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);
H A Dih264d_process_pslice.c62 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);
852 cont = (ps_cur_slice->u1_slice_type == B_SLICE);
H A Dih264d_inter_pred.c477 const UWORD8 u1_slice_type = ps_cur_slice->u1_slice_type; local
570 if((u1_slice_type == P_SLICE) || (u1_slice_type == SP_SLICE))
H A Dih264d_parse_islice.c65 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
505 if(ps_dec->ps_cur_slice->u1_slice_type != I_SLICE)
1333 if(ps_dec->ps_cur_slice->u1_slice_type != I_SLICE)
H A Dih264d_parse_pslice.c66 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
829 if(ps_slice->u1_slice_type == P_SLICE)
1150 if(ps_slice->u1_slice_type == P_SLICE)
1698 ps_dec->ps_cur_slice->u1_slice_type = P_SLICE;
1941 != ps_dec->ps_cur_slice->u1_slice_type);
H A Dih264d_parse_bslice.c60 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
1415 != ps_dec->ps_cur_slice->u1_slice_type);
H A Dih264d_parse_mb_header.c156 const UWORD8 uc_slice_type = ps_dec->ps_cur_slice->u1_slice_type;
H A Dih264d_structs.h495 UWORD8 u1_slice_type; /** I/P/B/SI/SP */ member in struct:__anon7516
H A Dih264d_process_bslice.c56 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
/external/libavc/common/
H A Dih264_structs.h1279 UWORD8 u1_slice_type; member in struct:__anon7450

Completed in 1670 milliseconds