Home | History | Annotate | Download | only in encoder

Lines Matching refs:I4x4

650     if (u4_mb_type == I4x4)
967 else if (I4x4 == u4_mb_type)
1922 * Note on enabling I4x4 and I16x16
1926 * Hence at low QPs, we will enable I4x4 and disable I16x16 irrespective of preset.
1940 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_4x4 ? (1 << I4x4) : 0;
1941 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4;
1955 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_4x4 ? (1 << I4x4) : 0;
1957 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4;
1973 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_4x4 ? (1 << I4x4) : 0;
1975 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4;
2119 if (u4_valid_modes & (1 << I4x4))
2148 if (ps_proc->u4_mb_type == I4x4 || ps_proc->u4_mb_type == I16x16 || ps_proc->u4_mb_type == I8x8)