Searched refs:I_SLICE (Results 1 – 8 of 8) sorted by relevance
130 if(I_SLICE != u1_slice_type) in ih264d_init_cabac_contexts()160 if(u1_slice_type == I_SLICE) in ih264d_init_cabac_contexts()
239 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()
221 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()
505 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()
351 #define I_SLICE 2 macro
505 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()
347 (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()
2314 else if(ps_dec->i4_pic_type == I_SLICE) in ih264d_video_decode()