SIMPLE             25 libavcodec/h264_mb_template.c #if SIMPLE
SIMPLE             51 libavcodec/h264_mb_template.c     const int transform_bypass = !SIMPLE && (sl->qscale == 0 && h->ps.sps->transform_bypass);
SIMPLE             65 libavcodec/h264_mb_template.c     if (!SIMPLE && MB_FIELD(sl)) {
SIMPLE             98 libavcodec/h264_mb_template.c     if (!SIMPLE && IS_INTRA_PCM(mb_type)) {
SIMPLE            111 libavcodec/h264_mb_template.c             if (SIMPLE || !CONFIG_GRAY || !(h->flags & AV_CODEC_FLAG_GRAY)) {
SIMPLE            136 libavcodec/h264_mb_template.c             if (SIMPLE || !CONFIG_GRAY || !(h->flags & AV_CODEC_FLAG_GRAY)) {
SIMPLE            156 libavcodec/h264_mb_template.c                                uvlinesize, 1, 0, SIMPLE, PIXEL_SHIFT);
SIMPLE            158 libavcodec/h264_mb_template.c             if (SIMPLE || !CONFIG_GRAY || !(h->flags & AV_CODEC_FLAG_GRAY)) {
SIMPLE            163 libavcodec/h264_mb_template.c             hl_decode_mb_predict_luma(h, sl, mb_type, SIMPLE,
SIMPLE            169 libavcodec/h264_mb_template.c                                uvlinesize, 0, 0, SIMPLE, PIXEL_SHIFT);
SIMPLE            190 libavcodec/h264_mb_template.c         hl_decode_mb_idct_luma(h, sl, mb_type, SIMPLE, transform_bypass,
SIMPLE            193 libavcodec/h264_mb_template.c         if ((SIMPLE || !CONFIG_GRAY || !(h->flags & AV_CODEC_FLAG_GRAY)) &&
SIMPLE            250 libavcodec/h264_mb_template.c #if !SIMPLE || BITS == 8
SIMPLE            266 libavcodec/h264_mb_template.c     const int transform_bypass = !SIMPLE && (sl->qscale == 0 && h->ps.sps->transform_bypass);
SIMPLE            267 libavcodec/h264_mb_template.c     const int plane_count      = (SIMPLE || !CONFIG_GRAY || !(h->flags & AV_CODEC_FLAG_GRAY)) ? 3 : 1;
SIMPLE            278 libavcodec/h264_mb_template.c     if (!SIMPLE && MB_FIELD(sl)) {
SIMPLE            306 libavcodec/h264_mb_template.c     if (!SIMPLE && IS_INTRA_PCM(mb_type)) {
SIMPLE            328 libavcodec/h264_mb_template.c                                linesize, 1, 1, SIMPLE, PIXEL_SHIFT);
SIMPLE            331 libavcodec/h264_mb_template.c                 hl_decode_mb_predict_luma(h, sl, mb_type, SIMPLE,
SIMPLE            337 libavcodec/h264_mb_template.c                                linesize, 0, 1, SIMPLE, PIXEL_SHIFT);
SIMPLE            349 libavcodec/h264_mb_template.c             hl_decode_mb_idct_luma(h, sl, mb_type, SIMPLE, transform_bypass,