SIMPLE             27 libavcodec/h264_mb_template.c #if SIMPLE
SIMPLE             53 libavcodec/h264_mb_template.c     const int transform_bypass = !SIMPLE && (h->qscale == 0 && h->sps.transform_bypass);
SIMPLE             55 libavcodec/h264_mb_template.c     const int is_h264 = !CONFIG_SVQ3_DECODER || SIMPLE || h->avctx->codec_id == AV_CODEC_ID_H264;
SIMPLE             69 libavcodec/h264_mb_template.c     if (!SIMPLE && MB_FIELD(h)) {
SIMPLE            102 libavcodec/h264_mb_template.c     if (!SIMPLE && IS_INTRA_PCM(mb_type)) {
SIMPLE            115 libavcodec/h264_mb_template.c             if (SIMPLE || !CONFIG_GRAY || !(h->flags & CODEC_FLAG_GRAY)) {
SIMPLE            140 libavcodec/h264_mb_template.c             if (SIMPLE || !CONFIG_GRAY || !(h->flags & CODEC_FLAG_GRAY)) {
SIMPLE            160 libavcodec/h264_mb_template.c                                uvlinesize, 1, 0, SIMPLE, PIXEL_SHIFT);
SIMPLE            162 libavcodec/h264_mb_template.c             if (SIMPLE || !CONFIG_GRAY || !(h->flags & CODEC_FLAG_GRAY)) {
SIMPLE            167 libavcodec/h264_mb_template.c             hl_decode_mb_predict_luma(h, mb_type, is_h264, SIMPLE,
SIMPLE            173 libavcodec/h264_mb_template.c                                uvlinesize, 0, 0, SIMPLE, PIXEL_SHIFT);
SIMPLE            190 libavcodec/h264_mb_template.c         hl_decode_mb_idct_luma(h, mb_type, is_h264, SIMPLE, transform_bypass,
SIMPLE            193 libavcodec/h264_mb_template.c         if ((SIMPLE || !CONFIG_GRAY || !(h->flags & CODEC_FLAG_GRAY)) &&
SIMPLE            266 libavcodec/h264_mb_template.c #if !SIMPLE || BITS == 8
SIMPLE            282 libavcodec/h264_mb_template.c     const int transform_bypass = !SIMPLE && (h->qscale == 0 && h->sps.transform_bypass);
SIMPLE            283 libavcodec/h264_mb_template.c     const int plane_count      = (SIMPLE || !CONFIG_GRAY || !(h->flags & CODEC_FLAG_GRAY)) ? 3 : 1;
SIMPLE            294 libavcodec/h264_mb_template.c     if (!SIMPLE && MB_FIELD(h)) {
SIMPLE            322 libavcodec/h264_mb_template.c     if (!SIMPLE && IS_INTRA_PCM(mb_type)) {
SIMPLE            344 libavcodec/h264_mb_template.c                                linesize, 1, 1, SIMPLE, PIXEL_SHIFT);
SIMPLE            347 libavcodec/h264_mb_template.c                 hl_decode_mb_predict_luma(h, mb_type, 1, SIMPLE,
SIMPLE            353 libavcodec/h264_mb_template.c                                linesize, 0, 1, SIMPLE, PIXEL_SHIFT);
SIMPLE            363 libavcodec/h264_mb_template.c             hl_decode_mb_idct_luma(h, mb_type, 1, SIMPLE, transform_bypass,