Home | History | Annotate | Download | only in encoder

Lines Matching refs:I16x16

721     else if (u4_mb_type == I16x16)
971 if (I16x16 == u4_mb_type)
1402 ps_proc->u4_mb_type = I16x16;
1930 * Note on enabling I4x4 and I16x16
1931 * At very low QP's the hadamard transform in I16x16 will push up the maximum
1934 * Hence at low QPs, we will enable I4x4 and disable I16x16 irrespective of preset.
1941 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_16x16 ? (1 << I16x16) : 0;
1957 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_16x16 ? (1 << I16x16) : 0;
1975 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_16x16 ? (1 << I16x16) : 0;
2140 if (u4_valid_modes & (1 << I16x16))
2156 if (ps_proc->u4_mb_type == I4x4 || ps_proc->u4_mb_type == I16x16 || ps_proc->u4_mb_type == I8x8)