HomeSort by relevance Sort by last modified time
    Searched refs:u1_slice_type (Results 1 - 15 of 15) 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)
ih264e_encode_header.c 738 PUT_BITS_UEV(ps_bitstrm, ps_slice_hdr->u1_slice_type, return_status, "slice_type");
794 if (ps_slice_hdr->u1_slice_type == BSLICE)
800 if (ps_slice_hdr->u1_slice_type == PSLICE || ps_slice_hdr->u1_slice_type == SPSLICE || ps_slice_hdr->u1_slice_type == BSLICE)
810 if (ps_slice_hdr->u1_slice_type == BSLICE)
820 if ((ps_slice_hdr->u1_slice_type != ISLICE) && (ps_slice_hdr->u1_slice_type != SISLICE))
831 if (ps_slice_hdr->u1_slice_type == BSLICE)
843 (ps_slice_hdr->u1_slice_type == PSLICE || ps_slice_hdr->u1_slice_type == SPSLICE)) |
    [all...]
  /external/libavc/decoder/
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))
995 UWORD8 u1_field_pic_flag, u1_redundant_pic_cnt = 0, u1_slice_type; local
    [all...]
ih264d_cabac.c 123 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec)
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)
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_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_parse_islice.c 65 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)
    [all...]
ih264d_parse_pslice.c 66 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
829 if(ps_slice->u1_slice_type == P_SLICE)
    [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_parse_mb_header.c 156 const UWORD8 uc_slice_type = ps_dec->ps_cur_slice->u1_slice_type;
    [all...]
ih264d_structs.h 495 UWORD8 u1_slice_type; /** I/P/B/SI/SP */ member in struct:__anon22118
    [all...]
ih264d_parse_bslice.c 60 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
    [all...]
ih264d_process_bslice.c 56 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
    [all...]
  /external/libavc/common/
ih264_structs.h 1279 UWORD8 u1_slice_type; member in struct:__anon22050
    [all...]

Completed in 409 milliseconds