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

  /external/libavc/decoder/
ih264d_parse_slice.c 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)
    [all...]
ih264d_cabac.c 130 if(I_SLICE != u1_slice_type)
160 if(u1_slice_type == I_SLICE)
ih264d_thread_parse_decode.c 221 u1_skip_th = ((u1_slice_type != I_SLICE) ?
224 u1_ipcm_th = ((u1_slice_type != I_SLICE) ? (u1_B ? 23 : 5) : 0);
ih264d_defs.h 356 #define I_SLICE 2
ih264d_thread_compute_bs.c 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_islice.c 505 if(ps_dec->ps_cur_slice->u1_slice_type != I_SLICE)
    [all...]
ih264d_process_pslice.c 347 (u1_slice_type != I_SLICE) ?
350 (u1_slice_type != I_SLICE) ? (ps_dec->u1_B ? 23 : 5) : 0);
    [all...]
ih264d_api.c     [all...]

Completed in 59 milliseconds