dctcoef            34 libavcodec/h264addpx_template.c     dctcoef *src = (dctcoef *) _src;
dctcoef            47 libavcodec/h264addpx_template.c     memset(_src, 0, sizeof(dctcoef) * 16);
dctcoef            54 libavcodec/h264addpx_template.c     dctcoef *src = (dctcoef *) _src;
dctcoef            71 libavcodec/h264addpx_template.c     memset(_src, 0, sizeof(dctcoef) * 64);
dctcoef            37 libavcodec/h264idct_template.c     dctcoef *block = (dctcoef*)_block;
dctcoef            66 libavcodec/h264idct_template.c     memset(block, 0, 16 * sizeof(dctcoef));
dctcoef            72 libavcodec/h264idct_template.c     dctcoef *block = (dctcoef*)_block;
dctcoef           140 libavcodec/h264idct_template.c     memset(block, 0, 64 * sizeof(dctcoef));
dctcoef           147 libavcodec/h264idct_template.c     dctcoef *block = (dctcoef*)_block;
dctcoef           162 libavcodec/h264idct_template.c     dctcoef *block = (dctcoef*)_block;
dctcoef           179 libavcodec/h264idct_template.c             if(nnz==1 && ((dctcoef*)block)[i*16]) FUNCC(ff_h264_idct_dc_add)(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
dctcoef           189 libavcodec/h264idct_template.c         else if(((dctcoef*)block)[i*16]) FUNCC(ff_h264_idct_dc_add)(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
dctcoef           198 libavcodec/h264idct_template.c             if(nnz==1 && ((dctcoef*)block)[i*16]) FUNCC(ff_h264_idct8_dc_add)(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
dctcoef           210 libavcodec/h264idct_template.c             else if(((dctcoef*)block)[i*16])
dctcoef           223 libavcodec/h264idct_template.c             else if(((dctcoef*)block)[i*16])
dctcoef           232 libavcodec/h264idct_template.c             else if(((dctcoef*)block)[i*16])
dctcoef           247 libavcodec/h264idct_template.c     dctcoef *input = (dctcoef*)_input;
dctcoef           248 libavcodec/h264idct_template.c     dctcoef *output = (dctcoef*)_output;
dctcoef           283 libavcodec/h264idct_template.c     dctcoef *block = (dctcoef*)_block;
dctcoef           308 libavcodec/h264idct_template.c     dctcoef *block = (dctcoef*)_block;
dctcoef          1133 libavcodec/h264pred_template.c     const dctcoef *block = (const dctcoef*)_block;
dctcoef          1161 libavcodec/h264pred_template.c     memset(_block, 0, sizeof(dctcoef) * 64);
dctcoef          1169 libavcodec/h264pred_template.c     const dctcoef *block = (const dctcoef*)_block;
dctcoef          1197 libavcodec/h264pred_template.c     memset(_block, 0, sizeof(dctcoef) * 64);
dctcoef          1215 libavcodec/h264pred_template.c     const dctcoef *block = (const dctcoef*)_block;
dctcoef          1228 libavcodec/h264pred_template.c     memset(_block, 0, sizeof(dctcoef) * 16);
dctcoef          1236 libavcodec/h264pred_template.c     const dctcoef *block = (const dctcoef*)_block;
dctcoef          1248 libavcodec/h264pred_template.c     memset(_block, 0, sizeof(dctcoef) * 16);
dctcoef          1256 libavcodec/h264pred_template.c     const dctcoef *block = (const dctcoef*)_block;
dctcoef          1273 libavcodec/h264pred_template.c     memset(_block, 0, sizeof(dctcoef) * 64);
dctcoef          1281 libavcodec/h264pred_template.c     const dctcoef *block = (const dctcoef*)_block;
dctcoef          1297 libavcodec/h264pred_template.c     memset(_block, 0, sizeof(dctcoef) * 64);
dctcoef           358 libavcodec/mips/h264idct_msa.c             if (nnz == 1 && ((dctcoef *) block)[i * 16])
dctcoef           380 libavcodec/mips/h264idct_msa.c             if (nnz == 1 && ((dctcoef *) block)[cnt * 16])
dctcoef           405 libavcodec/mips/h264idct_msa.c             else if (((dctcoef *) block)[i * 16])
dctcoef           426 libavcodec/mips/h264idct_msa.c             else if (((dctcoef *) block)[i * 16])
dctcoef           439 libavcodec/mips/h264idct_msa.c             else if (((dctcoef *) block)[i * 16])
dctcoef           459 libavcodec/mips/h264idct_msa.c         else if (((dctcoef *) block)[i * 16])
dctcoef          1130 libavcodec/vp9dsp_template.c     dctcoef *block = (dctcoef *) _block, tmp[sz * sz], out[sz]; \
dctcoef          1170 libavcodec/vp9dsp_template.c static av_always_inline void idct4_1d(const dctcoef *in, ptrdiff_t stride,
dctcoef          1171 libavcodec/vp9dsp_template.c                                       dctcoef *out, int pass)
dctcoef          1186 libavcodec/vp9dsp_template.c static av_always_inline void iadst4_1d(const dctcoef *in, ptrdiff_t stride,
dctcoef          1187 libavcodec/vp9dsp_template.c                                        dctcoef *out, int pass)
dctcoef          1204 libavcodec/vp9dsp_template.c static av_always_inline void idct8_1d(const dctcoef *in, ptrdiff_t stride,
dctcoef          1205 libavcodec/vp9dsp_template.c                                       dctcoef *out, int pass)
dctcoef          1240 libavcodec/vp9dsp_template.c static av_always_inline void iadst8_1d(const dctcoef *in, ptrdiff_t stride,
dctcoef          1241 libavcodec/vp9dsp_template.c                                        dctcoef *out, int pass)
dctcoef          1286 libavcodec/vp9dsp_template.c static av_always_inline void idct16_1d(const dctcoef *in, ptrdiff_t stride,
dctcoef          1287 libavcodec/vp9dsp_template.c                                        dctcoef *out, int pass)
dctcoef          1374 libavcodec/vp9dsp_template.c static av_always_inline void iadst16_1d(const dctcoef *in, ptrdiff_t stride,
dctcoef          1375 libavcodec/vp9dsp_template.c                                         dctcoef *out, int pass)
dctcoef          1479 libavcodec/vp9dsp_template.c static av_always_inline void idct32_1d(const dctcoef *in, ptrdiff_t stride,
dctcoef          1480 libavcodec/vp9dsp_template.c                                        dctcoef *out, int pass)
dctcoef          1687 libavcodec/vp9dsp_template.c static av_always_inline void iwht4_1d(const dctcoef *in, ptrdiff_t stride,
dctcoef          1688 libavcodec/vp9dsp_template.c                                       dctcoef *out, int pass)
dctcoef            59 tests/checkasm/h264dsp.c #define dct4x4_impl(size, dctcoef)                                           \
dctcoef            60 tests/checkasm/h264dsp.c static void dct4x4_##size(dctcoef *coef)                                     \
dctcoef            63 tests/checkasm/h264dsp.c     dctcoef tmp[16];                                                         \
dctcoef           120 tests/checkasm/h264dsp.c #define dct8x8_impl(size, dctcoef)                                           \
dctcoef           121 tests/checkasm/h264dsp.c static void dct8x8_##size(dctcoef *coef)                                     \
dctcoef           124 tests/checkasm/h264dsp.c     dctcoef tmp[64];                                                         \