Home
last modified time | relevance | path

Searched refs:I_SLICE (Results 1 – 8 of 8) sorted by relevance

/external/libavc/decoder/
Dih264d_cabac.c130 if(I_SLICE != u1_slice_type) in ih264d_init_cabac_contexts()
160 if(u1_slice_type == I_SLICE) in ih264d_init_cabac_contexts()
Dih264d_parse_slice.c239 if(ps_cur_slice->u1_slice_type != I_SLICE) in ih264d_start_of_pic()
248 if((ps_cur_slice->u1_slice_type != I_SLICE) in ih264d_start_of_pic()
288 && ((ps_cur_slice->u1_slice_type == I_SLICE) in ih264d_start_of_pic()
1096 else if((I_SLICE == u1_slice_type) in ih264d_parse_decode_slice()
1874 if(u1_slice_type == I_SLICE) in ih264d_parse_decode_slice()
1881 ps_dec->i4_pic_type = I_SLICE; in ih264d_parse_decode_slice()
Dih264d_thread_parse_decode.c221 u1_skip_th = ((u1_slice_type != I_SLICE) ? in ih264d_decode_recon_tfr_nmb_thread()
224 u1_ipcm_th = ((u1_slice_type != I_SLICE) ? (u1_B ? 23 : 5) : 0); in ih264d_decode_recon_tfr_nmb_thread()
Dih264d_thread_compute_bs.c505 u1_skip_th = ((u1_slice_type != I_SLICE) ? in ih264d_recon_deblk_slice()
508 u1_ipcm_th = ((u1_slice_type != I_SLICE) ? (u1_B ? 23 : 5) : 0); in ih264d_recon_deblk_slice()
Dih264d_defs.h351 #define I_SLICE 2 macro
Dih264d_parse_islice.c505 if(ps_dec->ps_cur_slice->u1_slice_type != I_SLICE) in ih264d_parse_imb_cabac()
1000 ih264d_init_cabac_contexts(I_SLICE, ps_dec); in ih264d_parse_islice_data_cabac()
1331 if(ps_dec->ps_cur_slice->u1_slice_type != I_SLICE) in ih264d_parse_ipcm_mb()
Dih264d_process_pslice.c347 (u1_slice_type != I_SLICE) ? in ih264d_decode_recon_tfr_nmb()
350 (u1_slice_type != I_SLICE) ? (ps_dec->u1_B ? 23 : 5) : 0); in ih264d_decode_recon_tfr_nmb()
Dih264d_api.c2314 else if(ps_dec->i4_pic_type == I_SLICE) in ih264d_video_decode()