HomeSort by relevance Sort by last modified time
    Searched refs:P_SLICE (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.h 47 P_SLICE = 0,
54 #define IS_P_SLICE(sliceType) (((sliceType) == P_SLICE) || \
55 ((sliceType) == P_SLICE + 5))
h264bsd_decoder.c 246 tmp = h264bsdConceal(pStorage, pStorage->currImage, P_SLICE);
  /external/libavc/decoder/
ih264d_defs.h 385 #define P_SLICE 0
ih264d_parse_pslice.c 829 if(ps_slice->u1_slice_type == P_SLICE)
    [all...]
ih264d_cabac.c 165 else if(u1_slice_type == P_SLICE)
ih264d_parse_slice.c     [all...]
ih264d_parse_mb_header.c 191 else if(uc_slice_type == P_SLICE)
    [all...]
ih264d_inter_pred.c 570 if((u1_slice_type == P_SLICE) || (u1_slice_type == SP_SLICE))
    [all...]
ih264d_api.c     [all...]

Completed in 142 milliseconds