Home | History | Annotate | Download | only in encoder

Lines Matching refs:I4x4

651     if (u4_mb_type == I4x4)
975 else if (I4x4 == u4_mb_type)
1930 * Note on enabling I4x4 and I16x16
1934 * Hence at low QPs, we will enable I4x4 and disable I16x16 irrespective of preset.
1948 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_4x4 ? (1 << I4x4) : 0;
1949 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4;
1963 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_4x4 ? (1 << I4x4) : 0;
1965 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4;
1981 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_4x4 ? (1 << I4x4) : 0;
1983 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4;
2127 if (u4_valid_modes & (1 << I4x4))
2156 if (ps_proc->u4_mb_type == I4x4 || ps_proc->u4_mb_type == I16x16 || ps_proc->u4_mb_type == I8x8)