stride             46 libavcodec/012v.c     int stride = avctx->width * 8 / 3;
stride             56 libavcodec/012v.c         stride = avpkt->size / avctx->height;
stride             58 libavcodec/012v.c     if (avpkt->size < avctx->height * stride) {
stride             60 libavcodec/012v.c                avpkt->size, avctx->height * stride);
stride             70 libavcodec/012v.c     line_end = avpkt->data + stride;
stride            138 libavcodec/012v.c         line_end += stride;
stride            139 libavcodec/012v.c         src = line_end - stride;
stride            295 libavcodec/4xm.c                         int h, int stride, int scale, unsigned dc)
stride            305 libavcodec/4xm.c                 src += stride;
stride            306 libavcodec/4xm.c             dst += stride;
stride            313 libavcodec/4xm.c                 src += stride;
stride            314 libavcodec/4xm.c             dst += stride;
stride            322 libavcodec/4xm.c                 src += stride;
stride            323 libavcodec/4xm.c             dst += stride;
stride            333 libavcodec/4xm.c                 src += stride;
stride            334 libavcodec/4xm.c             dst += stride;
stride            343 libavcodec/4xm.c                           int log2w, int log2h, int stride)
stride            362 libavcodec/4xm.c     end   = start + stride * (f->avctx->height - h + 1) - (1 << log2w);
stride            366 libavcodec/4xm.c         if ((ret = decode_p_block(f, dst, src, log2w, log2h, stride)) < 0)
stride            368 libavcodec/4xm.c         return decode_p_block(f, dst + (stride << log2h),
stride            369 libavcodec/4xm.c                               src + (stride << log2h),
stride            370 libavcodec/4xm.c                               log2w, log2h, stride);
stride            373 libavcodec/4xm.c         if ((ret = decode_p_block(f, dst , src, log2w, log2h, stride)) < 0)
stride            377 libavcodec/4xm.c                               log2w, log2h, stride);
stride            388 libavcodec/4xm.c             dst[stride] = bytestream2_get_le16u(&f->g2);
stride            424 libavcodec/4xm.c     mcdc(dst, src, log2w, h, stride, scale, dc);
stride            559 libavcodec/4xm.c     int stride           = f->avctx->width;
stride            561 libavcodec/4xm.c     uint16_t *dst = f->frame_buffer + y * stride + x;
stride            593 libavcodec/4xm.c             dst[stride]     = ((y + cb) >> 3) + (((y - cg) & 0xFC) << 3) + (((y + cr) & 0xF8) << 8);
stride            595 libavcodec/4xm.c             dst[1 + stride] = ((y + cb) >> 3) + (((y - cg) & 0xFC) << 3) + (((y + cr) & 0xF8) << 8);
stride            598 libavcodec/4xm.c         dst += 2 * stride - 2 * 8;
stride             38 libavcodec/aacpsdsp.h                             ptrdiff_t stride, int n);
stride             48 libavcodec/aacpsdsp_template.c                                  ptrdiff_t stride, int n)
stride             67 libavcodec/aacpsdsp_template.c         out[i * stride][0] = (int)((sum_re + 0x40000000) >> 31);
stride             68 libavcodec/aacpsdsp_template.c         out[i * stride][1] = (int)((sum_im + 0x40000000) >> 31);
stride             70 libavcodec/aacpsdsp_template.c         out[i * stride][0] = sum_re;
stride             71 libavcodec/aacpsdsp_template.c         out[i * stride][1] = sum_im;
stride             29 libavcodec/aarch64/aacpsdsp_init_aarch64.c                                 ptrdiff_t stride, int n);
stride             31 libavcodec/aarch64/h264chroma_init_aarch64.c void ff_put_h264_chroma_mc8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             33 libavcodec/aarch64/h264chroma_init_aarch64.c void ff_put_h264_chroma_mc4_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             35 libavcodec/aarch64/h264chroma_init_aarch64.c void ff_put_h264_chroma_mc2_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             38 libavcodec/aarch64/h264chroma_init_aarch64.c void ff_avg_h264_chroma_mc8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             40 libavcodec/aarch64/h264chroma_init_aarch64.c void ff_avg_h264_chroma_mc4_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             42 libavcodec/aarch64/h264chroma_init_aarch64.c void ff_avg_h264_chroma_mc2_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             28 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_v_loop_filter_luma_neon(uint8_t *pix, ptrdiff_t stride, int alpha,
stride             30 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_h_loop_filter_luma_neon(uint8_t *pix, ptrdiff_t stride, int alpha,
stride             32 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_v_loop_filter_luma_intra_neon(uint8_t *pix, ptrdiff_t stride, int alpha,
stride             34 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_h_loop_filter_luma_intra_neon(uint8_t *pix, ptrdiff_t stride, int alpha,
stride             36 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_v_loop_filter_chroma_neon(uint8_t *pix, ptrdiff_t stride, int alpha,
stride             38 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_h_loop_filter_chroma_neon(uint8_t *pix, ptrdiff_t stride, int alpha,
stride             40 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_h_loop_filter_chroma422_neon(uint8_t *pix, ptrdiff_t stride, int alpha,
stride             42 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_v_loop_filter_chroma_intra_neon(uint8_t *pix, ptrdiff_t stride,
stride             44 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_h_loop_filter_chroma_intra_neon(uint8_t *pix, ptrdiff_t stride,
stride             46 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_h_loop_filter_chroma422_intra_neon(uint8_t *pix, ptrdiff_t stride,
stride             48 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_h_loop_filter_chroma_mbaff_intra_neon(uint8_t *pix, ptrdiff_t stride,
stride             51 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_weight_h264_pixels_16_neon(uint8_t *dst, ptrdiff_t stride, int height,
stride             53 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_weight_h264_pixels_8_neon(uint8_t *dst, ptrdiff_t stride, int height,
stride             55 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_weight_h264_pixels_4_neon(uint8_t *dst, ptrdiff_t stride, int height,
stride             58 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_biweight_h264_pixels_16_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             61 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_biweight_h264_pixels_8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             64 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_biweight_h264_pixels_4_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             68 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_idct_add_neon(uint8_t *dst, int16_t *block, int stride);
stride             69 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_idct_dc_add_neon(uint8_t *dst, int16_t *block, int stride);
stride             71 libavcodec/aarch64/h264dsp_init_aarch64.c                              int16_t *block, int stride,
stride             74 libavcodec/aarch64/h264dsp_init_aarch64.c                                   int16_t *block, int stride,
stride             77 libavcodec/aarch64/h264dsp_init_aarch64.c                             int16_t *block, int stride,
stride             80 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_idct8_add_neon(uint8_t *dst, int16_t *block, int stride);
stride             81 libavcodec/aarch64/h264dsp_init_aarch64.c void ff_h264_idct8_dc_add_neon(uint8_t *dst, int16_t *block, int stride);
stride             83 libavcodec/aarch64/h264dsp_init_aarch64.c                              int16_t *block, int stride,
stride             28 libavcodec/aarch64/h264pred_init.c void ff_pred16x16_vert_neon(uint8_t *src, ptrdiff_t stride);
stride             29 libavcodec/aarch64/h264pred_init.c void ff_pred16x16_hor_neon(uint8_t *src, ptrdiff_t stride);
stride             30 libavcodec/aarch64/h264pred_init.c void ff_pred16x16_plane_neon(uint8_t *src, ptrdiff_t stride);
stride             31 libavcodec/aarch64/h264pred_init.c void ff_pred16x16_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             32 libavcodec/aarch64/h264pred_init.c void ff_pred16x16_128_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             33 libavcodec/aarch64/h264pred_init.c void ff_pred16x16_left_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             34 libavcodec/aarch64/h264pred_init.c void ff_pred16x16_top_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             36 libavcodec/aarch64/h264pred_init.c void ff_pred8x8_vert_neon(uint8_t *src, ptrdiff_t stride);
stride             37 libavcodec/aarch64/h264pred_init.c void ff_pred8x8_hor_neon(uint8_t *src, ptrdiff_t stride);
stride             38 libavcodec/aarch64/h264pred_init.c void ff_pred8x8_plane_neon(uint8_t *src, ptrdiff_t stride);
stride             39 libavcodec/aarch64/h264pred_init.c void ff_pred8x8_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             40 libavcodec/aarch64/h264pred_init.c void ff_pred8x8_128_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             41 libavcodec/aarch64/h264pred_init.c void ff_pred8x8_left_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             42 libavcodec/aarch64/h264pred_init.c void ff_pred8x8_top_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             43 libavcodec/aarch64/h264pred_init.c void ff_pred8x8_l0t_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             44 libavcodec/aarch64/h264pred_init.c void ff_pred8x8_0lt_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             45 libavcodec/aarch64/h264pred_init.c void ff_pred8x8_l00_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             46 libavcodec/aarch64/h264pred_init.c void ff_pred8x8_0l0_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             30 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc00_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             31 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc10_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             32 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc20_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             33 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc30_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             34 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc01_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             35 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc11_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             36 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc21_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             37 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc31_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             38 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc02_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             39 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc12_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             40 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc22_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             41 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc32_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             42 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc03_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             43 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc13_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             44 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc23_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             45 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel16_mc33_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             47 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc00_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             48 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc10_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             49 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc20_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             50 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc30_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             51 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc01_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             52 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc11_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             53 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc21_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             54 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc31_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             55 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc02_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             56 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc12_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             57 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc22_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             58 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc32_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             59 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc03_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             60 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc13_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             61 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc23_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             62 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_put_h264_qpel8_mc33_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             64 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc00_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             65 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc10_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             66 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc20_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             67 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc30_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             68 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc01_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             69 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc11_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             70 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc21_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             71 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc31_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             72 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc02_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             73 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc12_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             74 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc22_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             75 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc32_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             76 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc03_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             77 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc13_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             78 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc23_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             79 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel16_mc33_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             81 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc00_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             82 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc10_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             83 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc20_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             84 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc30_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             85 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc01_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             86 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc11_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             87 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc21_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             88 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc31_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             89 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc02_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             90 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc12_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             91 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc22_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             92 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc32_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             93 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc03_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             94 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc13_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             95 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc23_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             96 libavcodec/aarch64/h264qpel_init_aarch64.c void ff_avg_h264_qpel8_mc33_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             28 libavcodec/aarch64/pixblockdsp_init_aarch64.c                         ptrdiff_t stride);
stride             30 libavcodec/aarch64/pixblockdsp_init_aarch64.c                          const uint8_t *s2, ptrdiff_t stride);
stride             28 libavcodec/aarch64/rv40dsp_init_aarch64.c void ff_put_rv40_chroma_mc8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             30 libavcodec/aarch64/rv40dsp_init_aarch64.c void ff_put_rv40_chroma_mc4_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             33 libavcodec/aarch64/rv40dsp_init_aarch64.c void ff_avg_rv40_chroma_mc8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             35 libavcodec/aarch64/rv40dsp_init_aarch64.c void ff_avg_rv40_chroma_mc4_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             28 libavcodec/aarch64/vc1dsp_init_aarch64.c void ff_put_vc1_chroma_mc8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             30 libavcodec/aarch64/vc1dsp_init_aarch64.c void ff_avg_vc1_chroma_mc8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             32 libavcodec/aarch64/vc1dsp_init_aarch64.c void ff_put_vc1_chroma_mc4_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             34 libavcodec/aarch64/vc1dsp_init_aarch64.c void ff_avg_vc1_chroma_mc4_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             24 libavcodec/aarch64/videodsp_init.c void ff_prefetch_aarch64(uint8_t *mem, ptrdiff_t stride, int h);
stride             26 libavcodec/aarch64/vp8dsp.h                                                     ptrdiff_t stride,        \
stride             33 libavcodec/aarch64/vp8dsp.h                                                      ptrdiff_t stride,       \
stride             39 libavcodec/aarch64/vp8dsp.h                                                   ptrdiff_t stride,     \
stride             28 libavcodec/aarch64/vp8dsp_init_aarch64.c void ff_vp8_idct_add_neon(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride             29 libavcodec/aarch64/vp8dsp_init_aarch64.c void ff_vp8_idct_dc_add_neon(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride             30 libavcodec/aarch64/vp8dsp_init_aarch64.c void ff_vp8_idct_dc_add4y_neon(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride);
stride             31 libavcodec/aarch64/vp8dsp_init_aarch64.c void ff_vp8_idct_dc_add4uv_neon(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride);
stride            163 libavcodec/aarch64/vp9dsp_init_16bpp_aarch64_template.c                                                                  ptrdiff_t stride, \
stride            208 libavcodec/aarch64/vp9dsp_init_16bpp_aarch64_template.c void ff_vp9_loop_filter_##dir##_##wd##_##size##_##bpp##_neon(uint8_t *dst, ptrdiff_t stride, int E, int I, int H)
stride            159 libavcodec/aarch64/vp9dsp_init_aarch64.c                                                          ptrdiff_t stride, \
stride            201 libavcodec/aarch64/vp9dsp_init_aarch64.c void ff_vp9_loop_filter_##dir##_##wd##_##len##_neon(uint8_t *dst, ptrdiff_t stride, int E, int I, int H)
stride             87 libavcodec/aasc.c     int compr, i, stride, psize, ret;
stride            109 libavcodec/aasc.c         stride = (avctx->width * psize + psize) & ~psize;
stride            110 libavcodec/aasc.c         if (buf_size < stride * avctx->height)
stride            114 libavcodec/aasc.c             buf += stride;
stride            115 libavcodec/aasc.c             buf_size -= stride;
stride            280 libavcodec/adpcmenc.c                                    ADPCMChannelStatus *c, int n, int stride)
stride            321 libavcodec/adpcmenc.c         int sample   = samples[i * stride];
stride             26 libavcodec/alpha/pixblockdsp_alpha.c                            const uint8_t *restrict pixels, ptrdiff_t stride)
stride             37 libavcodec/alpha/pixblockdsp_alpha.c         pixels += stride;
stride             43 libavcodec/alpha/pixblockdsp_alpha.c                             ptrdiff_t stride)
stride             65 libavcodec/alpha/pixblockdsp_alpha.c         s1 += stride;
stride             66 libavcodec/alpha/pixblockdsp_alpha.c         s2 += stride;
stride             32 libavcodec/arm/aacpsdsp_init_arm.c                                 ptrdiff_t stride, int n);
stride             29 libavcodec/arm/h264chroma_init_arm.c void ff_put_h264_chroma_mc8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             31 libavcodec/arm/h264chroma_init_arm.c void ff_put_h264_chroma_mc4_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             33 libavcodec/arm/h264chroma_init_arm.c void ff_put_h264_chroma_mc2_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             36 libavcodec/arm/h264chroma_init_arm.c void ff_avg_h264_chroma_mc8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             38 libavcodec/arm/h264chroma_init_arm.c void ff_avg_h264_chroma_mc4_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             40 libavcodec/arm/h264chroma_init_arm.c void ff_avg_h264_chroma_mc2_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             28 libavcodec/arm/h264dsp_init_arm.c void ff_h264_v_loop_filter_luma_neon(uint8_t *pix, ptrdiff_t stride, int alpha,
stride             30 libavcodec/arm/h264dsp_init_arm.c void ff_h264_h_loop_filter_luma_neon(uint8_t *pix, ptrdiff_t stride, int alpha,
stride             32 libavcodec/arm/h264dsp_init_arm.c void ff_h264_v_loop_filter_chroma_neon(uint8_t *pix, ptrdiff_t stride, int alpha,
stride             34 libavcodec/arm/h264dsp_init_arm.c void ff_h264_h_loop_filter_chroma_neon(uint8_t *pix, ptrdiff_t stride, int alpha,
stride             36 libavcodec/arm/h264dsp_init_arm.c void ff_h264_h_loop_filter_chroma422_neon(uint8_t *pix, ptrdiff_t stride, int alpha,
stride             39 libavcodec/arm/h264dsp_init_arm.c void ff_weight_h264_pixels_16_neon(uint8_t *dst, int stride, int height,
stride             41 libavcodec/arm/h264dsp_init_arm.c void ff_weight_h264_pixels_8_neon(uint8_t *dst, int stride, int height,
stride             43 libavcodec/arm/h264dsp_init_arm.c void ff_weight_h264_pixels_4_neon(uint8_t *dst, int stride, int height,
stride             46 libavcodec/arm/h264dsp_init_arm.c void ff_biweight_h264_pixels_16_neon(uint8_t *dst, uint8_t *src, int stride,
stride             49 libavcodec/arm/h264dsp_init_arm.c void ff_biweight_h264_pixels_8_neon(uint8_t *dst, uint8_t *src, int stride,
stride             52 libavcodec/arm/h264dsp_init_arm.c void ff_biweight_h264_pixels_4_neon(uint8_t *dst, uint8_t *src, int stride,
stride             56 libavcodec/arm/h264dsp_init_arm.c void ff_h264_idct_add_neon(uint8_t *dst, int16_t *block, int stride);
stride             57 libavcodec/arm/h264dsp_init_arm.c void ff_h264_idct_dc_add_neon(uint8_t *dst, int16_t *block, int stride);
stride             59 libavcodec/arm/h264dsp_init_arm.c                              int16_t *block, int stride,
stride             62 libavcodec/arm/h264dsp_init_arm.c                                   int16_t *block, int stride,
stride             65 libavcodec/arm/h264dsp_init_arm.c                             int16_t *block, int stride,
stride             68 libavcodec/arm/h264dsp_init_arm.c void ff_h264_idct8_add_neon(uint8_t *dst, int16_t *block, int stride);
stride             69 libavcodec/arm/h264dsp_init_arm.c void ff_h264_idct8_dc_add_neon(uint8_t *dst, int16_t *block, int stride);
stride             71 libavcodec/arm/h264dsp_init_arm.c                              int16_t *block, int stride,
stride             28 libavcodec/arm/h264pred_init_arm.c void ff_pred16x16_vert_neon(uint8_t *src, ptrdiff_t stride);
stride             29 libavcodec/arm/h264pred_init_arm.c void ff_pred16x16_hor_neon(uint8_t *src, ptrdiff_t stride);
stride             30 libavcodec/arm/h264pred_init_arm.c void ff_pred16x16_plane_neon(uint8_t *src, ptrdiff_t stride);
stride             31 libavcodec/arm/h264pred_init_arm.c void ff_pred16x16_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             32 libavcodec/arm/h264pred_init_arm.c void ff_pred16x16_128_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             33 libavcodec/arm/h264pred_init_arm.c void ff_pred16x16_left_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             34 libavcodec/arm/h264pred_init_arm.c void ff_pred16x16_top_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             36 libavcodec/arm/h264pred_init_arm.c void ff_pred8x8_vert_neon(uint8_t *src, ptrdiff_t stride);
stride             37 libavcodec/arm/h264pred_init_arm.c void ff_pred8x8_hor_neon(uint8_t *src, ptrdiff_t stride);
stride             38 libavcodec/arm/h264pred_init_arm.c void ff_pred8x8_plane_neon(uint8_t *src, ptrdiff_t stride);
stride             39 libavcodec/arm/h264pred_init_arm.c void ff_pred8x8_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             40 libavcodec/arm/h264pred_init_arm.c void ff_pred8x8_128_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             41 libavcodec/arm/h264pred_init_arm.c void ff_pred8x8_left_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             42 libavcodec/arm/h264pred_init_arm.c void ff_pred8x8_top_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             43 libavcodec/arm/h264pred_init_arm.c void ff_pred8x8_l0t_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             44 libavcodec/arm/h264pred_init_arm.c void ff_pred8x8_0lt_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             45 libavcodec/arm/h264pred_init_arm.c void ff_pred8x8_l00_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             46 libavcodec/arm/h264pred_init_arm.c void ff_pred8x8_0l0_dc_neon(uint8_t *src, ptrdiff_t stride);
stride             29 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc00_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             30 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc10_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             31 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc20_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             32 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc30_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             33 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc01_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             34 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc11_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             35 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc21_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             36 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc31_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             37 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc02_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             38 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc12_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             39 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc22_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             40 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc32_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             41 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc03_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             42 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc13_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             43 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc23_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             44 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel16_mc33_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             46 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc00_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             47 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc10_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             48 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc20_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             49 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc30_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             50 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc01_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             51 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc11_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             52 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc21_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             53 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc31_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             54 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc02_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             55 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc12_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             56 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc22_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             57 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc32_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             58 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc03_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             59 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc13_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             60 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc23_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             61 libavcodec/arm/h264qpel_init_arm.c void ff_put_h264_qpel8_mc33_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             63 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc00_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             64 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc10_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             65 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc20_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             66 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc30_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             67 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc01_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             68 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc11_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             69 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc21_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             70 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc31_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             71 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc02_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             72 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc12_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             73 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc22_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             74 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc32_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             75 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc03_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             76 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc13_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             77 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc23_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             78 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel16_mc33_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             80 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc00_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             81 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc10_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             82 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc20_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             83 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc30_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             84 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc01_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             85 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc11_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             86 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc21_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             87 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc31_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             88 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc02_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             89 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc12_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             90 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc22_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             91 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc32_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             92 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc03_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             93 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc13_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             94 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc23_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             95 libavcodec/arm/h264qpel_init_arm.c void ff_avg_h264_qpel8_mc33_neon(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             39 libavcodec/arm/hevcdsp_init_neon.c                                      ptrdiff_t stride);
stride             41 libavcodec/arm/hevcdsp_init_neon.c                                       ptrdiff_t stride);
stride             43 libavcodec/arm/hevcdsp_init_neon.c                                      ptrdiff_t stride);
stride             45 libavcodec/arm/hevcdsp_init_neon.c                                       ptrdiff_t stride);
stride             47 libavcodec/arm/hevcdsp_init_neon.c                                        ptrdiff_t stride);
stride             49 libavcodec/arm/hevcdsp_init_neon.c                                         ptrdiff_t stride);
stride             51 libavcodec/arm/hevcdsp_init_neon.c                                        ptrdiff_t stride);
stride             53 libavcodec/arm/hevcdsp_init_neon.c                                         ptrdiff_t stride);
stride             29 libavcodec/arm/me_cmp_init_arm.c                        ptrdiff_t stride, int h);
stride             31 libavcodec/arm/me_cmp_init_arm.c                           ptrdiff_t stride, int h);
stride             33 libavcodec/arm/me_cmp_init_arm.c                           ptrdiff_t stride, int h);
stride             36 libavcodec/arm/me_cmp_init_arm.c                       ptrdiff_t stride, int h);
stride             39 libavcodec/arm/me_cmp_init_arm.c                    ptrdiff_t stride, int h);
stride             28 libavcodec/arm/pixblockdsp_init_arm.c                          ptrdiff_t stride);
stride             30 libavcodec/arm/pixblockdsp_init_arm.c                           const uint8_t *s2, ptrdiff_t stride);
stride             33 libavcodec/arm/pixblockdsp_init_arm.c                         ptrdiff_t stride);
stride             35 libavcodec/arm/pixblockdsp_init_arm.c                                   ptrdiff_t stride);
stride             37 libavcodec/arm/pixblockdsp_init_arm.c                          const uint8_t *s2, ptrdiff_t stride);
stride             39 libavcodec/arm/pixblockdsp_init_arm.c                                    const uint8_t *s2, ptrdiff_t stride);
stride             32 libavcodec/arm/rv34dsp_init_arm.c void ff_rv34_idct_add_neon(uint8_t *dst, ptrdiff_t stride, int16_t *block);
stride             33 libavcodec/arm/rv34dsp_init_arm.c void ff_rv34_idct_dc_add_neon(uint8_t *dst, ptrdiff_t stride, int dc);
stride             31 libavcodec/arm/rv40dsp_init_arm.c                                                            ptrdiff_t stride)
stride             61 libavcodec/arm/rv40dsp_init_arm.c int ff_rv40_h_loop_filter_strength_neon(uint8_t *src, ptrdiff_t stride,
stride             64 libavcodec/arm/rv40dsp_init_arm.c int ff_rv40_v_loop_filter_strength_neon(uint8_t *src, ptrdiff_t stride,
stride             68 libavcodec/arm/rv40dsp_init_arm.c void ff_rv40_h_weak_loop_filter_neon(uint8_t *src, ptrdiff_t stride, int filter_p1,
stride             71 libavcodec/arm/rv40dsp_init_arm.c void ff_rv40_v_weak_loop_filter_neon(uint8_t *src, ptrdiff_t stride, int filter_p1,
stride             26 libavcodec/arm/vc1dsp_init_neon.c void ff_vc1_inv_trans_4x8_neon(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             27 libavcodec/arm/vc1dsp_init_neon.c void ff_vc1_inv_trans_8x4_neon(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             28 libavcodec/arm/vc1dsp_init_neon.c void ff_vc1_inv_trans_4x4_neon(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             30 libavcodec/arm/vc1dsp_init_neon.c void ff_vc1_inv_trans_8x8_dc_neon(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             31 libavcodec/arm/vc1dsp_init_neon.c void ff_vc1_inv_trans_4x8_dc_neon(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             32 libavcodec/arm/vc1dsp_init_neon.c void ff_vc1_inv_trans_8x4_dc_neon(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             33 libavcodec/arm/vc1dsp_init_neon.c void ff_vc1_inv_trans_4x4_dc_neon(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             40 libavcodec/arm/vc1dsp_init_neon.c                                       ptrdiff_t stride, int rnd); \
stride             42 libavcodec/arm/vc1dsp_init_neon.c                                          ptrdiff_t stride, int rnd) \
stride             44 libavcodec/arm/vc1dsp_init_neon.c   ff_put_vc1_mspel_mc##X##Y##_neon(dst+0, src+0, stride, rnd); \
stride             45 libavcodec/arm/vc1dsp_init_neon.c   ff_put_vc1_mspel_mc##X##Y##_neon(dst+8, src+8, stride, rnd); \
stride             46 libavcodec/arm/vc1dsp_init_neon.c   dst += 8*stride; src += 8*stride; \
stride             47 libavcodec/arm/vc1dsp_init_neon.c   ff_put_vc1_mspel_mc##X##Y##_neon(dst+0, src+0, stride, rnd); \
stride             48 libavcodec/arm/vc1dsp_init_neon.c   ff_put_vc1_mspel_mc##X##Y##_neon(dst+8, src+8, stride, rnd); \
stride             71 libavcodec/arm/vc1dsp_init_neon.c void ff_put_vc1_chroma_mc8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             73 libavcodec/arm/vc1dsp_init_neon.c void ff_avg_vc1_chroma_mc8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             75 libavcodec/arm/vc1dsp_init_neon.c void ff_put_vc1_chroma_mc4_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             77 libavcodec/arm/vc1dsp_init_neon.c void ff_avg_vc1_chroma_mc4_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             26 libavcodec/arm/videodsp_init_armv5te.c void ff_prefetch_arm(uint8_t *mem, ptrdiff_t stride, int h);
stride             26 libavcodec/arm/vp3dsp_init_arm.c void ff_vp3_idct_put_neon(uint8_t *dest, ptrdiff_t stride, int16_t *data);
stride             27 libavcodec/arm/vp3dsp_init_arm.c void ff_vp3_idct_add_neon(uint8_t *dest, ptrdiff_t stride, int16_t *data);
stride             28 libavcodec/arm/vp3dsp_init_arm.c void ff_vp3_idct_dc_add_neon(uint8_t *dest, ptrdiff_t stride, int16_t *data);
stride             28 libavcodec/arm/vp6dsp_init_arm.c void ff_vp6_edge_filter_hor_neon(uint8_t *yuv, ptrdiff_t stride, int t);
stride             29 libavcodec/arm/vp6dsp_init_arm.c void ff_vp6_edge_filter_ver_neon(uint8_t *yuv, ptrdiff_t stride, int t);
stride             31 libavcodec/arm/vp8dsp.h                                                     ptrdiff_t stride,        \
stride             38 libavcodec/arm/vp8dsp.h                                                      ptrdiff_t stride,       \
stride             44 libavcodec/arm/vp8dsp.h                                                   ptrdiff_t stride,     \
stride             28 libavcodec/arm/vp8dsp_init_armv6.c void ff_vp8_idct_add_armv6(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride             29 libavcodec/arm/vp8dsp_init_armv6.c void ff_vp8_idct_dc_add_armv6(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride             30 libavcodec/arm/vp8dsp_init_armv6.c void ff_vp8_idct_dc_add4y_armv6(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride);
stride             31 libavcodec/arm/vp8dsp_init_armv6.c void ff_vp8_idct_dc_add4uv_armv6(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride);
stride             27 libavcodec/arm/vp8dsp_init_neon.c void ff_vp8_idct_add_neon(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride             28 libavcodec/arm/vp8dsp_init_neon.c void ff_vp8_idct_dc_add_neon(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride             29 libavcodec/arm/vp8dsp_init_neon.c void ff_vp8_idct_dc_add4y_neon(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride);
stride             30 libavcodec/arm/vp8dsp_init_neon.c void ff_vp8_idct_dc_add4uv_neon(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride);
stride            147 libavcodec/arm/vp9dsp_init_16bpp_arm_template.c                                                                  ptrdiff_t stride, \
stride            192 libavcodec/arm/vp9dsp_init_16bpp_arm_template.c void ff_vp9_loop_filter_##dir##_##wd##_##size##_##bpp##_neon(uint8_t *dst, ptrdiff_t stride, int E, int I, int H)
stride            146 libavcodec/arm/vp9dsp_init_arm.c                                                          ptrdiff_t stride, \
stride            188 libavcodec/arm/vp9dsp_init_arm.c void ff_vp9_loop_filter_##dir##_##wd##_##size##_neon(uint8_t *dst, ptrdiff_t stride, int E, int I, int H)
stride            203 libavcodec/arm/vp9dsp_init_arm.c                                                      ptrdiff_t stride,                            \
stride            206 libavcodec/arm/vp9dsp_init_arm.c     ff_vp9_loop_filter_##dir##_##wd1##_8_neon(dst, stride, E & 0xff, I & 0xff, H & 0xff);         \
stride            207 libavcodec/arm/vp9dsp_init_arm.c     ff_vp9_loop_filter_##dir##_##wd2##_8_neon(dst + 8 * stridea, stride, E >> 8, I >> 8, H >> 8); \
stride            211 libavcodec/arm/vp9dsp_init_arm.c     lf_mix_fn(h, wd1, wd2, stride) \
stride             57 libavcodec/avs.c     int i, j, x, y, stride, ret, vect_w = 3, vect_h = 3;
stride             68 libavcodec/avs.c     stride = p->linesize[0];
stride            139 libavcodec/avs.c                     out[(y + 0) * stride + x + j] = vect[(0 * vect_w) + j];
stride            140 libavcodec/avs.c                     out[(y + 1) * stride + x + j] = vect[(1 * vect_w) + j];
stride            142 libavcodec/avs.c                         out[(y + 2) * stride + x + j] =
stride            839 libavcodec/bink.c static inline void put_pixels8x8_overlapped(uint8_t *dst, uint8_t *src, int stride)
stride            844 libavcodec/bink.c         memcpy(tmp + i*8, src + i*stride, 8);
stride            846 libavcodec/bink.c         memcpy(dst + i*stride, tmp + i*8, 8);
stride            864 libavcodec/bink.c     const int stride = frame->linesize[plane_idx];
stride            873 libavcodec/bink.c         coordmap[i] = (i & 7) + (i >> 3) * stride;
stride            881 libavcodec/bink.c         dst  = frame->data[plane_idx]  + 8*by*stride;
stride            920 libavcodec/bink.c                 c->binkdsp.idct_put(dst, stride, dctblock);
stride            925 libavcodec/bink.c                 ref = dst + xoff + yoff * stride;
stride            926 libavcodec/bink.c                 if (ref < ref_start || ref + 8*stride > ref_end) {
stride            928 libavcodec/bink.c                 } else if (ref + 8*stride < dst || ref >= dst + 8*stride) {
stride            929 libavcodec/bink.c                     c->hdsp.put_pixels_tab[1][0](dst, ref, stride, 8);
stride            931 libavcodec/bink.c                     put_pixels8x8_overlapped(dst, ref, stride);
stride            936 libavcodec/bink.c                 c->binkdsp.add_pixels8(dst, block, stride);
stride            941 libavcodec/bink.c                 ref = dst + xoff + yoff * stride;
stride            942 libavcodec/bink.c                 if (ref < ref_start || ref + 8 * stride > ref_end) {
stride            944 libavcodec/bink.c                 } else if (ref + 8*stride < dst || ref >= dst + 8*stride) {
stride            945 libavcodec/bink.c                     c->hdsp.put_pixels_tab[1][0](dst, ref, stride, 8);
stride            947 libavcodec/bink.c                     put_pixels8x8_overlapped(dst, ref, stride);
stride            955 libavcodec/bink.c                 c->binkdsp.idct_add(dst, stride, dctblock);
stride            959 libavcodec/bink.c                 c->bdsp.fill_block_tab[1](dst, v, stride, 8);
stride            967 libavcodec/bink.c                         dst[i*stride + j] = col[v & 1];
stride            973 libavcodec/bink.c                 ref = dst + xoff + yoff * stride;
stride            974 libavcodec/bink.c                 if (ref < ref_start || ref + 8 * stride > ref_end) {
stride            976 libavcodec/bink.c                 } else if (ref + 8*stride < dst || ref >= dst + 8*stride) {
stride            977 libavcodec/bink.c                     c->hdsp.put_pixels_tab[1][0](dst, ref, stride, 8);
stride            979 libavcodec/bink.c                     put_pixels8x8_overlapped(dst, ref, stride);
stride            984 libavcodec/bink.c                     memcpy(dst + i*stride, c->bundle[BINKB_SRC_COLORS].cur_ptr + i*8, 8);
stride           1000 libavcodec/bink.c                            uint8_t *dst, uint8_t *prev, int stride,
stride           1006 libavcodec/bink.c     uint8_t *ref = prev + xoff + yoff * stride;
stride           1012 libavcodec/bink.c     c->hdsp.put_pixels_tab[1][0](dst, ref, stride, 8);
stride           1030 libavcodec/bink.c     const int stride = frame->linesize[plane_idx];
stride           1042 libavcodec/bink.c             memset(dst + i * stride, fill, width);
stride           1059 libavcodec/bink.c         coordmap[i] = (i & 7) + (i >> 3) * stride;
stride           1081 libavcodec/bink.c         dst  = frame->data[plane_idx]  + 8*by*stride;
stride           1083 libavcodec/bink.c                                          : frame->data[plane_idx]) + 8*by*stride;
stride           1095 libavcodec/bink.c                 c->hdsp.put_pixels_tab[1][0](dst, prev, stride, 8);
stride           1135 libavcodec/bink.c                     c->bdsp.fill_block_tab[0](dst, v, stride, 16);
stride           1156 libavcodec/bink.c                 c->binkdsp.scale_block(ublock, dst, stride);
stride           1162 libavcodec/bink.c                 ret = bink_put_pixels(c, dst, prev, stride,
stride           1191 libavcodec/bink.c                 ret = bink_put_pixels(c, dst, prev, stride,
stride           1198 libavcodec/bink.c                 c->binkdsp.add_pixels8(dst, block, stride);
stride           1206 libavcodec/bink.c                 c->binkdsp.idct_put(dst, stride, dctblock);
stride           1210 libavcodec/bink.c                 c->bdsp.fill_block_tab[1](dst, v, stride, 8);
stride           1213 libavcodec/bink.c                 ret = bink_put_pixels(c, dst, prev, stride,
stride           1222 libavcodec/bink.c                 c->binkdsp.idct_add(dst, stride, dctblock);
stride           1230 libavcodec/bink.c                         dst[i*stride + j] = col[v & 1];
stride           1235 libavcodec/bink.c                     memcpy(dst + i*stride, c->bundle[BINK_SRC_COLORS].cur_ptr + i*8, 8);
stride             75 libavcodec/c93.c         uint8_t *from, int offset, int height, int stride)
stride             97 libavcodec/c93.c             memcpy(&to[i*stride+width], &from[(from_y+i)*stride], overflow);
stride            102 libavcodec/c93.c         memcpy(&to[i*stride], &from[(from_y+i)*stride+from_x], width);
stride            108 libavcodec/c93.c static inline void draw_n_color(uint8_t *out, int stride, int width,
stride            118 libavcodec/c93.c             out[x + y*stride] = cols[col & ((1 << bpp) - 1)];
stride            134 libavcodec/c93.c     int stride, ret, i, x, y, b, bt = 0;
stride            144 libavcodec/c93.c     stride = newpic->linesize[0];
stride            157 libavcodec/c93.c         out = newpic->data[0] + y * stride;
stride            171 libavcodec/c93.c                 if ((ret = copy_block(avctx, out, copy_from, offset, 8, stride)) < 0)
stride            188 libavcodec/c93.c                         if ((ret = copy_block(avctx, &out[j*stride+i],
stride            189 libavcodec/c93.c                                               copy_from, offset, 4, stride)) < 0)
stride            198 libavcodec/c93.c                     draw_n_color(out + i*stride, stride, 8, 1, 1, cols,
stride            211 libavcodec/c93.c                             draw_n_color(out + i + j*stride, stride, 4, 4,
stride            215 libavcodec/c93.c                             draw_n_color(out + i + j*stride, stride, 4, 4,
stride            219 libavcodec/c93.c                             draw_n_color(out + i + j*stride, stride, 4, 4,
stride            231 libavcodec/c93.c                     bytestream2_get_buffer(&gb, out + j*stride, 8);
stride            259 libavcodec/cavs.c static void intra_pred_vert(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride)
stride            264 libavcodec/cavs.c         *((uint64_t *)(d + y * stride)) = a;
stride            267 libavcodec/cavs.c static void intra_pred_horiz(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride)
stride            273 libavcodec/cavs.c         *((uint64_t *)(d + y * stride)) = a;
stride            277 libavcodec/cavs.c static void intra_pred_dc_128(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride)
stride            282 libavcodec/cavs.c         *((uint64_t *)(d + y * stride)) = a;
stride            285 libavcodec/cavs.c static void intra_pred_plane(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride)
stride            301 libavcodec/cavs.c             d[y * stride + x] = cm[(ia + (x - 3) * ih + (y - 3) * iv + 16) >> 5];
stride            307 libavcodec/cavs.c static void intra_pred_lp(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride)
stride            312 libavcodec/cavs.c             d[y * stride + x] = (LOWPASS(top, x + 1) + LOWPASS(left, y + 1)) >> 1;
stride            315 libavcodec/cavs.c static void intra_pred_down_left(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride)
stride            320 libavcodec/cavs.c             d[y * stride + x] = (LOWPASS(top, x + y + 2) + LOWPASS(left, x + y + 2)) >> 1;
stride            323 libavcodec/cavs.c static void intra_pred_down_right(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride)
stride            329 libavcodec/cavs.c                 d[y * stride + x] = (left[1] + 2 * top[0] + top[1] + 2) >> 2;
stride            331 libavcodec/cavs.c                 d[y * stride + x] = LOWPASS(top, x - y);
stride            333 libavcodec/cavs.c                 d[y * stride + x] = LOWPASS(left, y - x);
stride            336 libavcodec/cavs.c static void intra_pred_lp_left(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride)
stride            341 libavcodec/cavs.c             d[y * stride + x] = LOWPASS(left, y + 1);
stride            344 libavcodec/cavs.c static void intra_pred_lp_top(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride)
stride            349 libavcodec/cavs.c             d[y * stride + x] = LOWPASS(top, x + 1);
stride            230 libavcodec/cavs.h     void (*intra_pred_l[8])(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride);
stride            231 libavcodec/cavs.h     void (*intra_pred_c[7])(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride);
stride            548 libavcodec/cavsdec.c                                  int qp, uint8_t *dst, ptrdiff_t stride)
stride            588 libavcodec/cavsdec.c     h->cdsp.cavs_idct8_add(dst, block, stride);
stride             38 libavcodec/cavsdsp.c #define P2 p0_p[-3*stride]
stride             39 libavcodec/cavsdsp.c #define P1 p0_p[-2*stride]
stride             40 libavcodec/cavsdsp.c #define P0 p0_p[-1*stride]
stride             41 libavcodec/cavsdsp.c #define Q0 p0_p[ 0*stride]
stride             42 libavcodec/cavsdsp.c #define Q1 p0_p[ 1*stride]
stride             43 libavcodec/cavsdsp.c #define Q2 p0_p[ 2*stride]
stride             45 libavcodec/cavsdsp.c static inline void loop_filter_l2(uint8_t *p0_p, ptrdiff_t stride, int alpha, int beta)
stride             66 libavcodec/cavsdsp.c static inline void loop_filter_l1(uint8_t *p0_p, ptrdiff_t stride, int alpha, int beta, int tc)
stride             86 libavcodec/cavsdsp.c static inline void loop_filter_c2(uint8_t *p0_p, ptrdiff_t stride, int alpha, int beta)
stride            105 libavcodec/cavsdsp.c static inline void loop_filter_c1(uint8_t *p0_p, ptrdiff_t stride, int alpha, int beta,
stride            122 libavcodec/cavsdsp.c static void cavs_filter_lv_c(uint8_t *d, ptrdiff_t stride, int alpha, int beta, int tc,
stride            128 libavcodec/cavsdsp.c             loop_filter_l2(d + i*stride,1,alpha,beta);
stride            132 libavcodec/cavsdsp.c                 loop_filter_l1(d + i*stride,1,alpha,beta,tc);
stride            135 libavcodec/cavsdsp.c                 loop_filter_l1(d + i*stride,1,alpha,beta,tc);
stride            139 libavcodec/cavsdsp.c static void cavs_filter_lh_c(uint8_t *d, ptrdiff_t stride, int alpha, int beta, int tc,
stride            145 libavcodec/cavsdsp.c             loop_filter_l2(d + i,stride,alpha,beta);
stride            149 libavcodec/cavsdsp.c                 loop_filter_l1(d + i,stride,alpha,beta,tc);
stride            152 libavcodec/cavsdsp.c                 loop_filter_l1(d + i,stride,alpha,beta,tc);
stride            156 libavcodec/cavsdsp.c static void cavs_filter_cv_c(uint8_t *d, ptrdiff_t stride, int alpha, int beta, int tc,
stride            162 libavcodec/cavsdsp.c             loop_filter_c2(d + i*stride,1,alpha,beta);
stride            166 libavcodec/cavsdsp.c                 loop_filter_c1(d + i*stride,1,alpha,beta,tc);
stride            169 libavcodec/cavsdsp.c                 loop_filter_c1(d + i*stride,1,alpha,beta,tc);
stride            173 libavcodec/cavsdsp.c static void cavs_filter_ch_c(uint8_t *d, ptrdiff_t stride, int alpha, int beta, int tc,
stride            179 libavcodec/cavsdsp.c             loop_filter_c2(d + i,stride,alpha,beta);
stride            183 libavcodec/cavsdsp.c                 loop_filter_c1(d + i,stride,alpha,beta,tc);
stride            186 libavcodec/cavsdsp.c                 loop_filter_c1(d + i,stride,alpha,beta,tc);
stride            196 libavcodec/cavsdsp.c static void cavs_idct8_add_c(uint8_t *dst, int16_t *block, ptrdiff_t stride)
stride            254 libavcodec/cavsdsp.c         dst[i + 0*stride] = av_clip_uint8( dst[i + 0*stride] + ((b0 + b4) >> 7));
stride            255 libavcodec/cavsdsp.c         dst[i + 1*stride] = av_clip_uint8( dst[i + 1*stride] + ((b1 + b5) >> 7));
stride            256 libavcodec/cavsdsp.c         dst[i + 2*stride] = av_clip_uint8( dst[i + 2*stride] + ((b2 + b6) >> 7));
stride            257 libavcodec/cavsdsp.c         dst[i + 3*stride] = av_clip_uint8( dst[i + 3*stride] + ((b3 + b7) >> 7));
stride            258 libavcodec/cavsdsp.c         dst[i + 4*stride] = av_clip_uint8( dst[i + 4*stride] + ((b3 - b7) >> 7));
stride            259 libavcodec/cavsdsp.c         dst[i + 5*stride] = av_clip_uint8( dst[i + 5*stride] + ((b2 - b6) >> 7));
stride            260 libavcodec/cavsdsp.c         dst[i + 6*stride] = av_clip_uint8( dst[i + 6*stride] + ((b1 - b5) >> 7));
stride            261 libavcodec/cavsdsp.c         dst[i + 7*stride] = av_clip_uint8( dst[i + 7*stride] + ((b0 - b4) >> 7));
stride            440 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc10_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            442 libavcodec/cavsdsp.c     OPNAME ## cavs_filt ## SIZE ## _h_qpel_l(dst, src, stride, stride);\
stride            445 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc20_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            447 libavcodec/cavsdsp.c     OPNAME ## cavs_filt ## SIZE ## _h_hpel(dst, src, stride, stride);\
stride            450 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc30_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            452 libavcodec/cavsdsp.c     OPNAME ## cavs_filt ## SIZE ## _h_qpel_r(dst, src, stride, stride);\
stride            455 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc01_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            457 libavcodec/cavsdsp.c     OPNAME ## cavs_filt ## SIZE ## _v_qpel_l(dst, src, stride, stride);\
stride            460 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc02_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            462 libavcodec/cavsdsp.c     OPNAME ## cavs_filt ## SIZE ## _v_hpel(dst, src, stride, stride);\
stride            465 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc03_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            467 libavcodec/cavsdsp.c     OPNAME ## cavs_filt ## SIZE ## _v_qpel_r(dst, src, stride, stride);\
stride            470 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc22_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            472 libavcodec/cavsdsp.c   OPNAME ## cavs_filt ## SIZE ## _hv_jj(dst, src, NULL, stride, stride); \
stride            475 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc11_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            477 libavcodec/cavsdsp.c   OPNAME ## cavs_filt ## SIZE ## _hv_egpr(dst, src, src, stride, stride); \
stride            480 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc13_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            482 libavcodec/cavsdsp.c   OPNAME ## cavs_filt ## SIZE ## _hv_egpr(dst, src, src+stride, stride, stride); \
stride            485 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc31_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            487 libavcodec/cavsdsp.c   OPNAME ## cavs_filt ## SIZE ## _hv_egpr(dst, src, src+1, stride, stride); \
stride            490 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc33_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            492 libavcodec/cavsdsp.c   OPNAME ## cavs_filt ## SIZE ## _hv_egpr(dst, src, src+stride+1,stride, stride); \
stride            495 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc21_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            497 libavcodec/cavsdsp.c   OPNAME ## cavs_filt ## SIZE ## _hv_ff(dst, src, src+stride+1,stride, stride); \
stride            500 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc12_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            502 libavcodec/cavsdsp.c   OPNAME ## cavs_filt ## SIZE ## _hv_ii(dst, src, src+stride+1,stride, stride); \
stride            505 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc32_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            507 libavcodec/cavsdsp.c   OPNAME ## cavs_filt ## SIZE ## _hv_kk(dst, src, src+stride+1,stride, stride); \
stride            510 libavcodec/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc23_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            512 libavcodec/cavsdsp.c   OPNAME ## cavs_filt ## SIZE ## _hv_qq(dst, src, src+stride+1,stride, stride); \
stride             33 libavcodec/cavsdsp.h     void (*cavs_filter_lv)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int tc, int bs1, int bs2);
stride             34 libavcodec/cavsdsp.h     void (*cavs_filter_lh)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int tc, int bs1, int bs2);
stride             35 libavcodec/cavsdsp.h     void (*cavs_filter_cv)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int tc, int bs1, int bs2);
stride             36 libavcodec/cavsdsp.h     void (*cavs_filter_ch)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int tc, int bs1, int bs2);
stride             37 libavcodec/cavsdsp.h     void (*cavs_idct8_add)(uint8_t *dst, int16_t *block, ptrdiff_t stride);
stride            136 libavcodec/cdgraphics.c     int stride   = cc->frame->linesize[0];
stride            154 libavcodec/cdgraphics.c             ai = ci + x + (stride * (ri + y));
stride            171 libavcodec/cdgraphics.c                               int w, int h, int stride)
stride            175 libavcodec/cdgraphics.c     in  += in_tl_x  + in_tl_y  * stride;
stride            176 libavcodec/cdgraphics.c     out += out_tl_x + out_tl_y * stride;
stride            178 libavcodec/cdgraphics.c         memcpy(out + y * stride, in + y * stride, w);
stride            182 libavcodec/cdgraphics.c                                  int color, int w, int h, int stride)
stride            187 libavcodec/cdgraphics.c         memset(out + tl_x + y * stride, color, w);
stride            192 libavcodec/cdgraphics.c                              int color, int w, int h, int stride, int roll)
stride            196 libavcodec/cdgraphics.c                           in, w, h, stride);
stride            198 libavcodec/cdgraphics.c         cdg_fill_rect_preset(out_tl_x, out_tl_y, out, color, w, h, stride);
stride            208 libavcodec/cdgraphics.c     int stride   = cc->frame->linesize[0];
stride            240 libavcodec/cdgraphics.c         memcpy(out + FFMAX(0, hinc) + stride * y,
stride            241 libavcodec/cdgraphics.c                in + FFMAX(0, hinc) - hinc + (y - vinc) * stride,
stride            242 libavcodec/cdgraphics.c                FFMIN(stride + hinc, stride));
stride            247 libavcodec/cdgraphics.c                          stride, vinc, stride, roll_over);
stride            251 libavcodec/cdgraphics.c                          stride, -1 * vinc, stride, roll_over);
stride            256 libavcodec/cdgraphics.c                          hinc, CDG_FULL_HEIGHT, stride, roll_over);
stride            260 libavcodec/cdgraphics.c                          -1 * hinc, CDG_FULL_HEIGHT, stride, roll_over);
stride            325 libavcodec/cfhd.c         ptrdiff_t stride = FFALIGN(width  / 8, 8) * 8;
stride            330 libavcodec/cfhd.c         s->plane[i].stride = stride;
stride            340 libavcodec/cfhd.c             av_mallocz_array(height * stride, sizeof(*s->plane[i].idwt_buf));
stride            342 libavcodec/cfhd.c             av_malloc_array(height * stride, sizeof(*s->plane[i].idwt_tmp));
stride            490 libavcodec/cfhd.c             s->plane[s->channel_num].band[0][0].stride = data;
stride            538 libavcodec/cfhd.c             s->plane[s->channel_num].band[s->level][s->subband_num].stride = FFALIGN(data, 8);
stride            555 libavcodec/cfhd.c             s->plane[s->channel_num].band[s->level][s->subband_num].stride = FFALIGN(data, 8);
stride            693 libavcodec/cfhd.c             int highpass_stride = s->plane[s->channel_num].band[s->level][s->subband_num].stride;
stride            813 libavcodec/cfhd.c         int highpass_stride = s->plane[plane].band[0][1].stride;
stride            878 libavcodec/cfhd.c         highpass_stride = s->plane[plane].band[1][1].stride;
stride            930 libavcodec/cfhd.c         highpass_stride = s->plane[plane].band[2][1].stride;
stride             47 libavcodec/cfhd.h     ptrdiff_t stride;
stride             60 libavcodec/cfhd.h     ptrdiff_t stride;
stride            469 libavcodec/clearvideo.c         int stride = buf->linesize[comp];
stride            484 libavcodec/clearvideo.c                 off += stride;
stride            488 libavcodec/clearvideo.c             int off = h * stride;
stride            490 libavcodec/clearvideo.c                 for (i = 0; i < stride; i++) {
stride            493 libavcodec/clearvideo.c                 off += stride;
stride            134 libavcodec/cscd.c     int stride;
stride            148 libavcodec/cscd.c     stride = FFALIGN(c->linelen, 4);
stride            149 libavcodec/cscd.c     c->decomp_size = c->height * stride;
stride            113 libavcodec/dds.c     int (*tex_funct)(uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             44 libavcodec/dirac_dwt.c     d->stride = p->stride;
stride             74 libavcodec/dirac_dwt.c         int stride_l = d->stride << level;
stride             40 libavcodec/dirac_dwt.h     int stride;
stride             59 libavcodec/dirac_dwt.h     int stride;
stride             63 libavcodec/dirac_dwt.h     void (*spatial_compose)(struct DWTContext *cs, int level, int width, int height, int stride);
stride            339 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd97i_dy)(DWTContext *d, int level, int width, int height, int stride)
stride            349 libavcodec/dirac_dwt_template.c     b[6] = d->buffer + av_clip(y+5, 0, height-2)*stride;
stride            350 libavcodec/dirac_dwt_template.c     b[7] = d->buffer + av_clip(y+6, 1, height-1)*stride;
stride            363 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dirac53i_dy)(DWTContext *d, int level, int width, int height, int stride)
stride            371 libavcodec/dirac_dwt_template.c     b[2] = d->buffer + avpriv_mirror(y+1, height-1)*stride;
stride            372 libavcodec/dirac_dwt_template.c     b[3] = d->buffer + avpriv_mirror(y+2, height-1)*stride;
stride            385 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd137i_dy)(DWTContext *d, int level, int width, int height, int stride)
stride            395 libavcodec/dirac_dwt_template.c     b[8] = d->buffer + av_clip(y+7, 0, height-2)*stride;
stride            396 libavcodec/dirac_dwt_template.c     b[9] = d->buffer + av_clip(y+8, 1, height-1)*stride;
stride            410 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_haari_dy)(DWTContext *d, int level, int width, int height, int stride)
stride            414 libavcodec/dirac_dwt_template.c     uint8_t *b0 = d->buffer + (y-1)*stride;
stride            415 libavcodec/dirac_dwt_template.c     uint8_t *b1 = d->buffer + (y  )*stride;
stride            426 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_fidelity)(DWTContext *d, int level, int width, int height, int stride)
stride            435 libavcodec/dirac_dwt_template.c             b[i] = d->buffer + av_clip((y-7 + 2*i), 0, height-2)*stride;
stride            436 libavcodec/dirac_dwt_template.c         vertical_compose_h0(d->buffer + y*stride, b, width);
stride            441 libavcodec/dirac_dwt_template.c             b[i] = d->buffer + av_clip((y-7 + 2*i), 1, height-1)*stride;
stride            442 libavcodec/dirac_dwt_template.c         vertical_compose_l0(d->buffer + y*stride, b, width);
stride            446 libavcodec/dirac_dwt_template.c         d->horizontal_compose(d->buffer + y*stride, d->temp, width);
stride            451 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_daub97i_dy)(DWTContext *d, int level, int width, int height, int stride)
stride            463 libavcodec/dirac_dwt_template.c     b[4] = d->buffer + avpriv_mirror(y+3, height-1)*stride;
stride            464 libavcodec/dirac_dwt_template.c     b[5] = d->buffer + avpriv_mirror(y+4, height-1)*stride;
stride            479 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose97i_init)(DWTCompose *cs, uint8_t *buffer, int height, int stride)
stride            481 libavcodec/dirac_dwt_template.c     cs->b[0] = buffer + avpriv_mirror(-3-1, height-1)*stride;
stride            482 libavcodec/dirac_dwt_template.c     cs->b[1] = buffer + avpriv_mirror(-3  , height-1)*stride;
stride            483 libavcodec/dirac_dwt_template.c     cs->b[2] = buffer + avpriv_mirror(-3+1, height-1)*stride;
stride            484 libavcodec/dirac_dwt_template.c     cs->b[3] = buffer + avpriv_mirror(-3+2, height-1)*stride;
stride            488 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose53i_init)(DWTCompose *cs, uint8_t *buffer, int height, int stride)
stride            490 libavcodec/dirac_dwt_template.c     cs->b[0] = buffer + avpriv_mirror(-1-1, height-1)*stride;
stride            491 libavcodec/dirac_dwt_template.c     cs->b[1] = buffer + avpriv_mirror(-1  , height-1)*stride;
stride            495 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd97i_init)(DWTCompose *cs, uint8_t *buffer, int height, int stride)
stride            497 libavcodec/dirac_dwt_template.c     cs->b[0] = buffer + av_clip(-5-1, 0, height-2)*stride;
stride            498 libavcodec/dirac_dwt_template.c     cs->b[1] = buffer + av_clip(-5  , 1, height-1)*stride;
stride            499 libavcodec/dirac_dwt_template.c     cs->b[2] = buffer + av_clip(-5+1, 0, height-2)*stride;
stride            500 libavcodec/dirac_dwt_template.c     cs->b[3] = buffer + av_clip(-5+2, 1, height-1)*stride;
stride            501 libavcodec/dirac_dwt_template.c     cs->b[4] = buffer + av_clip(-5+3, 0, height-2)*stride;
stride            502 libavcodec/dirac_dwt_template.c     cs->b[5] = buffer + av_clip(-5+4, 1, height-1)*stride;
stride            506 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd137i_init)(DWTCompose *cs, uint8_t *buffer, int height, int stride)
stride            508 libavcodec/dirac_dwt_template.c     cs->b[0] = buffer + av_clip(-5-1, 0, height-2)*stride;
stride            509 libavcodec/dirac_dwt_template.c     cs->b[1] = buffer + av_clip(-5  , 1, height-1)*stride;
stride            510 libavcodec/dirac_dwt_template.c     cs->b[2] = buffer + av_clip(-5+1, 0, height-2)*stride;
stride            511 libavcodec/dirac_dwt_template.c     cs->b[3] = buffer + av_clip(-5+2, 1, height-1)*stride;
stride            512 libavcodec/dirac_dwt_template.c     cs->b[4] = buffer + av_clip(-5+3, 0, height-2)*stride;
stride            513 libavcodec/dirac_dwt_template.c     cs->b[5] = buffer + av_clip(-5+4, 1, height-1)*stride;
stride            514 libavcodec/dirac_dwt_template.c     cs->b[6] = buffer + av_clip(-5+5, 0, height-2)*stride;
stride            515 libavcodec/dirac_dwt_template.c     cs->b[7] = buffer + av_clip(-5+6, 1, height-1)*stride;
stride            527 libavcodec/dirac_dwt_template.c         int stride_l = d->stride << level;
stride             93 libavcodec/diracdec.c     int stride; /* in bytes */
stride            111 libavcodec/diracdec.c     ptrdiff_t stride;
stride            227 libavcodec/diracdec.c     void (*put_pixels_tab[4])(uint8_t *dst, const uint8_t *src[5], int stride, int h);
stride            228 libavcodec/diracdec.c     void (*avg_pixels_tab[4])(uint8_t *dst, const uint8_t *src[5], int stride, int h);
stride            229 libavcodec/diracdec.c     void (*add_obmc)(uint16_t *dst, const uint8_t *src, int stride, const uint8_t *obmc_weight, int yblen);
stride            322 libavcodec/diracdec.c static int alloc_buffers(DiracContext *s, int stride)
stride            327 libavcodec/diracdec.c     av_assert0(stride >= w);
stride            328 libavcodec/diracdec.c     stride += 64;
stride            330 libavcodec/diracdec.c     if (s->buffer_stride >= stride)
stride            339 libavcodec/diracdec.c     s->edge_emu_buffer_base = av_malloc_array(stride, MAX_BLOCKSIZE);
stride            341 libavcodec/diracdec.c     s->mctmp     = av_malloc_array((stride+MAX_BLOCKSIZE), (h+MAX_BLOCKSIZE) * sizeof(*s->mctmp));
stride            342 libavcodec/diracdec.c     s->mcscratch = av_malloc_array(stride, MAX_BLOCKSIZE);
stride            347 libavcodec/diracdec.c     s->buffer_stride = stride;
stride            456 libavcodec/diracdec.c         const int mstride = -(b->stride >> (1+b->pshift)); \
stride            459 libavcodec/diracdec.c             const int stride = b->parent->stride >> (1+b->parent->pshift); \
stride            460 libavcodec/diracdec.c             pred_ctx += !!pbuf[stride * (y>>1) + (x>>1)] << 1; \
stride            533 libavcodec/diracdec.c     buf = b->ibuf + top * b->stride;
stride            545 libavcodec/diracdec.c             buf += b->stride;
stride            559 libavcodec/diracdec.c             buf += b->stride;
stride            577 libavcodec/diracdec.c         buf += (b->stride >> (1+b->pshift)); \
stride            580 libavcodec/diracdec.c             buf[0] += buf[-(b->stride >> (1+b->pshift))]; \
stride            583 libavcodec/diracdec.c                 int pred = buf[x - 1] + buf[x - (b->stride >> (1+b->pshift))] + buf[x - (b->stride >> (1+b->pshift))-1]; \
stride            586 libavcodec/diracdec.c             buf += (b->stride >> (1+b->pshift)); \
stride            733 libavcodec/diracdec.c     uint8_t *buf1 =      b1->ibuf + top * b1->stride;
stride            734 libavcodec/diracdec.c     uint8_t *buf2 = b2 ? b2->ibuf + top * b2->stride: NULL;
stride            753 libavcodec/diracdec.c             buf1 += b1->stride;
stride            755 libavcodec/diracdec.c                 buf2 += b2->stride;
stride            763 libavcodec/diracdec.c             buf1 += b1->stride;
stride            765 libavcodec/diracdec.c                 buf2 += b2->stride;
stride            896 libavcodec/diracdec.c                 uint8_t *buf = b1->ibuf + c->top * b1->stride + (c->left << (s->pshift + 1));
stride            900 libavcodec/diracdec.c                 s->diracdsp.dequant_subband[qfunc](&tmp_buf[off], buf, b1->stride,
stride           1059 libavcodec/diracdec.c         p->idwt.stride = FFALIGN(p->idwt.width, 8) << (1 + s->pshift);
stride           1070 libavcodec/diracdec.c                 b->stride = p->idwt.stride << (s->wavelet_depth - level);
stride           1078 libavcodec/diracdec.c                     b->ibuf += (b->stride>>1);
stride           1326 libavcodec/diracdec.c static inline int pred_sbsplit(uint8_t *sbsplit, int stride, int x, int y)
stride           1335 libavcodec/diracdec.c         return sbsplit[-stride];
stride           1337 libavcodec/diracdec.c     return avgsplit[sbsplit[-1] + sbsplit[-stride] + sbsplit[-stride-1]];
stride           1340 libavcodec/diracdec.c static inline int pred_block_mode(DiracBlock *block, int stride, int x, int y, int refmask)
stride           1349 libavcodec/diracdec.c         return block[-stride].ref & refmask;
stride           1352 libavcodec/diracdec.c     pred = (block[-1].ref & refmask) + (block[-stride].ref & refmask) + (block[-stride-1].ref & refmask);
stride           1356 libavcodec/diracdec.c static inline void pred_block_dc(DiracBlock *block, int stride, int x, int y)
stride           1368 libavcodec/diracdec.c     if (y && !(block[-stride].ref & 3)) {
stride           1370 libavcodec/diracdec.c             block->u.dc[i] += block[-stride].u.dc[i];
stride           1374 libavcodec/diracdec.c     if (x && y && !(block[-1-stride].ref & 3)) {
stride           1376 libavcodec/diracdec.c             block->u.dc[i] += block[-1-stride].u.dc[i];
stride           1389 libavcodec/diracdec.c static inline void pred_mv(DiracBlock *block, int stride, int x, int y, int ref)
stride           1399 libavcodec/diracdec.c     if (y && (block[-stride].ref & mask) == refmask)
stride           1400 libavcodec/diracdec.c         pred[n++] = block[-stride].u.mv[ref];
stride           1402 libavcodec/diracdec.c     if (x && y && (block[-stride-1].ref & mask) == refmask)
stride           1403 libavcodec/diracdec.c         pred[n++] = block[-stride-1].u.mv[ref];
stride           1442 libavcodec/diracdec.c                                 int stride, int x, int y)
stride           1446 libavcodec/diracdec.c     block->ref  = pred_block_mode(block, stride, x, y, DIRAC_REF_MASK_REF1);
stride           1450 libavcodec/diracdec.c         block->ref |= pred_block_mode(block, stride, x, y, DIRAC_REF_MASK_REF2);
stride           1455 libavcodec/diracdec.c         pred_block_dc(block, stride, x, y);
stride           1462 libavcodec/diracdec.c         block->ref |= pred_block_mode(block, stride, x, y, DIRAC_REF_MASK_GLOBAL);
stride           1471 libavcodec/diracdec.c                 pred_mv(block, stride, x, y, i);
stride           1481 libavcodec/diracdec.c static void propagate_block_data(DiracBlock *block, int stride, int size)
stride           1490 libavcodec/diracdec.c         dst += stride;
stride           1572 libavcodec/diracdec.c static void init_obmc_weight_row(Plane *p, uint8_t *obmc_weight, int stride,
stride           1582 libavcodec/diracdec.c     for (; x < stride; x++)
stride           1586 libavcodec/diracdec.c static void init_obmc_weight(Plane *p, uint8_t *obmc_weight, int stride,
stride           1591 libavcodec/diracdec.c         init_obmc_weight_row(p, obmc_weight, stride, left, right, 8);
stride           1592 libavcodec/diracdec.c         obmc_weight += stride;
stride           1596 libavcodec/diracdec.c         init_obmc_weight_row(p, obmc_weight, stride, left, right, wy);
stride           1597 libavcodec/diracdec.c         obmc_weight += stride;
stride           1600 libavcodec/diracdec.c         init_obmc_weight_row(p, obmc_weight, stride, left, right, 8);
stride           1601 libavcodec/diracdec.c         obmc_weight += stride;
stride           1675 libavcodec/diracdec.c         src[0] = ref_hpel[(my>>1)+(mx>>2)] + y*p->stride + x;
stride           1680 libavcodec/diracdec.c             src[i] = ref_hpel[i] + y*p->stride + x;
stride           1690 libavcodec/diracdec.c             src[0] += p->stride;
stride           1691 libavcodec/diracdec.c             src[1] += p->stride;
stride           1731 libavcodec/diracdec.c                                      p->stride, p->stride,
stride           1740 libavcodec/diracdec.c static void add_dc(uint16_t *dst, int dc, int stride,
stride           1751 libavcodec/diracdec.c         dst          += stride;
stride           1766 libavcodec/diracdec.c         add_dc(mctmp, block->u.dc[plane], p->stride, obmc_weight, p->xblen, p->yblen);
stride           1771 libavcodec/diracdec.c         s->put_pixels_tab[idx](s->mcscratch, src, p->stride, p->yblen);
stride           1773 libavcodec/diracdec.c             s->weight_func(s->mcscratch, p->stride, s->weight_log2denom,
stride           1778 libavcodec/diracdec.c         s->put_pixels_tab[idx](s->mcscratch, src, p->stride, p->yblen);
stride           1782 libavcodec/diracdec.c             s->put_pixels_tab[idx](s->mcscratch + 32, src, p->stride, p->yblen);
stride           1783 libavcodec/diracdec.c             s->biweight_func(s->mcscratch, s->mcscratch+32, p->stride, s->weight_log2denom,
stride           1786 libavcodec/diracdec.c             s->avg_pixels_tab[idx](s->mcscratch, src, p->stride, p->yblen);
stride           1789 libavcodec/diracdec.c     s->add_obmc(mctmp, s->mcscratch, p->stride, obmc_weight, p->yblen);
stride           1880 libavcodec/diracdec.c                 memset(p->idwt.buf, 0, p->idwt.stride * p->idwt.height);
stride           1899 libavcodec/diracdec.c             memset(p->idwt.buf, 0, p->idwt.stride * p->idwt.height);
stride           1913 libavcodec/diracdec.c                 s->diracdsp.put_signed_rect_clamped[idx](frame + y*p->stride,
stride           1914 libavcodec/diracdec.c                                                          p->stride,
stride           1915 libavcodec/diracdec.c                                                          p->idwt.buf + y*p->idwt.stride,
stride           1916 libavcodec/diracdec.c                                                          p->idwt.stride, p->width, 16);
stride           1919 libavcodec/diracdec.c             int rowheight = p->ybsep*p->stride;
stride           1929 libavcodec/diracdec.c             memset(s->mctmp, 0, 4*p->yoffset*p->stride);
stride           1947 libavcodec/diracdec.c                 memset(mctmp+2*p->yoffset*p->stride, 0, 2*rowheight);
stride           1950 libavcodec/diracdec.c                 mctmp += (start - dsty)*p->stride + p->xoffset;
stride           1954 libavcodec/diracdec.c                 s->diracdsp.add_rect_clamped(frame + start*p->stride, mctmp, p->stride,
stride           1955 libavcodec/diracdec.c                                              (int16_t*)(p->idwt.buf) + start*(p->idwt.stride >> 1), (p->idwt.stride >> 1), p->width, h);
stride           2241 libavcodec/diracdec.c         s->plane[0].stride = pic->avframe->linesize[0];
stride           2242 libavcodec/diracdec.c         s->plane[1].stride = pic->avframe->linesize[1];
stride           2243 libavcodec/diracdec.c         s->plane[2].stride = pic->avframe->linesize[2];
stride           2245 libavcodec/diracdec.c         if (alloc_buffers(s, FFMAX3(FFABS(s->plane[0].stride), FFABS(s->plane[1].stride), FFABS(s->plane[2].stride))) < 0)
stride             24 libavcodec/diracdsp.c #define FILTER(src, stride)                                     \
stride             25 libavcodec/diracdsp.c     ((21*((src)[ 0*stride] + (src)[1*stride])                   \
stride             26 libavcodec/diracdsp.c       -7*((src)[-1*stride] + (src)[2*stride])                   \
stride             27 libavcodec/diracdsp.c       +3*((src)[-2*stride] + (src)[3*stride])                   \
stride             28 libavcodec/diracdsp.c       -1*((src)[-3*stride] + (src)[4*stride]) + 16) >> 5)
stride             31 libavcodec/diracdsp.c                               int stride, int width, int height)
stride             37 libavcodec/diracdsp.c             dstv[x] = av_clip_uint8(FILTER(src+x, stride));
stride             45 libavcodec/diracdsp.c         src  += stride;
stride             46 libavcodec/diracdsp.c         dsth += stride;
stride             47 libavcodec/diracdsp.c         dstv += stride;
stride             48 libavcodec/diracdsp.c         dstc += stride;
stride             53 libavcodec/diracdsp.c     static void ff_ ## PFX ## _dirac_pixels ## WIDTH ## _bilinear_c(uint8_t *dst, const uint8_t *src[5], int stride, int h) \
stride             67 libavcodec/diracdsp.c             dst += stride;                                              \
stride             68 libavcodec/diracdsp.c             s0 += stride;                                               \
stride             69 libavcodec/diracdsp.c             s1 += stride;                                               \
stride             70 libavcodec/diracdsp.c             s2 += stride;                                               \
stride             71 libavcodec/diracdsp.c             s3 += stride;                                               \
stride             89 libavcodec/diracdsp.c     static void weight_dirac_pixels ## W ## _c(uint8_t *block, int stride, int log2_denom, \
stride             97 libavcodec/diracdsp.c             block += stride;                                            \
stride            100 libavcodec/diracdsp.c     static void biweight_dirac_pixels ## W ## _c(uint8_t *dst, const uint8_t *src, int stride, int log2_denom, \
stride            108 libavcodec/diracdsp.c             dst += stride;                                              \
stride            109 libavcodec/diracdsp.c             src += stride;                                              \
stride            118 libavcodec/diracdsp.c     static void add_obmc ## xblen ## _c(uint16_t *dst, const uint8_t *src, int stride, \
stride            127 libavcodec/diracdsp.c             dst += stride;                                              \
stride            128 libavcodec/diracdsp.c             src += stride;                                              \
stride            175 libavcodec/diracdsp.c static void add_rect_clamped_c(uint8_t *dst, const uint16_t *src, int stride,
stride            186 libavcodec/diracdsp.c         dst += stride;
stride            187 libavcodec/diracdsp.c         src += stride;
stride            193 libavcodec/diracdsp.c static void dequant_subband_ ## PX ## _c(uint8_t *src, uint8_t *dst, ptrdiff_t stride,     \
stride            206 libavcodec/diracdsp.c         dst += stride;                                                                     \
stride             27 libavcodec/diracdsp.h typedef void (*dirac_weight_func)(uint8_t *block, int stride, int log2_denom, int weight, int h);
stride             28 libavcodec/diracdsp.h typedef void (*dirac_biweight_func)(uint8_t *dst, const uint8_t *src, int stride, int log2_denom, int weightd, int weights, int h);
stride             31 libavcodec/diracdsp.h     void (*dirac_hpel_filter)(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, int stride, int width, int height);
stride             42 libavcodec/diracdsp.h     void (*put_dirac_pixels_tab[3][4])(uint8_t *dst, const uint8_t *src[5], int stride, int h);
stride             43 libavcodec/diracdsp.h     void (*avg_dirac_pixels_tab[3][4])(uint8_t *dst, const uint8_t *src[5], int stride, int h);
stride             47 libavcodec/diracdsp.h     void (*add_rect_clamped)(uint8_t *dst/*align 16*/, const uint16_t *src/*align 16*/, int stride, const int16_t *idwt/*align 16*/, int idwt_stride, int width, int height/*mod 2*/);
stride             48 libavcodec/diracdsp.h     void (*add_dirac_obmc[3])(uint16_t *dst, const uint8_t *src, int stride, const uint8_t *obmc_weight, int yblen);
stride             51 libavcodec/diracdsp.h     void (*dequant_subband[4])(uint8_t *src, uint8_t *dst, ptrdiff_t stride, const int qf, const int qs, int tot_v, int tot_h);
stride             58 libavcodec/diracdsp.h     void ff_ ## PFX ## _dirac_pixels8_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h); \
stride             59 libavcodec/diracdsp.h     void ff_ ## PFX ## _dirac_pixels16_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h); \
stride             60 libavcodec/diracdsp.h     void ff_ ## PFX ## _dirac_pixels32_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h)
stride            134 libavcodec/dpx.c     int x, y, stride, i, ret;
stride            252 libavcodec/dpx.c         stride = avctx->width * elements;
stride            259 libavcodec/dpx.c         stride = (avctx->width * elements + 2) / 3 * 4;
stride            262 libavcodec/dpx.c         stride = avctx->width * elements;
stride            264 libavcodec/dpx.c             stride *= 2;
stride            266 libavcodec/dpx.c             stride *= 3;
stride            267 libavcodec/dpx.c             if (stride % 8) {
stride            268 libavcodec/dpx.c                 stride /= 8;
stride            269 libavcodec/dpx.c                 stride++;
stride            270 libavcodec/dpx.c                 stride *= 8;
stride            272 libavcodec/dpx.c             stride /= 2;
stride            276 libavcodec/dpx.c         stride = 2 * avctx->width * elements;
stride            291 libavcodec/dpx.c     need_align = FFALIGN(stride, 4);
stride            294 libavcodec/dpx.c         if (stride*avctx->height + (int64_t)offset > avpkt->size) {
stride            303 libavcodec/dpx.c         need_align -= stride;
stride            304 libavcodec/dpx.c         stride = FFALIGN(stride, 4);
stride            488 libavcodec/dpx.c                             buf, stride,
stride             52 libavcodec/dv.h     void (*idct_put[2])(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride            661 libavcodec/dvbsubdec.c     ptrdiff_t stride = rect->linesize[0];
stride            665 libavcodec/dvbsubdec.c #define V(x,y) rect->data[0][(x) + (y)*stride]
stride            680 libavcodec/dvbsubdec.c #define L(x,y) list[d[(x) + (y)*stride]]
stride             57 libavcodec/dvdec.c     void (*idct_put)(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride            272 libavcodec/dvdec.c static av_always_inline void put_block_8x4(int16_t *block, uint8_t *av_restrict p, int stride)
stride            280 libavcodec/dvdec.c         p += stride;
stride            285 libavcodec/dvdec.c                                                  int stride, int16_t *blocks)
stride            290 libavcodec/dvdec.c     put_block_8x4(blocks+0*64,       data,              stride<<1);
stride            291 libavcodec/dvdec.c     put_block_8x4(blocks+0*64 + 4*8, data + 8,          stride<<1);
stride            292 libavcodec/dvdec.c     put_block_8x4(blocks+1*64,       data + stride,     stride<<1);
stride            293 libavcodec/dvdec.c     put_block_8x4(blocks+1*64 + 4*8, data + 8 + stride, stride<<1);
stride            297 libavcodec/dvdec.c                                                int stride, int16_t *blocks)
stride            304 libavcodec/dvdec.c     put_block_8x4(blocks+0*64,       data,               stride<<1);
stride            305 libavcodec/dvdec.c     put_block_8x4(blocks+0*64 + 4*8, data + 16,          stride<<1);
stride            306 libavcodec/dvdec.c     put_block_8x4(blocks+1*64,       data + 8,           stride<<1);
stride            307 libavcodec/dvdec.c     put_block_8x4(blocks+1*64 + 4*8, data + 24,          stride<<1);
stride            308 libavcodec/dvdec.c     put_block_8x4(blocks+2*64,       data + stride,      stride<<1);
stride            309 libavcodec/dvdec.c     put_block_8x4(blocks+2*64 + 4*8, data + 16 + stride, stride<<1);
stride            310 libavcodec/dvdec.c     put_block_8x4(blocks+3*64,       data + 8  + stride, stride<<1);
stride            311 libavcodec/dvdec.c     put_block_8x4(blocks+3*64 + 4*8, data + 24 + stride, stride<<1);
stride             54 libavcodec/dxa.c                      int stride, uint8_t *src, int srcsize, uint8_t *ref)
stride             86 libavcodec/dxa.c                 tmp2 += x + y*stride;
stride             91 libavcodec/dxa.c                     tmp  += stride;
stride             92 libavcodec/dxa.c                     tmp2 += stride;
stride            115 libavcodec/dxa.c                     tmp  += stride;
stride            116 libavcodec/dxa.c                     tmp2 += stride;
stride            122 libavcodec/dxa.c                     tmp += stride;
stride            130 libavcodec/dxa.c                     tmp  += stride;
stride            136 libavcodec/dxa.c                     d  = ((k & 1) << 1) + ((k & 2) * stride);
stride            137 libavcodec/dxa.c                     d2 = ((k & 1) << 1) + ((k & 2) * stride);
stride            148 libavcodec/dxa.c                         tmp2 += x + y*stride;
stride            152 libavcodec/dxa.c                         tmp[d + 0 + stride] = tmp2[0 + stride];
stride            153 libavcodec/dxa.c                         tmp[d + 1 + stride] = tmp2[1 + stride];
stride            158 libavcodec/dxa.c                         tmp[d + 0 + stride] = data[0];
stride            159 libavcodec/dxa.c                         tmp[d + 1 + stride] = data[0];
stride            165 libavcodec/dxa.c                         tmp[d + 0 + stride] = *data++;
stride            166 libavcodec/dxa.c                         tmp[d + 1 + stride] = *data++;
stride            180 libavcodec/dxa.c                     tmp  += stride;
stride            181 libavcodec/dxa.c                     tmp2 += stride;
stride            194 libavcodec/dxa.c                     tmp  += stride;
stride            195 libavcodec/dxa.c                     tmp2 += stride;
stride            204 libavcodec/dxa.c         dst += stride * 4;
stride            205 libavcodec/dxa.c         ref += stride * 4;
stride            217 libavcodec/dxa.c     int stride;
stride            240 libavcodec/dxa.c     stride = frame->linesize[0];
stride            279 libavcodec/dxa.c             outptr += stride;
stride            296 libavcodec/dxa.c                 tmpptr += stride;
stride            299 libavcodec/dxa.c             outptr += stride;
stride            336 libavcodec/dxtory.c     int stride   = frame->linesize[0];
stride            337 libavcodec/dxtory.c     uint8_t *dst = frame->data[0] + stride * line;
stride            349 libavcodec/dxtory.c         dst += stride;
stride            402 libavcodec/dxtory.c     int stride   = frame->linesize[0];
stride            403 libavcodec/dxtory.c     uint8_t *dst = frame->data[0] + stride * line;
stride            412 libavcodec/dxtory.c         dst += stride;
stride             60 libavcodec/dxv.c     int (*tex_funct)(uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride            142 libavcodec/dxv.c                         ptrdiff_t stride, const uint8_t *block)
stride            156 libavcodec/dxv.c         dst += stride;
stride            160 libavcodec/dxv.c static int yo_block(uint8_t *dst, ptrdiff_t stride,
stride            166 libavcodec/dxv.c     yao_subblock(dst,      yo_indices, stride, block);
stride            167 libavcodec/dxv.c     yao_subblock(dst + 4,  yo_indices, stride, block + 8);
stride            168 libavcodec/dxv.c     yao_subblock(dst + 8,  yo_indices, stride, block + 16);
stride            169 libavcodec/dxv.c     yao_subblock(dst + 12, yo_indices, stride, block + 24);
stride             44 libavcodec/error_resilience.c static void set_mv_strides(ERContext *s, ptrdiff_t *mv_step, ptrdiff_t *stride)
stride             49 libavcodec/error_resilience.c         *stride  = s->mb_width * 4;
stride             52 libavcodec/error_resilience.c         *stride  = s->b8_stride;
stride             97 libavcodec/error_resilience.c static void filter181(int16_t *data, int width, int height, ptrdiff_t stride)
stride            103 libavcodec/error_resilience.c         int prev_dc = data[0 + y * stride];
stride            108 libavcodec/error_resilience.c                  data[x     + y * stride] * 8 -
stride            109 libavcodec/error_resilience.c                  data[x + 1 + y * stride];
stride            111 libavcodec/error_resilience.c             prev_dc = data[x + y * stride];
stride            112 libavcodec/error_resilience.c             data[x + y * stride] = dc;
stride            124 libavcodec/error_resilience.c                  data[x +  y      * stride] * 8 -
stride            125 libavcodec/error_resilience.c                  data[x + (y + 1) * stride];
stride            127 libavcodec/error_resilience.c             prev_dc = data[x + y * stride];
stride            128 libavcodec/error_resilience.c             data[x + y * stride] = dc;
stride            139 libavcodec/error_resilience.c                      int h, ptrdiff_t stride, int is_luma)
stride            142 libavcodec/error_resilience.c     int16_t  (*col )[4] = av_malloc_array(stride, h*sizeof( int16_t)*4);
stride            143 libavcodec/error_resilience.c     uint32_t (*dist)[4] = av_malloc_array(stride, h*sizeof(uint32_t)*4);
stride            158 libavcodec/error_resilience.c                 color= dc[b_x + b_y*stride];
stride            161 libavcodec/error_resilience.c             col [b_x + b_y*stride][1]= color;
stride            162 libavcodec/error_resilience.c             dist[b_x + b_y*stride][1]= distance >= 0 ? b_x-distance : 9999;
stride            171 libavcodec/error_resilience.c                 color= dc[b_x + b_y*stride];
stride            174 libavcodec/error_resilience.c             col [b_x + b_y*stride][0]= color;
stride            175 libavcodec/error_resilience.c             dist[b_x + b_y*stride][0]= distance >= 0 ? distance-b_x : 9999;
stride            186 libavcodec/error_resilience.c                 color= dc[b_x + b_y*stride];
stride            189 libavcodec/error_resilience.c             col [b_x + b_y*stride][3]= color;
stride            190 libavcodec/error_resilience.c             dist[b_x + b_y*stride][3]= distance >= 0 ? b_y-distance : 9999;
stride            199 libavcodec/error_resilience.c                 color= dc[b_x + b_y*stride];
stride            202 libavcodec/error_resilience.c             col [b_x + b_y*stride][2]= color;
stride            203 libavcodec/error_resilience.c             dist[b_x + b_y*stride][2]= distance >= 0 ? distance-b_y : 9999;
stride            222 libavcodec/error_resilience.c                 int64_t weight  = 256 * 256 * 256 * 16 / FFMAX(dist[b_x + b_y*stride][j], 1);
stride            223 libavcodec/error_resilience.c                 guess          += weight*(int64_t)col[b_x + b_y*stride][j];
stride            227 libavcodec/error_resilience.c             dc[b_x + b_y * stride] = guess;
stride            242 libavcodec/error_resilience.c                            int h, ptrdiff_t stride, int is_luma)
stride            260 libavcodec/error_resilience.c             int offset       = b_x * 8 + b_y * stride * 8;
stride            273 libavcodec/error_resilience.c                 a = dst[offset + 7 + y * stride] - dst[offset + 6 + y * stride];
stride            274 libavcodec/error_resilience.c                 b = dst[offset + 8 + y * stride] - dst[offset + 7 + y * stride];
stride            275 libavcodec/error_resilience.c                 c = dst[offset + 9 + y * stride] - dst[offset + 8 + y * stride];
stride            289 libavcodec/error_resilience.c                     dst[offset + 7 + y * stride] = cm[dst[offset + 7 + y * stride] + ((d * 7) >> 4)];
stride            290 libavcodec/error_resilience.c                     dst[offset + 6 + y * stride] = cm[dst[offset + 6 + y * stride] + ((d * 5) >> 4)];
stride            291 libavcodec/error_resilience.c                     dst[offset + 5 + y * stride] = cm[dst[offset + 5 + y * stride] + ((d * 3) >> 4)];
stride            292 libavcodec/error_resilience.c                     dst[offset + 4 + y * stride] = cm[dst[offset + 4 + y * stride] + ((d * 1) >> 4)];
stride            295 libavcodec/error_resilience.c                     dst[offset + 8 + y * stride] = cm[dst[offset +  8 + y * stride] - ((d * 7) >> 4)];
stride            296 libavcodec/error_resilience.c                     dst[offset + 9 + y * stride] = cm[dst[offset +  9 + y * stride] - ((d * 5) >> 4)];
stride            297 libavcodec/error_resilience.c                     dst[offset + 10+ y * stride] = cm[dst[offset + 10 + y * stride] - ((d * 3) >> 4)];
stride            298 libavcodec/error_resilience.c                     dst[offset + 11+ y * stride] = cm[dst[offset + 11 + y * stride] - ((d * 1) >> 4)];
stride            311 libavcodec/error_resilience.c                            ptrdiff_t stride, int is_luma)
stride            329 libavcodec/error_resilience.c             int offset        = b_x * 8 + b_y * stride * 8;
stride            345 libavcodec/error_resilience.c                 a = dst[offset + x + 7 * stride] - dst[offset + x + 6 * stride];
stride            346 libavcodec/error_resilience.c                 b = dst[offset + x + 8 * stride] - dst[offset + x + 7 * stride];
stride            347 libavcodec/error_resilience.c                 c = dst[offset + x + 9 * stride] - dst[offset + x + 8 * stride];
stride            361 libavcodec/error_resilience.c                     dst[offset + x +  7 * stride] = cm[dst[offset + x +  7 * stride] + ((d * 7) >> 4)];
stride            362 libavcodec/error_resilience.c                     dst[offset + x +  6 * stride] = cm[dst[offset + x +  6 * stride] + ((d * 5) >> 4)];
stride            363 libavcodec/error_resilience.c                     dst[offset + x +  5 * stride] = cm[dst[offset + x +  5 * stride] + ((d * 3) >> 4)];
stride            364 libavcodec/error_resilience.c                     dst[offset + x +  4 * stride] = cm[dst[offset + x +  4 * stride] + ((d * 1) >> 4)];
stride            367 libavcodec/error_resilience.c                     dst[offset + x +  8 * stride] = cm[dst[offset + x +  8 * stride] - ((d * 7) >> 4)];
stride            368 libavcodec/error_resilience.c                     dst[offset + x +  9 * stride] = cm[dst[offset + x +  9 * stride] - ((d * 5) >> 4)];
stride            369 libavcodec/error_resilience.c                     dst[offset + x + 10 * stride] = cm[dst[offset + x + 10 * stride] - ((d * 3) >> 4)];
stride            370 libavcodec/error_resilience.c                     dst[offset + x + 11 * stride] = cm[dst[offset + x + 11 * stride] - ((d * 1) >> 4)];
stride             51 libavcodec/faanidct.c                           ptrdiff_t stride, int x, int y, int type)
stride            106 libavcodec/faanidct.c             dest[0*stride + i]= av_clip_uint8(((int)dest[0*stride + i]) + lrintf(os07 + od07));
stride            107 libavcodec/faanidct.c             dest[7*stride + i]= av_clip_uint8(((int)dest[7*stride + i]) + lrintf(os07 - od07));
stride            108 libavcodec/faanidct.c             dest[1*stride + i]= av_clip_uint8(((int)dest[1*stride + i]) + lrintf(os16 + od16));
stride            109 libavcodec/faanidct.c             dest[6*stride + i]= av_clip_uint8(((int)dest[6*stride + i]) + lrintf(os16 - od16));
stride            110 libavcodec/faanidct.c             dest[2*stride + i]= av_clip_uint8(((int)dest[2*stride + i]) + lrintf(os25 + od25));
stride            111 libavcodec/faanidct.c             dest[5*stride + i]= av_clip_uint8(((int)dest[5*stride + i]) + lrintf(os25 - od25));
stride            112 libavcodec/faanidct.c             dest[3*stride + i]= av_clip_uint8(((int)dest[3*stride + i]) + lrintf(os34 - od34));
stride            113 libavcodec/faanidct.c             dest[4*stride + i]= av_clip_uint8(((int)dest[4*stride + i]) + lrintf(os34 + od34));
stride            115 libavcodec/faanidct.c             dest[0*stride + i]= av_clip_uint8(lrintf(os07 + od07));
stride            116 libavcodec/faanidct.c             dest[7*stride + i]= av_clip_uint8(lrintf(os07 - od07));
stride            117 libavcodec/faanidct.c             dest[1*stride + i]= av_clip_uint8(lrintf(os16 + od16));
stride            118 libavcodec/faanidct.c             dest[6*stride + i]= av_clip_uint8(lrintf(os16 - od16));
stride            119 libavcodec/faanidct.c             dest[2*stride + i]= av_clip_uint8(lrintf(os25 + od25));
stride            120 libavcodec/faanidct.c             dest[5*stride + i]= av_clip_uint8(lrintf(os25 - od25));
stride            121 libavcodec/faanidct.c             dest[3*stride + i]= av_clip_uint8(lrintf(os34 - od34));
stride            122 libavcodec/faanidct.c             dest[4*stride + i]= av_clip_uint8(lrintf(os34 + od34));
stride            382 libavcodec/faxcompr.c                     uint8_t *dst, int height, int stride,
stride            431 libavcodec/faxcompr.c             put_line(dst, stride, avctx->width, ref);
stride            433 libavcodec/faxcompr.c             put_line(dst, stride, avctx->width, runs);
stride            436 libavcodec/faxcompr.c         dst += stride;
stride             43 libavcodec/faxcompr.h                     uint8_t *dst, int height, int stride,
stride            119 libavcodec/ffv1dec.c                          int w, int h, int stride, int plane_index,
stride            145 libavcodec/ffv1dec.c                 src[x*pixel_stride + stride * y] = sample[1][x];
stride            152 libavcodec/ffv1dec.c                     ((uint16_t*)(src + stride*y))[x*pixel_stride] = sample[1][x];
stride            156 libavcodec/ffv1dec.c                     ((uint16_t*)(src + stride*y))[x*pixel_stride] = sample[1][x] << (16 - s->avctx->bits_per_raw_sample) | ((uint16_t **)sample)[1][x] >> (2 * s->avctx->bits_per_raw_sample - 16);
stride            128 libavcodec/ffv1dec_template.c static int RENAME(decode_rgb_frame)(FFV1Context *s, uint8_t *src[4], int w, int h, int stride[4])
stride            178 libavcodec/ffv1dec_template.c                 *((uint32_t*)(src[0] + x*4 + stride[0]*y)) = b + ((unsigned)g<<8) + ((unsigned)r<<16) + ((unsigned)a<<24);
stride            180 libavcodec/ffv1dec_template.c                 *((uint16_t*)(src[0] + x*2 + stride[0]*y)) = g;
stride            181 libavcodec/ffv1dec_template.c                 *((uint16_t*)(src[1] + x*2 + stride[1]*y)) = b;
stride            182 libavcodec/ffv1dec_template.c                 *((uint16_t*)(src[2] + x*2 + stride[2]*y)) = r;
stride            184 libavcodec/ffv1dec_template.c                     *((uint16_t*)(src[3] + x*2 + stride[3]*y)) = a;
stride            186 libavcodec/ffv1dec_template.c                 *((uint16_t*)(src[0] + x*2 + stride[0]*y)) = b;
stride            187 libavcodec/ffv1dec_template.c                 *((uint16_t*)(src[1] + x*2 + stride[1]*y)) = g;
stride            188 libavcodec/ffv1dec_template.c                 *((uint16_t*)(src[2] + x*2 + stride[2]*y)) = r;
stride            274 libavcodec/ffv1enc.c                          int stride, int plane_index, int pixel_stride)
stride            291 libavcodec/ffv1enc.c                 sample[0][x] = src[x * pixel_stride + stride * y];
stride            297 libavcodec/ffv1enc.c                     sample[0][x] = ((uint16_t*)(src + stride*y))[x];
stride            301 libavcodec/ffv1enc.c                     sample[0][x] = ((uint16_t*)(src + stride*y))[x] >> (16 - s->bits_per_raw_sample);
stride            960 libavcodec/ffv1enc.c static void choose_rct_params(FFV1Context *fs, const uint8_t *src[3], const int stride[3], int w, int h)
stride            996 libavcodec/ffv1enc.c                 unsigned v = *((const uint32_t*)(src[0] + x*4 + stride[0]*y));
stride           1001 libavcodec/ffv1enc.c                 b = *((const uint16_t*)(src[0] + x*2 + stride[0]*y));
stride           1002 libavcodec/ffv1enc.c                 g = *((const uint16_t*)(src[1] + x*2 + stride[1]*y));
stride           1003 libavcodec/ffv1enc.c                 r = *((const uint16_t*)(src[2] + x*2 + stride[2]*y));
stride            126 libavcodec/ffv1enc_template.c                                     int w, int h, const int stride[4])
stride            151 libavcodec/ffv1enc_template.c                 unsigned v = *((const uint32_t*)(src[0] + x*4 + stride[0]*y));
stride            157 libavcodec/ffv1enc_template.c                 const uint16_t *p = ((const uint16_t*)(src[0] + x*packed_size + stride[0]*y));
stride            164 libavcodec/ffv1enc_template.c                 g = *((const uint16_t *)(src[0] + x*2 + stride[0]*y));
stride            165 libavcodec/ffv1enc_template.c                 b = *((const uint16_t *)(src[1] + x*2 + stride[1]*y));
stride            166 libavcodec/ffv1enc_template.c                 r = *((const uint16_t *)(src[2] + x*2 + stride[2]*y));
stride            168 libavcodec/ffv1enc_template.c                     a = *((const uint16_t *)(src[3] + x*2 + stride[3]*y));
stride            170 libavcodec/ffv1enc_template.c                 b = *((const uint16_t *)(src[0] + x*2 + stride[0]*y));
stride            171 libavcodec/ffv1enc_template.c                 g = *((const uint16_t *)(src[1] + x*2 + stride[1]*y));
stride            172 libavcodec/ffv1enc_template.c                 r = *((const uint16_t *)(src[2] + x*2 + stride[2]*y));
stride            111 libavcodec/fic.c static void fic_idct_put(uint8_t *dst, int stride, int16_t *block)
stride            133 libavcodec/fic.c         dst += stride;
stride            138 libavcodec/fic.c                             uint8_t *dst, int stride, int16_t *block, int *is_p)
stride            165 libavcodec/fic.c     fic_idct_put(dst, stride, block);
stride            186 libavcodec/fic.c         int stride   = ctx->frame->linesize[p];
stride            187 libavcodec/fic.c         uint8_t* dst = ctx->frame->data[p] + (y_off >> !!p) * stride;
stride            193 libavcodec/fic.c                 if ((ret = fic_decode_block(ctx, &gb, dst + x, stride,
stride            198 libavcodec/fic.c             dst += 8 * stride;
stride             73 libavcodec/flashsv.c                          int h, int w, int stride, const uint32_t *pal)
stride             79 libavcodec/flashsv.c         uint8_t *dst = dptr + (y * stride) + dy * 3;
stride            392 libavcodec/flashsv2enc.c static int encode_bgr(Block * b, const uint8_t * src, int stride)
stride            397 libavcodec/flashsv2enc.c         memcpy(ptr + i * b->width * 3, src + i * stride, b->width * 3);
stride            400 libavcodec/flashsv2enc.c         memcpy(ptr + i * b->width * 3, src + i * stride, b->width * 3);
stride            403 libavcodec/flashsv2enc.c         memcpy(ptr + i * b->width * 3, src + i * stride, b->width * 3);
stride            520 libavcodec/flashsv2enc.c                                    int width, int height, int stride)
stride            537 libavcodec/flashsv2enc.c                        int stride, int dist)
stride            542 libavcodec/flashsv2enc.c         ptr += encode_15_7_sl(palette, ptr, src + i * stride, b->width, dist);
stride            545 libavcodec/flashsv2enc.c         ptr += encode_15_7_sl(palette, ptr, src + i * stride, b->width, dist);
stride            548 libavcodec/flashsv2enc.c         ptr += encode_15_7_sl(palette, ptr, src + i * stride, b->width, dist);
stride            554 libavcodec/flashsv2enc.c                         Block * prev, const uint8_t * src, int stride, int comp,
stride            562 libavcodec/flashsv2enc.c         encode_15_7(palette, b, src, stride, dist);
stride            564 libavcodec/flashsv2enc.c         encode_bgr(b, src, stride);
stride            608 libavcodec/flashsv2enc.c static int mark_all_blocks(FlashSV2Context * s, const uint8_t * src, int stride,
stride            617 libavcodec/flashsv2enc.c             possl = stride * sl + col * s->block_width * 3;
stride            687 libavcodec/flashsv2enc.c static int write_bitstream(FlashSV2Context * s, const uint8_t * src, int stride,
stride            692 libavcodec/flashsv2enc.c     res = mark_all_blocks(s, src, stride, keyframe);
stride            797 libavcodec/flashsv2enc.c                                    int stride)
stride            832 libavcodec/flashsv2enc.c             res = generate_optimum_palette(&s->palette, image, s->image_width, s->image_height, stride);
stride             70 libavcodec/flashsvenc.c                            int h, int w, int stride, uint8_t *pfptr)
stride             78 libavcodec/flashsvenc.c         nsptr  = sptr  + i * stride + dy * 3;
stride             79 libavcodec/flashsvenc.c         npfptr = pfptr + i * stride + dy * 3;
stride             47 libavcodec/fmvc.c     ptrdiff_t       stride;
stride            442 libavcodec/fmvc.c             src += s->stride * 4;
stride            506 libavcodec/fmvc.c                         dst = &column[s->stride];
stride            512 libavcodec/fmvc.c             dst = &rect[block_h * s->stride];
stride            520 libavcodec/fmvc.c             ssrc += s->stride * 4;
stride            550 libavcodec/fmvc.c     s->stride = (avctx->width * avctx->bits_per_coded_sample + 31) / 32;
stride            551 libavcodec/fmvc.c     s->xb     = s->stride / BLOCK_WIDTH;
stride            552 libavcodec/fmvc.c     m         = s->stride % BLOCK_WIDTH;
stride             86 libavcodec/fraps.c static int fraps2_decode_plane(FrapsContext *s, uint8_t *dst, int stride, int w,
stride            118 libavcodec/fraps.c                 dst[i] += dst[i - stride];
stride            126 libavcodec/fraps.c         dst += stride;
stride            816 libavcodec/g2meet.c                             int tile_width, int stride)
stride            822 libavcodec/g2meet.c     for (y = 0; y < tile_height; y++, out += stride) {
stride           1033 libavcodec/g2meet.c                               uint8_t *dst, int stride,
stride           1051 libavcodec/g2meet.c     for (j = 0; j < height; j++, dst += stride, jpeg_tile += tile_stride) {
stride           1344 libavcodec/g2meet.c static void g2m_paint_cursor(G2MContext *c, uint8_t *dst, int stride)
stride           1378 libavcodec/g2meet.c         dst    +=  y * stride;
stride           1388 libavcodec/g2meet.c         dst    += stride;
stride             35 libavcodec/h261.c static void h261_loop_filter(uint8_t *src, int stride)
stride             42 libavcodec/h261.c         temp[x + 7 * 8] = 4 * src[x + 7 * stride];
stride             46 libavcodec/h261.c             xy       = y * stride + x;
stride             48 libavcodec/h261.c             temp[yz] = src[xy - stride] + 2 * src[xy] + src[xy + stride];
stride             53 libavcodec/h261.c         src[y * stride]     = (temp[y * 8]     + 2) >> 2;
stride             54 libavcodec/h261.c         src[y * stride + 7] = (temp[y * 8 + 7] + 2) >> 2;
stride             56 libavcodec/h261.c             xy      = y * stride + x;
stride             31 libavcodec/h263dsp.c static void h263_h_loop_filter_c(uint8_t *src, int stride, int qscale)
stride             38 libavcodec/h263dsp.c         int p0 = src[y * stride - 2];
stride             39 libavcodec/h263dsp.c         int p1 = src[y * stride - 1];
stride             40 libavcodec/h263dsp.c         int p2 = src[y * stride + 0];
stride             41 libavcodec/h263dsp.c         int p3 = src[y * stride + 1];
stride             62 libavcodec/h263dsp.c         src[y * stride - 1] = p1;
stride             63 libavcodec/h263dsp.c         src[y * stride + 0] = p2;
stride             69 libavcodec/h263dsp.c         src[y * stride - 2] = p0 - d2;
stride             70 libavcodec/h263dsp.c         src[y * stride + 1] = p3 + d2;
stride             74 libavcodec/h263dsp.c static void h263_v_loop_filter_c(uint8_t *src, int stride, int qscale)
stride             81 libavcodec/h263dsp.c         int p0 = src[x - 2 * stride];
stride             82 libavcodec/h263dsp.c         int p1 = src[x - 1 * stride];
stride             83 libavcodec/h263dsp.c         int p2 = src[x + 0 * stride];
stride             84 libavcodec/h263dsp.c         int p3 = src[x + 1 * stride];
stride            105 libavcodec/h263dsp.c         src[x - 1 * stride] = p1;
stride            106 libavcodec/h263dsp.c         src[x + 0 * stride] = p2;
stride            112 libavcodec/h263dsp.c         src[x - 2 * stride] = p0 - d2;
stride            113 libavcodec/h263dsp.c         src[x + stride]     = p3 + d2;
stride             27 libavcodec/h263dsp.h     void (*h263_h_loop_filter)(uint8_t *src, int stride, int qscale);
stride             28 libavcodec/h263dsp.h     void (*h263_v_loop_filter)(uint8_t *src, int stride, int qscale);
stride            102 libavcodec/h264_loopfilter.c static av_always_inline void filter_mb_edgev(uint8_t *pix, int stride,
stride            118 libavcodec/h264_loopfilter.c         h->h264dsp.h264_h_loop_filter_luma(pix, stride, alpha, beta, tc);
stride            120 libavcodec/h264_loopfilter.c         h->h264dsp.h264_h_loop_filter_luma_intra(pix, stride, alpha, beta);
stride            124 libavcodec/h264_loopfilter.c static av_always_inline void filter_mb_edgecv(uint8_t *pix, int stride,
stride            140 libavcodec/h264_loopfilter.c         h->h264dsp.h264_h_loop_filter_chroma(pix, stride, alpha, beta, tc);
stride            142 libavcodec/h264_loopfilter.c         h->h264dsp.h264_h_loop_filter_chroma_intra(pix, stride, alpha, beta);
stride            147 libavcodec/h264_loopfilter.c                                                    int stride,
stride            163 libavcodec/h264_loopfilter.c         h->h264dsp.h264_h_loop_filter_luma_mbaff(pix, stride, alpha, beta, tc);
stride            165 libavcodec/h264_loopfilter.c         h->h264dsp.h264_h_loop_filter_luma_mbaff_intra(pix, stride, alpha, beta);
stride            170 libavcodec/h264_loopfilter.c                                                     uint8_t *pix, int stride,
stride            186 libavcodec/h264_loopfilter.c         h->h264dsp.h264_h_loop_filter_chroma_mbaff(pix, stride, alpha, beta, tc);
stride            188 libavcodec/h264_loopfilter.c         h->h264dsp.h264_h_loop_filter_chroma_mbaff_intra(pix, stride, alpha, beta);
stride            192 libavcodec/h264_loopfilter.c static av_always_inline void filter_mb_edgeh(uint8_t *pix, int stride,
stride            208 libavcodec/h264_loopfilter.c         h->h264dsp.h264_v_loop_filter_luma(pix, stride, alpha, beta, tc);
stride            210 libavcodec/h264_loopfilter.c         h->h264dsp.h264_v_loop_filter_luma_intra(pix, stride, alpha, beta);
stride            214 libavcodec/h264_loopfilter.c static av_always_inline void filter_mb_edgech(uint8_t *pix, int stride,
stride            230 libavcodec/h264_loopfilter.c         h->h264dsp.h264_v_loop_filter_chroma(pix, stride, alpha, beta, tc);
stride            232 libavcodec/h264_loopfilter.c         h->h264dsp.h264_v_loop_filter_chroma_intra(pix, stride, alpha, beta);
stride            622 libavcodec/h264_mb.c     void (*idct_add)(uint8_t *dst, int16_t *block, int stride);
stride            623 libavcodec/h264_mb.c     void (*idct_dc_add)(uint8_t *dst, int16_t *block, int stride);
stride            735 libavcodec/h264_mb.c     void (*idct_add)(uint8_t *dst, int16_t *block, int stride);
stride             52 libavcodec/h264_mb_template.c     void (*idct_add)(uint8_t *dst, int16_t *block, int stride);
stride             30 libavcodec/h264addpx_template.c static void FUNCC(ff_h264_add_pixels4)(uint8_t *_dst, int16_t *_src, int stride)
stride             35 libavcodec/h264addpx_template.c     stride /= sizeof(pixel);
stride             43 libavcodec/h264addpx_template.c         dst += stride;
stride             50 libavcodec/h264addpx_template.c static void FUNCC(ff_h264_add_pixels8)(uint8_t *_dst, int16_t *_src, int stride)
stride             55 libavcodec/h264addpx_template.c     stride /= sizeof(pixel);
stride             67 libavcodec/h264addpx_template.c         dst += stride;
stride             29 libavcodec/h264chroma_template.c static void FUNCC(OPNAME ## h264_chroma_mc1)(uint8_t *_dst /*align 8*/, uint8_t *_src /*align 1*/, ptrdiff_t stride, int h, int x, int y){\
stride             37 libavcodec/h264chroma_template.c     stride >>= sizeof(pixel)-1;\
stride             43 libavcodec/h264chroma_template.c             OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\
stride             44 libavcodec/h264chroma_template.c             dst+= stride;\
stride             45 libavcodec/h264chroma_template.c             src+= stride;\
stride             49 libavcodec/h264chroma_template.c         const int step= C ? stride : 1;\
stride             52 libavcodec/h264chroma_template.c             dst+= stride;\
stride             53 libavcodec/h264chroma_template.c             src+= stride;\
stride             58 libavcodec/h264chroma_template.c             dst+= stride;\
stride             59 libavcodec/h264chroma_template.c             src+= stride;\
stride             63 libavcodec/h264chroma_template.c static void FUNCC(OPNAME ## h264_chroma_mc2)(uint8_t *_dst /*align 8*/, uint8_t *_src /*align 1*/, ptrdiff_t stride, int h, int x, int y)\
stride             72 libavcodec/h264chroma_template.c     stride >>= sizeof(pixel)-1;\
stride             78 libavcodec/h264chroma_template.c             OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\
stride             79 libavcodec/h264chroma_template.c             OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2]));\
stride             80 libavcodec/h264chroma_template.c             dst+= stride;\
stride             81 libavcodec/h264chroma_template.c             src+= stride;\
stride             85 libavcodec/h264chroma_template.c         const ptrdiff_t step = C ? stride : 1;\
stride             89 libavcodec/h264chroma_template.c             dst+= stride;\
stride             90 libavcodec/h264chroma_template.c             src+= stride;\
stride             96 libavcodec/h264chroma_template.c             dst += stride;\
stride             97 libavcodec/h264chroma_template.c             src += stride;\
stride            102 libavcodec/h264chroma_template.c static void FUNCC(OPNAME ## h264_chroma_mc4)(uint8_t *_dst /*align 8*/, uint8_t *_src /*align 1*/, ptrdiff_t stride, int h, int x, int y)\
stride            111 libavcodec/h264chroma_template.c     stride >>= sizeof(pixel)-1;\
stride            117 libavcodec/h264chroma_template.c             OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\
stride            118 libavcodec/h264chroma_template.c             OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2]));\
stride            119 libavcodec/h264chroma_template.c             OP(dst[2], (A*src[2] + B*src[3] + C*src[stride+2] + D*src[stride+3]));\
stride            120 libavcodec/h264chroma_template.c             OP(dst[3], (A*src[3] + B*src[4] + C*src[stride+3] + D*src[stride+4]));\
stride            121 libavcodec/h264chroma_template.c             dst+= stride;\
stride            122 libavcodec/h264chroma_template.c             src+= stride;\
stride            126 libavcodec/h264chroma_template.c         const ptrdiff_t step = C ? stride : 1;\
stride            132 libavcodec/h264chroma_template.c             dst+= stride;\
stride            133 libavcodec/h264chroma_template.c             src+= stride;\
stride            141 libavcodec/h264chroma_template.c             dst += stride;\
stride            142 libavcodec/h264chroma_template.c             src += stride;\
stride            147 libavcodec/h264chroma_template.c static void FUNCC(OPNAME ## h264_chroma_mc8)(uint8_t *_dst /*align 8*/, uint8_t *_src /*align 1*/, ptrdiff_t stride, int h, int x, int y)\
stride            156 libavcodec/h264chroma_template.c     stride >>= sizeof(pixel)-1;\
stride            162 libavcodec/h264chroma_template.c             OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\
stride            163 libavcodec/h264chroma_template.c             OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2]));\
stride            164 libavcodec/h264chroma_template.c             OP(dst[2], (A*src[2] + B*src[3] + C*src[stride+2] + D*src[stride+3]));\
stride            165 libavcodec/h264chroma_template.c             OP(dst[3], (A*src[3] + B*src[4] + C*src[stride+3] + D*src[stride+4]));\
stride            166 libavcodec/h264chroma_template.c             OP(dst[4], (A*src[4] + B*src[5] + C*src[stride+4] + D*src[stride+5]));\
stride            167 libavcodec/h264chroma_template.c             OP(dst[5], (A*src[5] + B*src[6] + C*src[stride+5] + D*src[stride+6]));\
stride            168 libavcodec/h264chroma_template.c             OP(dst[6], (A*src[6] + B*src[7] + C*src[stride+6] + D*src[stride+7]));\
stride            169 libavcodec/h264chroma_template.c             OP(dst[7], (A*src[7] + B*src[8] + C*src[stride+7] + D*src[stride+8]));\
stride            170 libavcodec/h264chroma_template.c             dst+= stride;\
stride            171 libavcodec/h264chroma_template.c             src+= stride;\
stride            175 libavcodec/h264chroma_template.c         const ptrdiff_t step = C ? stride : 1;\
stride            185 libavcodec/h264chroma_template.c             dst+= stride;\
stride            186 libavcodec/h264chroma_template.c             src+= stride;\
stride            198 libavcodec/h264chroma_template.c             dst += stride;\
stride            199 libavcodec/h264chroma_template.c             src += stride;\
stride             33 libavcodec/h264dsp.h typedef void (*h264_weight_func)(uint8_t *block, ptrdiff_t stride, int height,
stride             36 libavcodec/h264dsp.h                                    ptrdiff_t stride, int height, int log2_denom,
stride             48 libavcodec/h264dsp.h     void (*h264_v_loop_filter_luma)(uint8_t *pix /*align 16*/, ptrdiff_t stride,
stride             50 libavcodec/h264dsp.h     void (*h264_h_loop_filter_luma)(uint8_t *pix /*align 4 */, ptrdiff_t stride,
stride             52 libavcodec/h264dsp.h     void (*h264_h_loop_filter_luma_mbaff)(uint8_t *pix /*align 16*/, ptrdiff_t stride,
stride             55 libavcodec/h264dsp.h     void (*h264_v_loop_filter_luma_intra)(uint8_t *pix, ptrdiff_t stride,
stride             57 libavcodec/h264dsp.h     void (*h264_h_loop_filter_luma_intra)(uint8_t *pix, ptrdiff_t stride,
stride             60 libavcodec/h264dsp.h                                                 ptrdiff_t stride, int alpha, int beta);
stride             61 libavcodec/h264dsp.h     void (*h264_v_loop_filter_chroma)(uint8_t *pix /*align 8*/, ptrdiff_t stride,
stride             63 libavcodec/h264dsp.h     void (*h264_h_loop_filter_chroma)(uint8_t *pix /*align 4*/, ptrdiff_t stride,
stride             66 libavcodec/h264dsp.h                                             ptrdiff_t stride, int alpha, int beta,
stride             69 libavcodec/h264dsp.h                                             ptrdiff_t stride, int alpha, int beta);
stride             71 libavcodec/h264dsp.h                                             ptrdiff_t stride, int alpha, int beta);
stride             73 libavcodec/h264dsp.h                                                   ptrdiff_t stride, int alpha, int beta);
stride             82 libavcodec/h264dsp.h                           int16_t *block /*align 16*/, int stride);
stride             84 libavcodec/h264dsp.h                            int16_t *block /*align 16*/, int stride);
stride             86 libavcodec/h264dsp.h                              int16_t *block /*align 16*/, int stride);
stride             88 libavcodec/h264dsp.h                               int16_t *block /*align 16*/, int stride);
stride             91 libavcodec/h264dsp.h                             int16_t *block /*align 16*/, int stride,
stride             94 libavcodec/h264dsp.h                             int16_t *block /*align 16*/, int stride,
stride             97 libavcodec/h264dsp.h                            int16_t *block /*align 16*/, int stride,
stride            101 libavcodec/h264dsp.h                                  int stride, const uint8_t nnzc[15 * 8]);
stride            107 libavcodec/h264dsp.h     void (*h264_add_pixels8_clear)(uint8_t *dst, int16_t *block, int stride);
stride            108 libavcodec/h264dsp.h     void (*h264_add_pixels4_clear)(uint8_t *dst, int16_t *block, int stride);
stride             33 libavcodec/h264dsp_template.c static void FUNCC(weight_h264_pixels ## W)(uint8_t *_block, ptrdiff_t stride, int height, \
stride             38 libavcodec/h264dsp_template.c     stride >>= sizeof(pixel)-1; \
stride             41 libavcodec/h264dsp_template.c     for (y = 0; y < height; y++, block += stride) { \
stride             63 libavcodec/h264dsp_template.c static void FUNCC(biweight_h264_pixels ## W)(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride, int height, \
stride             69 libavcodec/h264dsp_template.c     stride >>= sizeof(pixel)-1; \
stride             72 libavcodec/h264dsp_template.c     for (y = 0; y < height; y++, dst += stride, src += stride) { \
stride            152 libavcodec/h264dsp_template.c static void FUNCC(h264_v_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0)
stride            154 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_luma)(pix, stride, sizeof(pixel), 4, alpha, beta, tc0);
stride            156 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0)
stride            158 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_luma)(pix, sizeof(pixel), stride, 4, alpha, beta, tc0);
stride            160 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_luma_mbaff)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0)
stride            162 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_luma)(pix, sizeof(pixel), stride, 2, alpha, beta, tc0);
stride            218 libavcodec/h264dsp_template.c static void FUNCC(h264_v_loop_filter_luma_intra)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta)
stride            220 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_luma_intra)(pix, stride, sizeof(pixel), 4, alpha, beta);
stride            222 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_luma_intra)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta)
stride            224 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_luma_intra)(pix, sizeof(pixel), stride, 4, alpha, beta);
stride            226 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_luma_mbaff_intra)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta)
stride            228 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_luma_intra)(pix, sizeof(pixel), stride, 2, alpha, beta);
stride            264 libavcodec/h264dsp_template.c static void FUNCC(h264_v_loop_filter_chroma)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0)
stride            266 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma)(pix, stride, sizeof(pixel), 2, alpha, beta, tc0);
stride            268 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0)
stride            270 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma)(pix, sizeof(pixel), stride, 2, alpha, beta, tc0);
stride            272 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma_mbaff)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0)
stride            274 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma)(pix, sizeof(pixel), stride, 1, alpha, beta, tc0);
stride            276 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma422)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0)
stride            278 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma)(pix, sizeof(pixel), stride, 4, alpha, beta, tc0);
stride            280 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma422_mbaff)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0)
stride            282 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma)(pix, sizeof(pixel), stride, 2, alpha, beta, tc0);
stride            309 libavcodec/h264dsp_template.c static void FUNCC(h264_v_loop_filter_chroma_intra)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta)
stride            311 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma_intra)(pix, stride, sizeof(pixel), 2, alpha, beta);
stride            313 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma_intra)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta)
stride            315 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma_intra)(pix, sizeof(pixel), stride, 2, alpha, beta);
stride            317 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma_mbaff_intra)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta)
stride            319 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma_intra)(pix, sizeof(pixel), stride, 1, alpha, beta);
stride            321 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma422_intra)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta)
stride            323 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma_intra)(pix, sizeof(pixel), stride, 4, alpha, beta);
stride            325 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma422_mbaff_intra)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta)
stride            327 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma_intra)(pix, sizeof(pixel), stride, 2, alpha, beta);
stride             25 libavcodec/h264idct.h void ff_h264_idct8_add_ ## depth ## _c(uint8_t *dst, int16_t *block, int stride);\
stride             26 libavcodec/h264idct.h void ff_h264_idct_add_ ## depth ## _c(uint8_t *dst, int16_t *block, int stride);\
stride             27 libavcodec/h264idct.h void ff_h264_idct8_dc_add_ ## depth ## _c(uint8_t *dst, int16_t *block, int stride);\
stride             28 libavcodec/h264idct.h void ff_h264_idct_dc_add_ ## depth ## _c(uint8_t *dst, int16_t *block, int stride);\
stride             29 libavcodec/h264idct.h void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
stride             30 libavcodec/h264idct.h void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
stride             31 libavcodec/h264idct.h void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
stride             32 libavcodec/h264idct.h void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
stride             33 libavcodec/h264idct.h void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
stride             33 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct_add)(uint8_t *_dst, int16_t *_block, int stride)
stride             38 libavcodec/h264idct_template.c     stride >>= sizeof(pixel)-1;
stride             60 libavcodec/h264idct_template.c         dst[i + 0*stride]= av_clip_pixel(dst[i + 0*stride] + ((int)(z0 + z3) >> 6));
stride             61 libavcodec/h264idct_template.c         dst[i + 1*stride]= av_clip_pixel(dst[i + 1*stride] + ((int)(z1 + z2) >> 6));
stride             62 libavcodec/h264idct_template.c         dst[i + 2*stride]= av_clip_pixel(dst[i + 2*stride] + ((int)(z1 - z2) >> 6));
stride             63 libavcodec/h264idct_template.c         dst[i + 3*stride]= av_clip_pixel(dst[i + 3*stride] + ((int)(z0 - z3) >> 6));
stride             69 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct8_add)(uint8_t *_dst, int16_t *_block, int stride){
stride             73 libavcodec/h264idct_template.c     stride >>= sizeof(pixel)-1;
stride            130 libavcodec/h264idct_template.c         dst[i + 0*stride] = av_clip_pixel( dst[i + 0*stride] + ((int)(b0 + b7) >> 6) );
stride            131 libavcodec/h264idct_template.c         dst[i + 1*stride] = av_clip_pixel( dst[i + 1*stride] + ((int)(b2 + b5) >> 6) );
stride            132 libavcodec/h264idct_template.c         dst[i + 2*stride] = av_clip_pixel( dst[i + 2*stride] + ((int)(b4 + b3) >> 6) );
stride            133 libavcodec/h264idct_template.c         dst[i + 3*stride] = av_clip_pixel( dst[i + 3*stride] + ((int)(b6 + b1) >> 6) );
stride            134 libavcodec/h264idct_template.c         dst[i + 4*stride] = av_clip_pixel( dst[i + 4*stride] + ((int)(b6 - b1) >> 6) );
stride            135 libavcodec/h264idct_template.c         dst[i + 5*stride] = av_clip_pixel( dst[i + 5*stride] + ((int)(b4 - b3) >> 6) );
stride            136 libavcodec/h264idct_template.c         dst[i + 6*stride] = av_clip_pixel( dst[i + 6*stride] + ((int)(b2 - b5) >> 6) );
stride            137 libavcodec/h264idct_template.c         dst[i + 7*stride] = av_clip_pixel( dst[i + 7*stride] + ((int)(b0 - b7) >> 6) );
stride            144 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct_dc_add)(uint8_t *_dst, int16_t *_block, int stride){
stride            149 libavcodec/h264idct_template.c     stride /= sizeof(pixel);
stride            155 libavcodec/h264idct_template.c         dst += stride;
stride            159 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct8_dc_add)(uint8_t *_dst, int16_t *_block, int stride){
stride            165 libavcodec/h264idct_template.c     stride /= sizeof(pixel);
stride            170 libavcodec/h264idct_template.c         dst += stride;
stride            174 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){
stride            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);
stride            180 libavcodec/h264idct_template.c             else                                  FUNCC(ff_h264_idct_add   )(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
stride            185 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){
stride            188 libavcodec/h264idct_template.c         if(nnzc[ scan8[i] ])             FUNCC(ff_h264_idct_add   )(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
stride            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);
stride            193 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){
stride            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);
stride            199 libavcodec/h264idct_template.c             else                                  FUNCC(ff_h264_idct8_add   )(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
stride            204 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){
stride            209 libavcodec/h264idct_template.c                 FUNCC(ff_h264_idct_add   )(dest[j-1] + block_offset[i], block + i*16*sizeof(pixel), stride);
stride            211 libavcodec/h264idct_template.c                 FUNCC(ff_h264_idct_dc_add)(dest[j-1] + block_offset[i], block + i*16*sizeof(pixel), stride);
stride            216 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){
stride            222 libavcodec/h264idct_template.c                 FUNCC(ff_h264_idct_add   )(dest[j-1] + block_offset[i], block + i*16*sizeof(pixel), stride);
stride            224 libavcodec/h264idct_template.c                 FUNCC(ff_h264_idct_dc_add)(dest[j-1] + block_offset[i], block + i*16*sizeof(pixel), stride);
stride            231 libavcodec/h264idct_template.c                 FUNCC(ff_h264_idct_add   )(dest[j-1] + block_offset[i+4], block + i*16*sizeof(pixel), stride);
stride            233 libavcodec/h264idct_template.c                 FUNCC(ff_h264_idct_dc_add)(dest[j-1] + block_offset[i+4], block + i*16*sizeof(pixel), stride);
stride            246 libavcodec/h264idct_template.c     static const uint8_t x_offset[4]={0, 2*stride, 8*stride, 10*stride};
stride            269 libavcodec/h264idct_template.c         output[stride* 0+offset]= (int)((z0 + z3)*qmul + 128 ) >> 8;
stride            270 libavcodec/h264idct_template.c         output[stride* 1+offset]= (int)((z1 + z2)*qmul + 128 ) >> 8;
stride            271 libavcodec/h264idct_template.c         output[stride* 4+offset]= (int)((z1 - z2)*qmul + 128 ) >> 8;
stride            272 libavcodec/h264idct_template.c         output[stride* 5+offset]= (int)((z0 - z3)*qmul + 128 ) >> 8;
stride            278 libavcodec/h264idct_template.c     const int stride= 16*2;
stride            286 libavcodec/h264idct_template.c         temp[2*i+0] = block[stride*i + xStride*0] + block[stride*i + xStride*1];
stride            287 libavcodec/h264idct_template.c         temp[2*i+1] = block[stride*i + xStride*0] - block[stride*i + xStride*1];
stride            297 libavcodec/h264idct_template.c         block[stride*0+offset]= (int)((z0 + z3)*qmul + 128) >> 8;
stride            298 libavcodec/h264idct_template.c         block[stride*1+offset]= (int)((z1 + z2)*qmul + 128) >> 8;
stride            299 libavcodec/h264idct_template.c         block[stride*2+offset]= (int)((z1 - z2)*qmul + 128) >> 8;
stride            300 libavcodec/h264idct_template.c         block[stride*3+offset]= (int)((z0 - z3)*qmul + 128) >> 8;
stride            305 libavcodec/h264idct_template.c     const int stride= 16*2;
stride            310 libavcodec/h264idct_template.c     a= block[stride*0 + xStride*0];
stride            311 libavcodec/h264idct_template.c     b= block[stride*0 + xStride*1];
stride            312 libavcodec/h264idct_template.c     c= block[stride*1 + xStride*0];
stride            313 libavcodec/h264idct_template.c     d= block[stride*1 + xStride*1];
stride            320 libavcodec/h264idct_template.c     block[stride*0 + xStride*0]= (int)((a+c)*qmul) >> 7;
stride            321 libavcodec/h264idct_template.c     block[stride*0 + xStride*1]= (int)((e+b)*qmul) >> 7;
stride            322 libavcodec/h264idct_template.c     block[stride*1 + xStride*0]= (int)((a-c)*qmul) >> 7;
stride            323 libavcodec/h264idct_template.c     block[stride*1 + xStride*1]= (int)((e-b)*qmul) >> 7;
stride             55 libavcodec/h264pred.c                                    ptrdiff_t stride)
stride             57 libavcodec/h264pred.c     const unsigned lt = src[-1-1*stride];
stride             65 libavcodec/h264pred.c     AV_WN32A(src+0*stride, v);
stride             66 libavcodec/h264pred.c     AV_WN32A(src+1*stride, v);
stride             67 libavcodec/h264pred.c     AV_WN32A(src+2*stride, v);
stride             68 libavcodec/h264pred.c     AV_WN32A(src+3*stride, v);
stride             72 libavcodec/h264pred.c                                      ptrdiff_t stride)
stride             74 libavcodec/h264pred.c     const unsigned lt = src[-1-1*stride];
stride             77 libavcodec/h264pred.c     AV_WN32A(src+0*stride, ((lt + 2*l0 + l1 + 2) >> 2)*0x01010101);
stride             78 libavcodec/h264pred.c     AV_WN32A(src+1*stride, ((l0 + 2*l1 + l2 + 2) >> 2)*0x01010101);
stride             79 libavcodec/h264pred.c     AV_WN32A(src+2*stride, ((l1 + 2*l2 + l3 + 2) >> 2)*0x01010101);
stride             80 libavcodec/h264pred.c     AV_WN32A(src+3*stride, ((l2 + 2*l3 + l3 + 2) >> 2)*0x01010101);
stride             84 libavcodec/h264pred.c                                      ptrdiff_t stride)
stride             89 libavcodec/h264pred.c     src[0+0*stride]=(l1 + t1)>>1;
stride             90 libavcodec/h264pred.c     src[1+0*stride]=
stride             91 libavcodec/h264pred.c     src[0+1*stride]=(l2 + t2)>>1;
stride             92 libavcodec/h264pred.c     src[2+0*stride]=
stride             93 libavcodec/h264pred.c     src[1+1*stride]=
stride             94 libavcodec/h264pred.c     src[0+2*stride]=
stride             95 libavcodec/h264pred.c     src[3+0*stride]=
stride             96 libavcodec/h264pred.c     src[2+1*stride]=
stride             97 libavcodec/h264pred.c     src[1+2*stride]=
stride             98 libavcodec/h264pred.c     src[0+3*stride]=
stride             99 libavcodec/h264pred.c     src[3+1*stride]=
stride            100 libavcodec/h264pred.c     src[2+2*stride]=
stride            101 libavcodec/h264pred.c     src[1+3*stride]=
stride            102 libavcodec/h264pred.c     src[3+2*stride]=
stride            103 libavcodec/h264pred.c     src[2+3*stride]=
stride            104 libavcodec/h264pred.c     src[3+3*stride]=(l3 + t3)>>1;
stride            108 libavcodec/h264pred.c                                      ptrdiff_t stride)
stride            115 libavcodec/h264pred.c     src[0+0*stride]=(t0 + t2 + 2*t1 + 2 + l0 + l2 + 2*l1 + 2)>>3;
stride            116 libavcodec/h264pred.c     src[1+0*stride]=
stride            117 libavcodec/h264pred.c     src[0+1*stride]=(t1 + t3 + 2*t2 + 2 + l1 + l3 + 2*l2 + 2)>>3;
stride            118 libavcodec/h264pred.c     src[2+0*stride]=
stride            119 libavcodec/h264pred.c     src[1+1*stride]=
stride            120 libavcodec/h264pred.c     src[0+2*stride]=(t2 + t4 + 2*t3 + 2 + l2 + l4 + 2*l3 + 2)>>3;
stride            121 libavcodec/h264pred.c     src[3+0*stride]=
stride            122 libavcodec/h264pred.c     src[2+1*stride]=
stride            123 libavcodec/h264pred.c     src[1+2*stride]=
stride            124 libavcodec/h264pred.c     src[0+3*stride]=(t3 + t5 + 2*t4 + 2 + l3 + l5 + 2*l4 + 2)>>3;
stride            125 libavcodec/h264pred.c     src[3+1*stride]=
stride            126 libavcodec/h264pred.c     src[2+2*stride]=
stride            127 libavcodec/h264pred.c     src[1+3*stride]=(t4 + t6 + 2*t5 + 2 + l4 + l6 + 2*l5 + 2)>>3;
stride            128 libavcodec/h264pred.c     src[3+2*stride]=
stride            129 libavcodec/h264pred.c     src[2+3*stride]=(t5 + t7 + 2*t6 + 2 + l5 + l7 + 2*l6 + 2)>>3;
stride            130 libavcodec/h264pred.c     src[3+3*stride]=(t6 + t7 + 1 + l6 + l7 + 1)>>2;
stride            135 libavcodec/h264pred.c                                             ptrdiff_t stride)
stride            141 libavcodec/h264pred.c     src[0+0*stride]=(t0 + t2 + 2*t1 + 2 + l0 + l2 + 2*l1 + 2)>>3;
stride            142 libavcodec/h264pred.c     src[1+0*stride]=
stride            143 libavcodec/h264pred.c     src[0+1*stride]=(t1 + t3 + 2*t2 + 2 + l1 + l3 + 2*l2 + 2)>>3;
stride            144 libavcodec/h264pred.c     src[2+0*stride]=
stride            145 libavcodec/h264pred.c     src[1+1*stride]=
stride            146 libavcodec/h264pred.c     src[0+2*stride]=(t2 + t4 + 2*t3 + 2 + l2 + 3*l3 + 2)>>3;
stride            147 libavcodec/h264pred.c     src[3+0*stride]=
stride            148 libavcodec/h264pred.c     src[2+1*stride]=
stride            149 libavcodec/h264pred.c     src[1+2*stride]=
stride            150 libavcodec/h264pred.c     src[0+3*stride]=(t3 + t5 + 2*t4 + 2 + l3*4 + 2)>>3;
stride            151 libavcodec/h264pred.c     src[3+1*stride]=
stride            152 libavcodec/h264pred.c     src[2+2*stride]=
stride            153 libavcodec/h264pred.c     src[1+3*stride]=(t4 + t6 + 2*t5 + 2 + l3*4 + 2)>>3;
stride            154 libavcodec/h264pred.c     src[3+2*stride]=
stride            155 libavcodec/h264pred.c     src[2+3*stride]=(t5 + t7 + 2*t6 + 2 + l3*4 + 2)>>3;
stride            156 libavcodec/h264pred.c     src[3+3*stride]=(t6 + t7 + 1 + 2*l3 + 1)>>2;
stride            160 libavcodec/h264pred.c                                        ptrdiff_t stride,
stride            167 libavcodec/h264pred.c     src[0+0*stride]=(2*t0 + 2*t1 + l1 + 2*l2 + l3 + 4)>>3;
stride            168 libavcodec/h264pred.c     src[1+0*stride]=
stride            169 libavcodec/h264pred.c     src[0+2*stride]=(t1 + t2 + 1)>>1;
stride            170 libavcodec/h264pred.c     src[2+0*stride]=
stride            171 libavcodec/h264pred.c     src[1+2*stride]=(t2 + t3 + 1)>>1;
stride            172 libavcodec/h264pred.c     src[3+0*stride]=
stride            173 libavcodec/h264pred.c     src[2+2*stride]=(t3 + t4+ 1)>>1;
stride            174 libavcodec/h264pred.c     src[3+2*stride]=(t4 + t5+ 1)>>1;
stride            175 libavcodec/h264pred.c     src[0+1*stride]=(t0 + 2*t1 + t2 + l2 + 2*l3 + l4 + 4)>>3;
stride            176 libavcodec/h264pred.c     src[1+1*stride]=
stride            177 libavcodec/h264pred.c     src[0+3*stride]=(t1 + 2*t2 + t3 + 2)>>2;
stride            178 libavcodec/h264pred.c     src[2+1*stride]=
stride            179 libavcodec/h264pred.c     src[1+3*stride]=(t2 + 2*t3 + t4 + 2)>>2;
stride            180 libavcodec/h264pred.c     src[3+1*stride]=
stride            181 libavcodec/h264pred.c     src[2+3*stride]=(t3 + 2*t4 + t5 + 2)>>2;
stride            182 libavcodec/h264pred.c     src[3+3*stride]=(t4 + 2*t5 + t6 + 2)>>2;
stride            186 libavcodec/h264pred.c                                          ptrdiff_t stride)
stride            191 libavcodec/h264pred.c     pred4x4_vertical_left_rv40(src, topright, stride, l0, l1, l2, l3, l4);
stride            196 libavcodec/h264pred.c                                                 ptrdiff_t stride)
stride            200 libavcodec/h264pred.c     pred4x4_vertical_left_rv40(src, topright, stride, l0, l1, l2, l3, l3);
stride            204 libavcodec/h264pred.c                                         ptrdiff_t stride)
stride            209 libavcodec/h264pred.c     src[0+0*stride]=(t0 + t1 + 1)>>1;
stride            210 libavcodec/h264pred.c     src[1+0*stride]=
stride            211 libavcodec/h264pred.c     src[0+2*stride]=(t1 + t2 + 1)>>1;
stride            212 libavcodec/h264pred.c     src[2+0*stride]=
stride            213 libavcodec/h264pred.c     src[1+2*stride]=(t2 + t3 + 1)>>1;
stride            214 libavcodec/h264pred.c     src[3+0*stride]=
stride            215 libavcodec/h264pred.c     src[2+2*stride]=(t3 + t4 + 1)>>1;
stride            216 libavcodec/h264pred.c     src[0+1*stride]=(t0 + 2*t1 + t2 + 2)>>2;
stride            217 libavcodec/h264pred.c     src[1+1*stride]=
stride            218 libavcodec/h264pred.c     src[0+3*stride]=(t1 + 2*t2 + t3 + 2)>>2;
stride            219 libavcodec/h264pred.c     src[2+1*stride]=
stride            220 libavcodec/h264pred.c     src[1+3*stride]=(t2 + 2*t3 + t4 + 2)>>2;
stride            221 libavcodec/h264pred.c     src[3+1*stride]=
stride            222 libavcodec/h264pred.c     src[2+3*stride]=(t3 + 2*t4 + t5 + 2)>>2;
stride            223 libavcodec/h264pred.c     src[3+2*stride]=(t4 + 2*t5 + t6 + 2)>>2;
stride            224 libavcodec/h264pred.c     src[3+3*stride]=(t5 + 2*t6 + t7 + 2)>>2;
stride            228 libavcodec/h264pred.c                                          ptrdiff_t stride)
stride            235 libavcodec/h264pred.c     src[0+0*stride]=(t1 + 2*t2 + t3 + 2*l0 + 2*l1 + 4)>>3;
stride            236 libavcodec/h264pred.c     src[1+0*stride]=(t2 + 2*t3 + t4 + l0 + 2*l1 + l2 + 4)>>3;
stride            237 libavcodec/h264pred.c     src[2+0*stride]=
stride            238 libavcodec/h264pred.c     src[0+1*stride]=(t3 + 2*t4 + t5 + 2*l1 + 2*l2 + 4)>>3;
stride            239 libavcodec/h264pred.c     src[3+0*stride]=
stride            240 libavcodec/h264pred.c     src[1+1*stride]=(t4 + 2*t5 + t6 + l1 + 2*l2 + l3 + 4)>>3;
stride            241 libavcodec/h264pred.c     src[2+1*stride]=
stride            242 libavcodec/h264pred.c     src[0+2*stride]=(t5 + 2*t6 + t7 + 2*l2 + 2*l3 + 4)>>3;
stride            243 libavcodec/h264pred.c     src[3+1*stride]=
stride            244 libavcodec/h264pred.c     src[1+2*stride]=(t6 + 3*t7 + l2 + 3*l3 + 4)>>3;
stride            245 libavcodec/h264pred.c     src[3+2*stride]=
stride            246 libavcodec/h264pred.c     src[1+3*stride]=(l3 + 2*l4 + l5 + 2)>>2;
stride            247 libavcodec/h264pred.c     src[0+3*stride]=
stride            248 libavcodec/h264pred.c     src[2+2*stride]=(t6 + t7 + l3 + l4 + 2)>>2;
stride            249 libavcodec/h264pred.c     src[2+3*stride]=(l4 + l5 + 1)>>1;
stride            250 libavcodec/h264pred.c     src[3+3*stride]=(l4 + 2*l5 + l6 + 2)>>2;
stride            255 libavcodec/h264pred.c                                                 ptrdiff_t stride)
stride            261 libavcodec/h264pred.c     src[0+0*stride]=(t1 + 2*t2 + t3 + 2*l0 + 2*l1 + 4)>>3;
stride            262 libavcodec/h264pred.c     src[1+0*stride]=(t2 + 2*t3 + t4 + l0 + 2*l1 + l2 + 4)>>3;
stride            263 libavcodec/h264pred.c     src[2+0*stride]=
stride            264 libavcodec/h264pred.c     src[0+1*stride]=(t3 + 2*t4 + t5 + 2*l1 + 2*l2 + 4)>>3;
stride            265 libavcodec/h264pred.c     src[3+0*stride]=
stride            266 libavcodec/h264pred.c     src[1+1*stride]=(t4 + 2*t5 + t6 + l1 + 2*l2 + l3 + 4)>>3;
stride            267 libavcodec/h264pred.c     src[2+1*stride]=
stride            268 libavcodec/h264pred.c     src[0+2*stride]=(t5 + 2*t6 + t7 + 2*l2 + 2*l3 + 4)>>3;
stride            269 libavcodec/h264pred.c     src[3+1*stride]=
stride            270 libavcodec/h264pred.c     src[1+2*stride]=(t6 + 3*t7 + l2 + 3*l3 + 4)>>3;
stride            271 libavcodec/h264pred.c     src[3+2*stride]=
stride            272 libavcodec/h264pred.c     src[1+3*stride]=l3;
stride            273 libavcodec/h264pred.c     src[0+3*stride]=
stride            274 libavcodec/h264pred.c     src[2+2*stride]=(t6 + t7 + 2*l3 + 2)>>2;
stride            275 libavcodec/h264pred.c     src[2+3*stride]=
stride            276 libavcodec/h264pred.c     src[3+3*stride]=l3;
stride            280 libavcodec/h264pred.c                              ptrdiff_t stride)
stride            282 libavcodec/h264pred.c     const uint8_t *cm = ff_crop_tab + MAX_NEG_CROP - src[-1-stride];
stride            283 libavcodec/h264pred.c     uint8_t *top = src-stride;
stride            292 libavcodec/h264pred.c         src += stride;
stride            296 libavcodec/h264pred.c static void pred16x16_plane_svq3_c(uint8_t *src, ptrdiff_t stride)
stride            298 libavcodec/h264pred.c     pred16x16_plane_compat_8_c(src, stride, 1, 0);
stride            301 libavcodec/h264pred.c static void pred16x16_plane_rv40_c(uint8_t *src, ptrdiff_t stride)
stride            303 libavcodec/h264pred.c     pred16x16_plane_compat_8_c(src, stride, 0, 1);
stride            306 libavcodec/h264pred.c static void pred16x16_tm_vp8_c(uint8_t *src, ptrdiff_t stride)
stride            308 libavcodec/h264pred.c     const uint8_t *cm = ff_crop_tab + MAX_NEG_CROP - src[-1-stride];
stride            309 libavcodec/h264pred.c     uint8_t *top = src-stride;
stride            330 libavcodec/h264pred.c         src += stride;
stride            334 libavcodec/h264pred.c static void pred8x8_left_dc_rv40_c(uint8_t *src, ptrdiff_t stride)
stride            341 libavcodec/h264pred.c         dc0+= src[-1+i*stride];
stride            345 libavcodec/h264pred.c         ((uint32_t*)(src+i*stride))[0]=
stride            346 libavcodec/h264pred.c         ((uint32_t*)(src+i*stride))[1]= dc0;
stride            350 libavcodec/h264pred.c static void pred8x8_top_dc_rv40_c(uint8_t *src, ptrdiff_t stride)
stride            357 libavcodec/h264pred.c         dc0+= src[i-stride];
stride            361 libavcodec/h264pred.c         ((uint32_t*)(src+i*stride))[0]=
stride            362 libavcodec/h264pred.c         ((uint32_t*)(src+i*stride))[1]= dc0;
stride            366 libavcodec/h264pred.c static void pred8x8_dc_rv40_c(uint8_t *src, ptrdiff_t stride)
stride            372 libavcodec/h264pred.c         dc0+= src[-1+i*stride] + src[i-stride];
stride            373 libavcodec/h264pred.c         dc0+= src[4+i-stride];
stride            374 libavcodec/h264pred.c         dc0+= src[-1+(i+4)*stride];
stride            379 libavcodec/h264pred.c         ((uint32_t*)(src+i*stride))[0]= dc0;
stride            380 libavcodec/h264pred.c         ((uint32_t*)(src+i*stride))[1]= dc0;
stride            383 libavcodec/h264pred.c         ((uint32_t*)(src+i*stride))[0]= dc0;
stride            384 libavcodec/h264pred.c         ((uint32_t*)(src+i*stride))[1]= dc0;
stride            388 libavcodec/h264pred.c static void pred8x8_tm_vp8_c(uint8_t *src, ptrdiff_t stride)
stride            390 libavcodec/h264pred.c     const uint8_t *cm = ff_crop_tab + MAX_NEG_CROP - src[-1-stride];
stride            391 libavcodec/h264pred.c     uint8_t *top = src-stride;
stride            404 libavcodec/h264pred.c         src += stride;
stride             94 libavcodec/h264pred.h                               ptrdiff_t stride);
stride             96 libavcodec/h264pred.h                            ptrdiff_t stride);
stride             97 libavcodec/h264pred.h     void(*pred8x8[4 + 3 + 4])(uint8_t *src, ptrdiff_t stride);
stride             98 libavcodec/h264pred.h     void(*pred16x16[4 + 3 + 2])(uint8_t *src, ptrdiff_t stride);
stride            101 libavcodec/h264pred.h                           int16_t *block /*align 16*/, ptrdiff_t stride);
stride            103 libavcodec/h264pred.h                            int16_t *block /*align 16*/, ptrdiff_t stride);
stride            105 libavcodec/h264pred.h                            int16_t *block /*align 16*/, int topleft, int topright, ptrdiff_t stride);
stride            108 libavcodec/h264pred.h                           int16_t *block /*align 16*/, ptrdiff_t stride);
stride            111 libavcodec/h264pred.h                             int16_t *block /*align 16*/, ptrdiff_t stride);
stride             38 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride             39 libavcodec/h264pred_template.c     const pixel4 a= AV_RN4PA(src-stride);
stride             41 libavcodec/h264pred_template.c     AV_WN4PA(src+0*stride, a);
stride             42 libavcodec/h264pred_template.c     AV_WN4PA(src+1*stride, a);
stride             43 libavcodec/h264pred_template.c     AV_WN4PA(src+2*stride, a);
stride             44 libavcodec/h264pred_template.c     AV_WN4PA(src+3*stride, a);
stride             51 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride             52 libavcodec/h264pred_template.c     AV_WN4PA(src+0*stride, PIXEL_SPLAT_X4(src[-1+0*stride]));
stride             53 libavcodec/h264pred_template.c     AV_WN4PA(src+1*stride, PIXEL_SPLAT_X4(src[-1+1*stride]));
stride             54 libavcodec/h264pred_template.c     AV_WN4PA(src+2*stride, PIXEL_SPLAT_X4(src[-1+2*stride]));
stride             55 libavcodec/h264pred_template.c     AV_WN4PA(src+3*stride, PIXEL_SPLAT_X4(src[-1+3*stride]));
stride             62 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride             63 libavcodec/h264pred_template.c     const int dc= (  src[-stride] + src[1-stride] + src[2-stride] + src[3-stride]
stride             64 libavcodec/h264pred_template.c                    + src[-1+0*stride] + src[-1+1*stride] + src[-1+2*stride] + src[-1+3*stride] + 4) >>3;
stride             67 libavcodec/h264pred_template.c     AV_WN4PA(src+0*stride, a);
stride             68 libavcodec/h264pred_template.c     AV_WN4PA(src+1*stride, a);
stride             69 libavcodec/h264pred_template.c     AV_WN4PA(src+2*stride, a);
stride             70 libavcodec/h264pred_template.c     AV_WN4PA(src+3*stride, a);
stride             77 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride             78 libavcodec/h264pred_template.c     const int dc= (  src[-1+0*stride] + src[-1+1*stride] + src[-1+2*stride] + src[-1+3*stride] + 2) >>2;
stride             81 libavcodec/h264pred_template.c     AV_WN4PA(src+0*stride, a);
stride             82 libavcodec/h264pred_template.c     AV_WN4PA(src+1*stride, a);
stride             83 libavcodec/h264pred_template.c     AV_WN4PA(src+2*stride, a);
stride             84 libavcodec/h264pred_template.c     AV_WN4PA(src+3*stride, a);
stride             91 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride             92 libavcodec/h264pred_template.c     const int dc= (  src[-stride] + src[1-stride] + src[2-stride] + src[3-stride] + 2) >>2;
stride             95 libavcodec/h264pred_template.c     AV_WN4PA(src+0*stride, a);
stride             96 libavcodec/h264pred_template.c     AV_WN4PA(src+1*stride, a);
stride             97 libavcodec/h264pred_template.c     AV_WN4PA(src+2*stride, a);
stride             98 libavcodec/h264pred_template.c     AV_WN4PA(src+3*stride, a);
stride            105 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            108 libavcodec/h264pred_template.c     AV_WN4PA(src+0*stride, a);
stride            109 libavcodec/h264pred_template.c     AV_WN4PA(src+1*stride, a);
stride            110 libavcodec/h264pred_template.c     AV_WN4PA(src+2*stride, a);
stride            111 libavcodec/h264pred_template.c     AV_WN4PA(src+3*stride, a);
stride            118 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            121 libavcodec/h264pred_template.c     AV_WN4PA(src+0*stride, a);
stride            122 libavcodec/h264pred_template.c     AV_WN4PA(src+1*stride, a);
stride            123 libavcodec/h264pred_template.c     AV_WN4PA(src+2*stride, a);
stride            124 libavcodec/h264pred_template.c     AV_WN4PA(src+3*stride, a);
stride            131 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            134 libavcodec/h264pred_template.c     AV_WN4PA(src+0*stride, a);
stride            135 libavcodec/h264pred_template.c     AV_WN4PA(src+1*stride, a);
stride            136 libavcodec/h264pred_template.c     AV_WN4PA(src+2*stride, a);
stride            137 libavcodec/h264pred_template.c     AV_WN4PA(src+3*stride, a);
stride            148 libavcodec/h264pred_template.c     const unsigned av_unused l4 = src[-1+4*stride];\
stride            149 libavcodec/h264pred_template.c     const unsigned av_unused l5 = src[-1+5*stride];\
stride            150 libavcodec/h264pred_template.c     const unsigned av_unused l6 = src[-1+6*stride];\
stride            151 libavcodec/h264pred_template.c     const unsigned av_unused l7 = src[-1+7*stride];\
stride            154 libavcodec/h264pred_template.c     const unsigned av_unused l0 = src[-1+0*stride];\
stride            155 libavcodec/h264pred_template.c     const unsigned av_unused l1 = src[-1+1*stride];\
stride            156 libavcodec/h264pred_template.c     const unsigned av_unused l2 = src[-1+2*stride];\
stride            157 libavcodec/h264pred_template.c     const unsigned av_unused l3 = src[-1+3*stride];\
stride            160 libavcodec/h264pred_template.c     const unsigned av_unused t0 = src[ 0-1*stride];\
stride            161 libavcodec/h264pred_template.c     const unsigned av_unused t1 = src[ 1-1*stride];\
stride            162 libavcodec/h264pred_template.c     const unsigned av_unused t2 = src[ 2-1*stride];\
stride            163 libavcodec/h264pred_template.c     const unsigned av_unused t3 = src[ 3-1*stride];\
stride            169 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            170 libavcodec/h264pred_template.c     const int lt= src[-1-1*stride];
stride            174 libavcodec/h264pred_template.c     src[0+3*stride]=(l3 + 2*l2 + l1 + 2)>>2;
stride            175 libavcodec/h264pred_template.c     src[0+2*stride]=
stride            176 libavcodec/h264pred_template.c     src[1+3*stride]=(l2 + 2*l1 + l0 + 2)>>2;
stride            177 libavcodec/h264pred_template.c     src[0+1*stride]=
stride            178 libavcodec/h264pred_template.c     src[1+2*stride]=
stride            179 libavcodec/h264pred_template.c     src[2+3*stride]=(l1 + 2*l0 + lt + 2)>>2;
stride            180 libavcodec/h264pred_template.c     src[0+0*stride]=
stride            181 libavcodec/h264pred_template.c     src[1+1*stride]=
stride            182 libavcodec/h264pred_template.c     src[2+2*stride]=
stride            183 libavcodec/h264pred_template.c     src[3+3*stride]=(l0 + 2*lt + t0 + 2)>>2;
stride            184 libavcodec/h264pred_template.c     src[1+0*stride]=
stride            185 libavcodec/h264pred_template.c     src[2+1*stride]=
stride            186 libavcodec/h264pred_template.c     src[3+2*stride]=(lt + 2*t0 + t1 + 2)>>2;
stride            187 libavcodec/h264pred_template.c     src[2+0*stride]=
stride            188 libavcodec/h264pred_template.c     src[3+1*stride]=(t0 + 2*t1 + t2 + 2)>>2;
stride            189 libavcodec/h264pred_template.c     src[3+0*stride]=(t1 + 2*t2 + t3 + 2)>>2;
stride            197 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            202 libavcodec/h264pred_template.c     src[0+0*stride]=(t0 + t2 + 2*t1 + 2)>>2;
stride            203 libavcodec/h264pred_template.c     src[1+0*stride]=
stride            204 libavcodec/h264pred_template.c     src[0+1*stride]=(t1 + t3 + 2*t2 + 2)>>2;
stride            205 libavcodec/h264pred_template.c     src[2+0*stride]=
stride            206 libavcodec/h264pred_template.c     src[1+1*stride]=
stride            207 libavcodec/h264pred_template.c     src[0+2*stride]=(t2 + t4 + 2*t3 + 2)>>2;
stride            208 libavcodec/h264pred_template.c     src[3+0*stride]=
stride            209 libavcodec/h264pred_template.c     src[2+1*stride]=
stride            210 libavcodec/h264pred_template.c     src[1+2*stride]=
stride            211 libavcodec/h264pred_template.c     src[0+3*stride]=(t3 + t5 + 2*t4 + 2)>>2;
stride            212 libavcodec/h264pred_template.c     src[3+1*stride]=
stride            213 libavcodec/h264pred_template.c     src[2+2*stride]=
stride            214 libavcodec/h264pred_template.c     src[1+3*stride]=(t4 + t6 + 2*t5 + 2)>>2;
stride            215 libavcodec/h264pred_template.c     src[3+2*stride]=
stride            216 libavcodec/h264pred_template.c     src[2+3*stride]=(t5 + t7 + 2*t6 + 2)>>2;
stride            217 libavcodec/h264pred_template.c     src[3+3*stride]=(t6 + 3*t7 + 2)>>2;
stride            225 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            226 libavcodec/h264pred_template.c     const int lt= src[-1-1*stride];
stride            230 libavcodec/h264pred_template.c     src[0+0*stride]=
stride            231 libavcodec/h264pred_template.c     src[1+2*stride]=(lt + t0 + 1)>>1;
stride            232 libavcodec/h264pred_template.c     src[1+0*stride]=
stride            233 libavcodec/h264pred_template.c     src[2+2*stride]=(t0 + t1 + 1)>>1;
stride            234 libavcodec/h264pred_template.c     src[2+0*stride]=
stride            235 libavcodec/h264pred_template.c     src[3+2*stride]=(t1 + t2 + 1)>>1;
stride            236 libavcodec/h264pred_template.c     src[3+0*stride]=(t2 + t3 + 1)>>1;
stride            237 libavcodec/h264pred_template.c     src[0+1*stride]=
stride            238 libavcodec/h264pred_template.c     src[1+3*stride]=(l0 + 2*lt + t0 + 2)>>2;
stride            239 libavcodec/h264pred_template.c     src[1+1*stride]=
stride            240 libavcodec/h264pred_template.c     src[2+3*stride]=(lt + 2*t0 + t1 + 2)>>2;
stride            241 libavcodec/h264pred_template.c     src[2+1*stride]=
stride            242 libavcodec/h264pred_template.c     src[3+3*stride]=(t0 + 2*t1 + t2 + 2)>>2;
stride            243 libavcodec/h264pred_template.c     src[3+1*stride]=(t1 + 2*t2 + t3 + 2)>>2;
stride            244 libavcodec/h264pred_template.c     src[0+2*stride]=(lt + 2*l0 + l1 + 2)>>2;
stride            245 libavcodec/h264pred_template.c     src[0+3*stride]=(l0 + 2*l1 + l2 + 2)>>2;
stride            254 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            258 libavcodec/h264pred_template.c     src[0+0*stride]=(t0 + t1 + 1)>>1;
stride            259 libavcodec/h264pred_template.c     src[1+0*stride]=
stride            260 libavcodec/h264pred_template.c     src[0+2*stride]=(t1 + t2 + 1)>>1;
stride            261 libavcodec/h264pred_template.c     src[2+0*stride]=
stride            262 libavcodec/h264pred_template.c     src[1+2*stride]=(t2 + t3 + 1)>>1;
stride            263 libavcodec/h264pred_template.c     src[3+0*stride]=
stride            264 libavcodec/h264pred_template.c     src[2+2*stride]=(t3 + t4+ 1)>>1;
stride            265 libavcodec/h264pred_template.c     src[3+2*stride]=(t4 + t5+ 1)>>1;
stride            266 libavcodec/h264pred_template.c     src[0+1*stride]=(t0 + 2*t1 + t2 + 2)>>2;
stride            267 libavcodec/h264pred_template.c     src[1+1*stride]=
stride            268 libavcodec/h264pred_template.c     src[0+3*stride]=(t1 + 2*t2 + t3 + 2)>>2;
stride            269 libavcodec/h264pred_template.c     src[2+1*stride]=
stride            270 libavcodec/h264pred_template.c     src[1+3*stride]=(t2 + 2*t3 + t4 + 2)>>2;
stride            271 libavcodec/h264pred_template.c     src[3+1*stride]=
stride            272 libavcodec/h264pred_template.c     src[2+3*stride]=(t3 + 2*t4 + t5 + 2)>>2;
stride            273 libavcodec/h264pred_template.c     src[3+3*stride]=(t4 + 2*t5 + t6 + 2)>>2;
stride            280 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            283 libavcodec/h264pred_template.c     src[0+0*stride]=(l0 + l1 + 1)>>1;
stride            284 libavcodec/h264pred_template.c     src[1+0*stride]=(l0 + 2*l1 + l2 + 2)>>2;
stride            285 libavcodec/h264pred_template.c     src[2+0*stride]=
stride            286 libavcodec/h264pred_template.c     src[0+1*stride]=(l1 + l2 + 1)>>1;
stride            287 libavcodec/h264pred_template.c     src[3+0*stride]=
stride            288 libavcodec/h264pred_template.c     src[1+1*stride]=(l1 + 2*l2 + l3 + 2)>>2;
stride            289 libavcodec/h264pred_template.c     src[2+1*stride]=
stride            290 libavcodec/h264pred_template.c     src[0+2*stride]=(l2 + l3 + 1)>>1;
stride            291 libavcodec/h264pred_template.c     src[3+1*stride]=
stride            292 libavcodec/h264pred_template.c     src[1+2*stride]=(l2 + 2*l3 + l3 + 2)>>2;
stride            293 libavcodec/h264pred_template.c     src[3+2*stride]=
stride            294 libavcodec/h264pred_template.c     src[1+3*stride]=
stride            295 libavcodec/h264pred_template.c     src[0+3*stride]=
stride            296 libavcodec/h264pred_template.c     src[2+2*stride]=
stride            297 libavcodec/h264pred_template.c     src[2+3*stride]=
stride            298 libavcodec/h264pred_template.c     src[3+3*stride]=l3;
stride            306 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            307 libavcodec/h264pred_template.c     const int lt= src[-1-1*stride];
stride            311 libavcodec/h264pred_template.c     src[0+0*stride]=
stride            312 libavcodec/h264pred_template.c     src[2+1*stride]=(lt + l0 + 1)>>1;
stride            313 libavcodec/h264pred_template.c     src[1+0*stride]=
stride            314 libavcodec/h264pred_template.c     src[3+1*stride]=(l0 + 2*lt + t0 + 2)>>2;
stride            315 libavcodec/h264pred_template.c     src[2+0*stride]=(lt + 2*t0 + t1 + 2)>>2;
stride            316 libavcodec/h264pred_template.c     src[3+0*stride]=(t0 + 2*t1 + t2 + 2)>>2;
stride            317 libavcodec/h264pred_template.c     src[0+1*stride]=
stride            318 libavcodec/h264pred_template.c     src[2+2*stride]=(l0 + l1 + 1)>>1;
stride            319 libavcodec/h264pred_template.c     src[1+1*stride]=
stride            320 libavcodec/h264pred_template.c     src[3+2*stride]=(lt + 2*l0 + l1 + 2)>>2;
stride            321 libavcodec/h264pred_template.c     src[0+2*stride]=
stride            322 libavcodec/h264pred_template.c     src[2+3*stride]=(l1 + l2+ 1)>>1;
stride            323 libavcodec/h264pred_template.c     src[1+2*stride]=
stride            324 libavcodec/h264pred_template.c     src[3+3*stride]=(l0 + 2*l1 + l2 + 2)>>2;
stride            325 libavcodec/h264pred_template.c     src[0+3*stride]=(l2 + l3 + 1)>>1;
stride            326 libavcodec/h264pred_template.c     src[1+3*stride]=(l1 + 2*l2 + l3 + 2)>>2;
stride            333 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            334 libavcodec/h264pred_template.c     const pixel4 a = AV_RN4PA(((pixel4*)(src-stride))+0);
stride            335 libavcodec/h264pred_template.c     const pixel4 b = AV_RN4PA(((pixel4*)(src-stride))+1);
stride            336 libavcodec/h264pred_template.c     const pixel4 c = AV_RN4PA(((pixel4*)(src-stride))+2);
stride            337 libavcodec/h264pred_template.c     const pixel4 d = AV_RN4PA(((pixel4*)(src-stride))+3);
stride            340 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, a);
stride            341 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, b);
stride            342 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+2, c);
stride            343 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+3, d);
stride            347 libavcodec/h264pred_template.c static void FUNCC(pred16x16_horizontal)(uint8_t *_src, ptrdiff_t stride)
stride            351 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride            354 libavcodec/h264pred_template.c         const pixel4 a = PIXEL_SPLAT_X4(src[-1+i*stride]);
stride            356 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, a);
stride            357 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, a);
stride            358 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+2, a);
stride            359 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+3, a);
stride            369 libavcodec/h264pred_template.c         src += stride;\
stride            372 libavcodec/h264pred_template.c static void FUNCC(pred16x16_dc)(uint8_t *_src, ptrdiff_t stride)
stride            377 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride            380 libavcodec/h264pred_template.c         dc+= src[-1+i*stride];
stride            384 libavcodec/h264pred_template.c         dc+= src[i-stride];
stride            391 libavcodec/h264pred_template.c static void FUNCC(pred16x16_left_dc)(uint8_t *_src, ptrdiff_t stride)
stride            396 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride            399 libavcodec/h264pred_template.c         dc+= src[-1+i*stride];
stride            406 libavcodec/h264pred_template.c static void FUNCC(pred16x16_top_dc)(uint8_t *_src, ptrdiff_t stride)
stride            411 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride            414 libavcodec/h264pred_template.c         dc+= src[i-stride];
stride            422 libavcodec/h264pred_template.c static void FUNCC(pred16x16_##n##_dc)(uint8_t *_src, ptrdiff_t stride)\
stride            426 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;\
stride            443 libavcodec/h264pred_template.c   int stride = _stride>>(sizeof(pixel)-1);
stride            444 libavcodec/h264pred_template.c   const pixel * const src0 = src +7-stride;
stride            445 libavcodec/h264pred_template.c   const pixel *       src1 = src +8*stride-1;
stride            446 libavcodec/h264pred_template.c   const pixel *       src2 = src1-2*stride;    // == src+6*stride-1;
stride            450 libavcodec/h264pred_template.c     src1 += stride; src2 -= stride;
stride            479 libavcodec/h264pred_template.c     src += stride;
stride            483 libavcodec/h264pred_template.c static void FUNCC(pred16x16_plane)(uint8_t *src, ptrdiff_t stride)
stride            485 libavcodec/h264pred_template.c     FUNCC(pred16x16_plane_compat)(src, stride, 0, 0);
stride            492 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            493 libavcodec/h264pred_template.c     const pixel4 a= AV_RN4PA(((pixel4*)(src-stride))+0);
stride            494 libavcodec/h264pred_template.c     const pixel4 b= AV_RN4PA(((pixel4*)(src-stride))+1);
stride            497 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, a);
stride            498 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, b);
stride            506 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            507 libavcodec/h264pred_template.c     const pixel4 a= AV_RN4PA(((pixel4*)(src-stride))+0);
stride            508 libavcodec/h264pred_template.c     const pixel4 b= AV_RN4PA(((pixel4*)(src-stride))+1);
stride            511 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, a);
stride            512 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, b);
stride            516 libavcodec/h264pred_template.c static void FUNCC(pred8x8_horizontal)(uint8_t *_src, ptrdiff_t stride)
stride            520 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride            523 libavcodec/h264pred_template.c         const pixel4 a = PIXEL_SPLAT_X4(src[-1+i*stride]);
stride            524 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, a);
stride            525 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, a);
stride            529 libavcodec/h264pred_template.c static void FUNCC(pred8x16_horizontal)(uint8_t *_src, ptrdiff_t stride)
stride            533 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride            535 libavcodec/h264pred_template.c         const pixel4 a = PIXEL_SPLAT_X4(src[-1+i*stride]);
stride            536 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, a);
stride            537 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, a);
stride            542 libavcodec/h264pred_template.c static void FUNCC(pred8x8_##n##_dc)(uint8_t *_src, ptrdiff_t stride)\
stride            547 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;\
stride            549 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, a);\
stride            550 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, a);\
stride            558 libavcodec/h264pred_template.c static void FUNCC(pred8x16_128_dc)(uint8_t *_src, ptrdiff_t stride)
stride            560 libavcodec/h264pred_template.c     FUNCC(pred8x8_128_dc)(_src, stride);
stride            561 libavcodec/h264pred_template.c     FUNCC(pred8x8_128_dc)(_src+8*stride, stride);
stride            564 libavcodec/h264pred_template.c static void FUNCC(pred8x8_left_dc)(uint8_t *_src, ptrdiff_t stride)
stride            570 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride            574 libavcodec/h264pred_template.c         dc0+= src[-1+i*stride];
stride            575 libavcodec/h264pred_template.c         dc2+= src[-1+(i+4)*stride];
stride            581 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, dc0splat);
stride            582 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, dc0splat);
stride            585 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, dc2splat);
stride            586 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, dc2splat);
stride            590 libavcodec/h264pred_template.c static void FUNCC(pred8x16_left_dc)(uint8_t *_src, ptrdiff_t stride)
stride            592 libavcodec/h264pred_template.c     FUNCC(pred8x8_left_dc)(_src, stride);
stride            593 libavcodec/h264pred_template.c     FUNCC(pred8x8_left_dc)(_src+8*stride, stride);
stride            596 libavcodec/h264pred_template.c static void FUNCC(pred8x8_top_dc)(uint8_t *_src, ptrdiff_t stride)
stride            602 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride            606 libavcodec/h264pred_template.c         dc0+= src[i-stride];
stride            607 libavcodec/h264pred_template.c         dc1+= src[4+i-stride];
stride            613 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, dc0splat);
stride            614 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, dc1splat);
stride            617 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, dc0splat);
stride            618 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, dc1splat);
stride            622 libavcodec/h264pred_template.c static void FUNCC(pred8x16_top_dc)(uint8_t *_src, ptrdiff_t stride)
stride            628 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride            632 libavcodec/h264pred_template.c         dc0+= src[i-stride];
stride            633 libavcodec/h264pred_template.c         dc1+= src[4+i-stride];
stride            639 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, dc0splat);
stride            640 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, dc1splat);
stride            644 libavcodec/h264pred_template.c static void FUNCC(pred8x8_dc)(uint8_t *_src, ptrdiff_t stride)
stride            650 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride            654 libavcodec/h264pred_template.c         dc0+= src[-1+i*stride] + src[i-stride];
stride            655 libavcodec/h264pred_template.c         dc1+= src[4+i-stride];
stride            656 libavcodec/h264pred_template.c         dc2+= src[-1+(i+4)*stride];
stride            664 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, dc0splat);
stride            665 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, dc1splat);
stride            668 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, dc2splat);
stride            669 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, dc3splat);
stride            673 libavcodec/h264pred_template.c static void FUNCC(pred8x16_dc)(uint8_t *_src, ptrdiff_t stride)
stride            679 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride            683 libavcodec/h264pred_template.c         dc0+= src[-1+i*stride] + src[i-stride];
stride            684 libavcodec/h264pred_template.c         dc1+= src[4+i-stride];
stride            685 libavcodec/h264pred_template.c         dc2+= src[-1+(i+4)*stride];
stride            686 libavcodec/h264pred_template.c         dc3+= src[-1+(i+8)*stride];
stride            687 libavcodec/h264pred_template.c         dc4+= src[-1+(i+12)*stride];
stride            699 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, dc0splat);
stride            700 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, dc1splat);
stride            703 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, dc2splat);
stride            704 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, dc3splat);
stride            707 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, dc4splat);
stride            708 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, dc5splat);
stride            711 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+0, dc6splat);
stride            712 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+i*stride))+1, dc7splat);
stride            717 libavcodec/h264pred_template.c static void FUNC(pred8x8_mad_cow_dc_l0t)(uint8_t *src, ptrdiff_t stride)
stride            719 libavcodec/h264pred_template.c     FUNCC(pred8x8_top_dc)(src, stride);
stride            720 libavcodec/h264pred_template.c     FUNCC(pred4x4_dc)(src, NULL, stride);
stride            723 libavcodec/h264pred_template.c static void FUNC(pred8x16_mad_cow_dc_l0t)(uint8_t *src, ptrdiff_t stride)
stride            725 libavcodec/h264pred_template.c     FUNCC(pred8x16_top_dc)(src, stride);
stride            726 libavcodec/h264pred_template.c     FUNCC(pred4x4_dc)(src, NULL, stride);
stride            729 libavcodec/h264pred_template.c static void FUNC(pred8x8_mad_cow_dc_0lt)(uint8_t *src, ptrdiff_t stride)
stride            731 libavcodec/h264pred_template.c     FUNCC(pred8x8_dc)(src, stride);
stride            732 libavcodec/h264pred_template.c     FUNCC(pred4x4_top_dc)(src, NULL, stride);
stride            735 libavcodec/h264pred_template.c static void FUNC(pred8x16_mad_cow_dc_0lt)(uint8_t *src, ptrdiff_t stride)
stride            737 libavcodec/h264pred_template.c     FUNCC(pred8x16_dc)(src, stride);
stride            738 libavcodec/h264pred_template.c     FUNCC(pred4x4_top_dc)(src, NULL, stride);
stride            741 libavcodec/h264pred_template.c static void FUNC(pred8x8_mad_cow_dc_l00)(uint8_t *src, ptrdiff_t stride)
stride            743 libavcodec/h264pred_template.c     FUNCC(pred8x8_left_dc)(src, stride);
stride            744 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src + 4*stride                  , NULL, stride);
stride            745 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src + 4*stride + 4*sizeof(pixel), NULL, stride);
stride            748 libavcodec/h264pred_template.c static void FUNC(pred8x16_mad_cow_dc_l00)(uint8_t *src, ptrdiff_t stride)
stride            750 libavcodec/h264pred_template.c     FUNCC(pred8x16_left_dc)(src, stride);
stride            751 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src + 4*stride                  , NULL, stride);
stride            752 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src + 4*stride + 4*sizeof(pixel), NULL, stride);
stride            755 libavcodec/h264pred_template.c static void FUNC(pred8x8_mad_cow_dc_0l0)(uint8_t *src, ptrdiff_t stride)
stride            757 libavcodec/h264pred_template.c     FUNCC(pred8x8_left_dc)(src, stride);
stride            758 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src                  , NULL, stride);
stride            759 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src + 4*sizeof(pixel), NULL, stride);
stride            762 libavcodec/h264pred_template.c static void FUNC(pred8x16_mad_cow_dc_0l0)(uint8_t *src, ptrdiff_t stride)
stride            764 libavcodec/h264pred_template.c     FUNCC(pred8x16_left_dc)(src, stride);
stride            765 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src                  , NULL, stride);
stride            766 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src + 4*sizeof(pixel), NULL, stride);
stride            775 libavcodec/h264pred_template.c   int stride = _stride>>(sizeof(pixel)-1);
stride            776 libavcodec/h264pred_template.c   const pixel * const src0 = src +3-stride;
stride            777 libavcodec/h264pred_template.c   const pixel *       src1 = src +4*stride-1;
stride            778 libavcodec/h264pred_template.c   const pixel *       src2 = src1-2*stride;    // == src+2*stride-1;
stride            782 libavcodec/h264pred_template.c     src1 += stride; src2 -= stride;
stride            801 libavcodec/h264pred_template.c     src += stride;
stride            811 libavcodec/h264pred_template.c   int stride = _stride>>(sizeof(pixel)-1);
stride            812 libavcodec/h264pred_template.c   const pixel * const src0 = src +3-stride;
stride            813 libavcodec/h264pred_template.c   const pixel *       src1 = src +8*stride-1;
stride            814 libavcodec/h264pred_template.c   const pixel *       src2 = src1-2*stride;    // == src+6*stride-1;
stride            819 libavcodec/h264pred_template.c       src1 += stride; src2 -= stride;
stride            824 libavcodec/h264pred_template.c       src1 += stride; src2 -= stride;
stride            843 libavcodec/h264pred_template.c     src += stride;
stride            847 libavcodec/h264pred_template.c #define SRC(x,y) src[(x)+(y)*stride]
stride            882 libavcodec/h264pred_template.c         src += stride; \
stride            889 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            897 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            907 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            917 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            929 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            934 libavcodec/h264pred_template.c                AV_WN4PA(src+y*stride, a); \
stride            935 libavcodec/h264pred_template.c                AV_WN4PA(src+y*stride+4, a);
stride            944 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            959 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+y*stride))+0, a);
stride            960 libavcodec/h264pred_template.c         AV_WN4PA(((pixel4*)(src+y*stride))+1, b);
stride            967 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride            990 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride           1014 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride           1045 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride           1076 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride           1106 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride           1135 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride           1149 libavcodec/h264pred_template.c         src[0*stride]= v += block[0];
stride           1150 libavcodec/h264pred_template.c         src[1*stride]= v += block[8];
stride           1151 libavcodec/h264pred_template.c         src[2*stride]= v += block[16];
stride           1152 libavcodec/h264pred_template.c         src[3*stride]= v += block[24];
stride           1153 libavcodec/h264pred_template.c         src[4*stride]= v += block[32];
stride           1154 libavcodec/h264pred_template.c         src[5*stride]= v += block[40];
stride           1155 libavcodec/h264pred_template.c         src[6*stride]= v += block[48];
stride           1156 libavcodec/h264pred_template.c         src[7*stride]= v +  block[56];
stride           1171 libavcodec/h264pred_template.c     int stride = _stride>>(sizeof(pixel)-1);
stride           1193 libavcodec/h264pred_template.c         src+= stride;
stride           1211 libavcodec/h264pred_template.c                                         ptrdiff_t stride)
stride           1216 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride           1217 libavcodec/h264pred_template.c     pix -= stride;
stride           1220 libavcodec/h264pred_template.c         pix[1*stride]= v += block[0];
stride           1221 libavcodec/h264pred_template.c         pix[2*stride]= v += block[4];
stride           1222 libavcodec/h264pred_template.c         pix[3*stride]= v += block[8];
stride           1223 libavcodec/h264pred_template.c         pix[4*stride]= v +  block[12];
stride           1232 libavcodec/h264pred_template.c                                           ptrdiff_t stride)
stride           1237 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride           1244 libavcodec/h264pred_template.c         pix+= stride;
stride           1252 libavcodec/h264pred_template.c                                          ptrdiff_t stride)
stride           1257 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride           1258 libavcodec/h264pred_template.c     pix -= stride;
stride           1261 libavcodec/h264pred_template.c         pix[1*stride]= v += block[0];
stride           1262 libavcodec/h264pred_template.c         pix[2*stride]= v += block[8];
stride           1263 libavcodec/h264pred_template.c         pix[3*stride]= v += block[16];
stride           1264 libavcodec/h264pred_template.c         pix[4*stride]= v += block[24];
stride           1265 libavcodec/h264pred_template.c         pix[5*stride]= v += block[32];
stride           1266 libavcodec/h264pred_template.c         pix[6*stride]= v += block[40];
stride           1267 libavcodec/h264pred_template.c         pix[7*stride]= v += block[48];
stride           1268 libavcodec/h264pred_template.c         pix[8*stride]= v +  block[56];
stride           1277 libavcodec/h264pred_template.c                                            ptrdiff_t stride)
stride           1282 libavcodec/h264pred_template.c     stride >>= sizeof(pixel)-1;
stride           1293 libavcodec/h264pred_template.c         pix+= stride;
stride           1302 libavcodec/h264pred_template.c                                           ptrdiff_t stride)
stride           1306 libavcodec/h264pred_template.c         FUNCC(pred4x4_vertical_add)(pix + block_offset[i], block + i*16*sizeof(pixel), stride);
stride           1312 libavcodec/h264pred_template.c                                             ptrdiff_t stride)
stride           1316 libavcodec/h264pred_template.c         FUNCC(pred4x4_horizontal_add)(pix + block_offset[i], block + i*16*sizeof(pixel), stride);
stride           1320 libavcodec/h264pred_template.c                                         int16_t *block, ptrdiff_t stride)
stride           1324 libavcodec/h264pred_template.c         FUNCC(pred4x4_vertical_add)(pix + block_offset[i], block + i*16*sizeof(pixel), stride);
stride           1328 libavcodec/h264pred_template.c                                          int16_t *block, ptrdiff_t stride)
stride           1332 libavcodec/h264pred_template.c         FUNCC(pred4x4_vertical_add)(pix + block_offset[i], block + i*16*sizeof(pixel), stride);
stride           1334 libavcodec/h264pred_template.c         FUNCC(pred4x4_vertical_add)(pix + block_offset[i+4], block + i*16*sizeof(pixel), stride);
stride           1339 libavcodec/h264pred_template.c                                           ptrdiff_t stride)
stride           1343 libavcodec/h264pred_template.c         FUNCC(pred4x4_horizontal_add)(pix + block_offset[i], block + i*16*sizeof(pixel), stride);
stride           1348 libavcodec/h264pred_template.c                                            int16_t *block, ptrdiff_t stride)
stride           1352 libavcodec/h264pred_template.c         FUNCC(pred4x4_horizontal_add)(pix + block_offset[i], block + i*16*sizeof(pixel), stride);
stride           1354 libavcodec/h264pred_template.c         FUNCC(pred4x4_horizontal_add)(pix + block_offset[i+4], block + i*16*sizeof(pixel), stride);
stride            381 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc00)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            383 libavcodec/h264qpel_template.c     FUNCC(OPNAME ## pixels ## SIZE)(dst, src, stride, SIZE);\
stride            386 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc10)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            389 libavcodec/h264qpel_template.c     FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(half, src, SIZE*sizeof(pixel), stride);\
stride            390 libavcodec/h264qpel_template.c     FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src, half, stride, stride, SIZE*sizeof(pixel), SIZE);\
stride            393 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc20)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            395 libavcodec/h264qpel_template.c     FUNC(OPNAME ## h264_qpel ## SIZE ## _h_lowpass)(dst, src, stride, stride);\
stride            398 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc30)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            401 libavcodec/h264qpel_template.c     FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(half, src, SIZE*sizeof(pixel), stride);\
stride            402 libavcodec/h264qpel_template.c     FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src+sizeof(pixel), half, stride, stride, SIZE*sizeof(pixel), SIZE);\
stride            405 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc01)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            410 libavcodec/h264qpel_template.c     FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel),  stride, SIZE + 5);\
stride            412 libavcodec/h264qpel_template.c     FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, full_mid, half, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\
stride            415 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc02)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            419 libavcodec/h264qpel_template.c     FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel),  stride, SIZE + 5);\
stride            420 libavcodec/h264qpel_template.c     FUNC(OPNAME ## h264_qpel ## SIZE ## _v_lowpass)(dst, full_mid, stride, SIZE*sizeof(pixel));\
stride            423 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc03)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            428 libavcodec/h264qpel_template.c     FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel),  stride, SIZE + 5);\
stride            430 libavcodec/h264qpel_template.c     FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, full_mid+SIZE*sizeof(pixel), half, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\
stride            433 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc11)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            439 libavcodec/h264qpel_template.c     FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(halfH, src, SIZE*sizeof(pixel), stride);\
stride            440 libavcodec/h264qpel_template.c     FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel),  stride, SIZE + 5);\
stride            442 libavcodec/h264qpel_template.c     FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\
stride            445 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc31)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            451 libavcodec/h264qpel_template.c     FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(halfH, src, SIZE*sizeof(pixel), stride);\
stride            452 libavcodec/h264qpel_template.c     FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel),  stride, SIZE + 5);\
stride            454 libavcodec/h264qpel_template.c     FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\
stride            457 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc13)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            463 libavcodec/h264qpel_template.c     FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(halfH, src + stride, SIZE*sizeof(pixel), stride);\
stride            464 libavcodec/h264qpel_template.c     FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel),  stride, SIZE + 5);\
stride            466 libavcodec/h264qpel_template.c     FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\
stride            469 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc33)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            475 libavcodec/h264qpel_template.c     FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(halfH, src + stride, SIZE*sizeof(pixel), stride);\
stride            476 libavcodec/h264qpel_template.c     FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel),  stride, SIZE + 5);\
stride            478 libavcodec/h264qpel_template.c     FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\
stride            481 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc22)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            484 libavcodec/h264qpel_template.c     FUNC(OPNAME ## h264_qpel ## SIZE ## _hv_lowpass)(dst, tmp, src, stride, SIZE*sizeof(pixel), stride);\
stride            487 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc21)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            492 libavcodec/h264qpel_template.c     FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(halfH, src, SIZE*sizeof(pixel), stride);\
stride            493 libavcodec/h264qpel_template.c     FUNC(put_h264_qpel ## SIZE ## _hv_lowpass)(halfHV, tmp, src, SIZE*sizeof(pixel), SIZE*sizeof(pixel), stride);\
stride            494 libavcodec/h264qpel_template.c     FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\
stride            497 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc23)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            502 libavcodec/h264qpel_template.c     FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(halfH, src + stride, SIZE*sizeof(pixel), stride);\
stride            503 libavcodec/h264qpel_template.c     FUNC(put_h264_qpel ## SIZE ## _hv_lowpass)(halfHV, tmp, src, SIZE*sizeof(pixel), SIZE*sizeof(pixel), stride);\
stride            504 libavcodec/h264qpel_template.c     FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\
stride            507 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc12)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            514 libavcodec/h264qpel_template.c     FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel),  stride, SIZE + 5);\
stride            516 libavcodec/h264qpel_template.c     FUNC(put_h264_qpel ## SIZE ## _hv_lowpass)(halfHV, tmp, src, SIZE*sizeof(pixel), SIZE*sizeof(pixel), stride);\
stride            517 libavcodec/h264qpel_template.c     FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfV, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\
stride            520 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc32)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            527 libavcodec/h264qpel_template.c     FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel),  stride, SIZE + 5);\
stride            529 libavcodec/h264qpel_template.c     FUNC(put_h264_qpel ## SIZE ## _hv_lowpass)(halfHV, tmp, src, SIZE*sizeof(pixel), SIZE*sizeof(pixel), stride);\
stride            530 libavcodec/h264qpel_template.c     FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfV, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\
stride             90 libavcodec/hap.h     int (*tex_fun)(uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             91 libavcodec/hap.h     int (*tex_fun2)(uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride           1047 libavcodec/hevc_cabac.c     ptrdiff_t stride = s->frame->linesize[c_idx];
stride           1050 libavcodec/hevc_cabac.c     uint8_t *dst = &s->frame->data[c_idx][(y0 >> vshift) * stride +
stride           1531 libavcodec/hevc_cabac.c     s->hevcdsp.add_residual[log2_trafo_size-2](dst, coeffs, stride);
stride           1143 libavcodec/hevcdec.c                         ptrdiff_t stride = s->frame->linesize[1];
stride           1150 libavcodec/hevcdec.c                         uint8_t *dst = &s->frame->data[1][(y0 >> vshift) * stride +
stride           1155 libavcodec/hevcdec.c                         s->hevcdsp.add_residual[log2_trafo_size_c-2](dst, coeffs, stride);
stride           1172 libavcodec/hevcdec.c                         ptrdiff_t stride = s->frame->linesize[2];
stride           1179 libavcodec/hevcdec.c                         uint8_t *dst = &s->frame->data[2][(y0 >> vshift) * stride +
stride           1184 libavcodec/hevcdec.c                         s->hevcdsp.add_residual[log2_trafo_size_c-2](dst, coeffs, stride);
stride             49 libavcodec/hevcdsp.h     void (*add_residual[4])(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            101 libavcodec/hevcdsp.h     void (*hevc_h_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride,
stride            104 libavcodec/hevcdsp.h     void (*hevc_v_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride,
stride            107 libavcodec/hevcdsp.h     void (*hevc_h_loop_filter_chroma)(uint8_t *pix, ptrdiff_t stride,
stride            109 libavcodec/hevcdsp.h     void (*hevc_v_loop_filter_chroma)(uint8_t *pix, ptrdiff_t stride,
stride            111 libavcodec/hevcdsp.h     void (*hevc_h_loop_filter_luma_c)(uint8_t *pix, ptrdiff_t stride,
stride            114 libavcodec/hevcdsp.h     void (*hevc_v_loop_filter_luma_c)(uint8_t *pix, ptrdiff_t stride,
stride            117 libavcodec/hevcdsp.h     void (*hevc_h_loop_filter_chroma_c)(uint8_t *pix, ptrdiff_t stride,
stride            120 libavcodec/hevcdsp.h     void (*hevc_v_loop_filter_chroma_c)(uint8_t *pix, ptrdiff_t stride,
stride             29 libavcodec/hevcdsp_template.c static void FUNC(put_pcm)(uint8_t *_dst, ptrdiff_t stride, int width, int height,
stride             35 libavcodec/hevcdsp_template.c     stride /= sizeof(pixel);
stride             40 libavcodec/hevcdsp_template.c         dst += stride;
stride             45 libavcodec/hevcdsp_template.c                                                 ptrdiff_t stride, int size)
stride             50 libavcodec/hevcdsp_template.c     stride /= sizeof(pixel);
stride             57 libavcodec/hevcdsp_template.c         dst += stride;
stride             62 libavcodec/hevcdsp_template.c                                   ptrdiff_t stride)
stride             64 libavcodec/hevcdsp_template.c     FUNC(add_residual)(_dst, res, stride, 4);
stride             68 libavcodec/hevcdsp_template.c                                   ptrdiff_t stride)
stride             70 libavcodec/hevcdsp_template.c     FUNC(add_residual)(_dst, res, stride, 8);
stride             74 libavcodec/hevcdsp_template.c                                     ptrdiff_t stride)
stride             76 libavcodec/hevcdsp_template.c     FUNC(add_residual)(_dst, res, stride, 16);
stride             80 libavcodec/hevcdsp_template.c                                     ptrdiff_t stride)
stride             82 libavcodec/hevcdsp_template.c     FUNC(add_residual)(_dst, res, stride, 32);
stride            607 libavcodec/hevcdsp_template.c #define QPEL_FILTER(src, stride)                                               \
stride            608 libavcodec/hevcdsp_template.c     (filter[0] * src[x - 3 * stride] +                                         \
stride            609 libavcodec/hevcdsp_template.c      filter[1] * src[x - 2 * stride] +                                         \
stride            610 libavcodec/hevcdsp_template.c      filter[2] * src[x -     stride] +                                         \
stride            612 libavcodec/hevcdsp_template.c      filter[4] * src[x +     stride] +                                         \
stride            613 libavcodec/hevcdsp_template.c      filter[5] * src[x + 2 * stride] +                                         \
stride            614 libavcodec/hevcdsp_template.c      filter[6] * src[x + 3 * stride] +                                         \
stride            615 libavcodec/hevcdsp_template.c      filter[7] * src[x + 4 * stride])
stride           1064 libavcodec/hevcdsp_template.c #define EPEL_FILTER(src, stride)                                               \
stride           1065 libavcodec/hevcdsp_template.c     (filter[0] * src[x - stride] +                                             \
stride           1067 libavcodec/hevcdsp_template.c      filter[2] * src[x + stride] +                                             \
stride           1068 libavcodec/hevcdsp_template.c      filter[3] * src[x + 2 * stride])
stride           1646 libavcodec/hevcdsp_template.c static void FUNC(hevc_h_loop_filter_chroma)(uint8_t *pix, ptrdiff_t stride,
stride           1650 libavcodec/hevcdsp_template.c     FUNC(hevc_loop_filter_chroma)(pix, stride, sizeof(pixel), tc, no_p, no_q);
stride           1653 libavcodec/hevcdsp_template.c static void FUNC(hevc_v_loop_filter_chroma)(uint8_t *pix, ptrdiff_t stride,
stride           1657 libavcodec/hevcdsp_template.c     FUNC(hevc_loop_filter_chroma)(pix, sizeof(pixel), stride, tc, no_p, no_q);
stride           1660 libavcodec/hevcdsp_template.c static void FUNC(hevc_h_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride,
stride           1664 libavcodec/hevcdsp_template.c     FUNC(hevc_loop_filter_luma)(pix, stride, sizeof(pixel),
stride           1668 libavcodec/hevcdsp_template.c static void FUNC(hevc_v_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride,
stride           1672 libavcodec/hevcdsp_template.c     FUNC(hevc_loop_filter_luma)(pix, sizeof(pixel), stride,
stride             35 libavcodec/hevcpred.h                            const uint8_t *left, ptrdiff_t stride);
stride             37 libavcodec/hevcpred.h                     ptrdiff_t stride, int log2_size, int c_idx);
stride             39 libavcodec/hevcpred.h                             const uint8_t *left, ptrdiff_t stride,
stride             28 libavcodec/hevcpred_template.c #define POS(x, y) src[(x) + stride * (y)]
stride             89 libavcodec/hevcpred_template.c     ptrdiff_t stride = s->frame->linesize[c_idx] / sizeof(pixel);
stride             90 libavcodec/hevcpred_template.c     pixel *src = (pixel*)s->frame->data[c_idx] + x + y * stride;
stride            170 libavcodec/hevcpred_template.c         memcpy(top, src - stride, size * sizeof(pixel));
stride            172 libavcodec/hevcpred_template.c         memcpy(top + size, src - stride + size, size * sizeof(pixel));
stride            333 libavcodec/hevcpred_template.c                                           (uint8_t *)left, stride);
stride            337 libavcodec/hevcpred_template.c                        (uint8_t *)left, stride, log2_size, c_idx);
stride            341 libavcodec/hevcpred_template.c                                            (uint8_t *)left, stride, c_idx,
stride            361 libavcodec/hevcpred_template.c                                   const uint8_t *_left, ptrdiff_t stride,
stride            377 libavcodec/hevcpred_template.c                                        const uint8_t *left, ptrdiff_t stride)   \
stride            379 libavcodec/hevcpred_template.c     FUNC(pred_planar)(src, top, left, stride, size + 2);                        \
stride            391 libavcodec/hevcpred_template.c                           ptrdiff_t stride, int log2_size, int c_idx)
stride            423 libavcodec/hevcpred_template.c                                                 ptrdiff_t stride, int c_idx,
stride            515 libavcodec/hevcpred_template.c                                  ptrdiff_t stride, int c_idx, int mode)
stride            517 libavcodec/hevcpred_template.c     FUNC(pred_angular)(src, top, left, stride, c_idx, mode, 1 << 2);
stride            522 libavcodec/hevcpred_template.c                                  ptrdiff_t stride, int c_idx, int mode)
stride            524 libavcodec/hevcpred_template.c     FUNC(pred_angular)(src, top, left, stride, c_idx, mode, 1 << 3);
stride            529 libavcodec/hevcpred_template.c                                  ptrdiff_t stride, int c_idx, int mode)
stride            531 libavcodec/hevcpred_template.c     FUNC(pred_angular)(src, top, left, stride, c_idx, mode, 1 << 4);
stride            536 libavcodec/hevcpred_template.c                                  ptrdiff_t stride, int c_idx, int mode)
stride            538 libavcodec/hevcpred_template.c     FUNC(pred_angular)(src, top, left, stride, c_idx, mode, 1 << 5);
stride            111 libavcodec/hq_hqadsp.c static void hq_idct_put(uint8_t *dst, int stride, int16_t *block)
stride            123 libavcodec/hq_hqadsp.c         dst += stride;
stride             33 libavcodec/hq_hqadsp.h     void (*idct_put)(uint8_t *dst, int stride, int16_t *block);
stride            109 libavcodec/hqxdsp.c static void hqx_idct_put(uint16_t *dst, ptrdiff_t stride,
stride            124 libavcodec/hqxdsp.c         dst += stride >> 1;
stride             33 libavcodec/hqxdsp.h     void (*idct_put)(uint16_t *dst, ptrdiff_t stride,
stride            887 libavcodec/huffyuvenc.c         const int stride = -p->linesize[0];
stride            902 libavcodec/huffyuvenc.c             uint8_t *dst = data + y*stride;
stride            915 libavcodec/huffyuvenc.c         const int stride = -p->linesize[0];
stride            930 libavcodec/huffyuvenc.c             uint8_t *dst = data + y * stride;
stride             72 libavcodec/interplayvideo.c     int stride;
stride            241 libavcodec/interplayvideo.c                 s->pixel_ptr[x +     s->stride] =
stride            242 libavcodec/interplayvideo.c                 s->pixel_ptr[x + 1 + s->stride] = P[flags & 1];
stride            244 libavcodec/interplayvideo.c             s->pixel_ptr += s->stride * 2;
stride            281 libavcodec/interplayvideo.c             s->pixel_ptr += s->stride - 4;
stride            283 libavcodec/interplayvideo.c             if (y == 7) s->pixel_ptr -= 8 * s->stride - 4;
stride            298 libavcodec/interplayvideo.c                 s->pixel_ptr += s->stride - 4;
stride            301 libavcodec/interplayvideo.c                     s->pixel_ptr -= 8 * s->stride - 4;
stride            365 libavcodec/interplayvideo.c                     s->pixel_ptr[x +     s->stride] =
stride            366 libavcodec/interplayvideo.c                     s->pixel_ptr[x + 1 + s->stride] = P[flags & 0x03];
stride            368 libavcodec/interplayvideo.c                 s->pixel_ptr += s->stride * 2;
stride            383 libavcodec/interplayvideo.c                 s->pixel_ptr += s->stride;
stride            389 libavcodec/interplayvideo.c                     s->pixel_ptr[x + s->stride] = P[flags & 0x03];
stride            391 libavcodec/interplayvideo.c                 s->pixel_ptr += s->stride * 2;
stride            428 libavcodec/interplayvideo.c             s->pixel_ptr += s->stride - 4;
stride            430 libavcodec/interplayvideo.c             if (y == 7) s->pixel_ptr -= 8 * s->stride - 4;
stride            449 libavcodec/interplayvideo.c                 s->pixel_ptr += s->stride - 4;
stride            451 libavcodec/interplayvideo.c                 if (y == 7) s->pixel_ptr -= 8 * s->stride - 4;
stride            473 libavcodec/interplayvideo.c         s->pixel_ptr  += s->stride;
stride            489 libavcodec/interplayvideo.c             s->pixel_ptr[x +     s->stride] =
stride            490 libavcodec/interplayvideo.c             s->pixel_ptr[x + 1 + s->stride] = bytestream2_get_byte(&s->stream_ptr);
stride            492 libavcodec/interplayvideo.c         s->pixel_ptr += s->stride * 2;
stride            517 libavcodec/interplayvideo.c         s->pixel_ptr += s->stride;
stride            534 libavcodec/interplayvideo.c         s->pixel_ptr += s->stride;
stride            601 libavcodec/interplayvideo.c                 pixel_ptr[x +     s->stride] =
stride            602 libavcodec/interplayvideo.c                 pixel_ptr[x + 1 + s->stride] = P[flags & 1];
stride            604 libavcodec/interplayvideo.c             pixel_ptr += s->stride * 2;
stride            637 libavcodec/interplayvideo.c             pixel_ptr += s->stride - 4;
stride            639 libavcodec/interplayvideo.c             if (y == 7) pixel_ptr -= 8 * s->stride - 4;
stride            655 libavcodec/interplayvideo.c                 pixel_ptr += s->stride - 4;
stride            658 libavcodec/interplayvideo.c                     pixel_ptr -= 8 * s->stride - 4;
stride            719 libavcodec/interplayvideo.c                     pixel_ptr[x +     s->stride] =
stride            720 libavcodec/interplayvideo.c                     pixel_ptr[x + 1 + s->stride] = P[flags & 0x03];
stride            722 libavcodec/interplayvideo.c                 pixel_ptr += s->stride * 2;
stride            737 libavcodec/interplayvideo.c                 pixel_ptr += s->stride;
stride            743 libavcodec/interplayvideo.c                     pixel_ptr[x + s->stride] = P[flags & 0x03];
stride            745 libavcodec/interplayvideo.c                 pixel_ptr += s->stride * 2;
stride            781 libavcodec/interplayvideo.c             pixel_ptr += s->stride - 4;
stride            783 libavcodec/interplayvideo.c             if (y == 7) pixel_ptr -= 8 * s->stride - 4;
stride            803 libavcodec/interplayvideo.c                 pixel_ptr += s->stride - 4;
stride            805 libavcodec/interplayvideo.c                 if (y == 7) pixel_ptr -= 8 * s->stride - 4;
stride            829 libavcodec/interplayvideo.c         pixel_ptr  += s->stride;
stride            846 libavcodec/interplayvideo.c             pixel_ptr[x +     s->stride] =
stride            847 libavcodec/interplayvideo.c             pixel_ptr[x + 1 + s->stride] = bytestream2_get_le16(&s->stream_ptr);
stride            849 libavcodec/interplayvideo.c         pixel_ptr += s->stride * 2;
stride            870 libavcodec/interplayvideo.c         pixel_ptr += s->stride;
stride            889 libavcodec/interplayvideo.c         pixel_ptr += s->stride;
stride            925 libavcodec/interplayvideo.c             s->pixel_ptr += s->stride;
stride            961 libavcodec/interplayvideo.c     s->stride = frame->linesize[0];
stride            963 libavcodec/interplayvideo.c     s->line_inc = s->stride - 8;
stride            999 libavcodec/interplayvideo.c             s->pixel_ptr += s->stride;
stride           1034 libavcodec/interplayvideo.c     s->stride = frame->linesize[0];
stride           1036 libavcodec/interplayvideo.c     s->line_inc = s->stride - 8;
stride           1116 libavcodec/interplayvideo.c         s->stride = frame->linesize[0];
stride           1118 libavcodec/interplayvideo.c         s->stride = frame->linesize[0] >> 1;
stride           1122 libavcodec/interplayvideo.c     s->line_inc = s->stride - 8;
stride             66 libavcodec/intrax8dsp.c                                           ptrdiff_t stride, int *range,
stride            101 libavcodec/intrax8dsp.c             ptr += stride;
stride            106 libavcodec/intrax8dsp.c         ptr = src - stride; // top line
stride            120 libavcodec/intrax8dsp.c         memcpy(dst + area6, ptr - stride, 8);
stride            134 libavcodec/intrax8dsp.c         uint8_t c = *(src - 1 - stride);
stride            163 libavcodec/intrax8dsp.c static void spatial_compensation_0(uint8_t *src, uint8_t *dst, ptrdiff_t stride)
stride            211 libavcodec/intrax8dsp.c         dst += stride;
stride            215 libavcodec/intrax8dsp.c static void spatial_compensation_1(uint8_t *src, uint8_t *dst, ptrdiff_t stride)
stride            222 libavcodec/intrax8dsp.c         dst += stride;
stride            226 libavcodec/intrax8dsp.c static void spatial_compensation_2(uint8_t *src, uint8_t *dst, ptrdiff_t stride)
stride            233 libavcodec/intrax8dsp.c         dst += stride;
stride            237 libavcodec/intrax8dsp.c static void spatial_compensation_3(uint8_t *src, uint8_t *dst, ptrdiff_t stride)
stride            244 libavcodec/intrax8dsp.c         dst += stride;
stride            248 libavcodec/intrax8dsp.c static void spatial_compensation_4(uint8_t *src, uint8_t *dst, ptrdiff_t stride)
stride            255 libavcodec/intrax8dsp.c         dst += stride;
stride            259 libavcodec/intrax8dsp.c static void spatial_compensation_5(uint8_t *src, uint8_t *dst, ptrdiff_t stride)
stride            270 libavcodec/intrax8dsp.c         dst += stride;
stride            274 libavcodec/intrax8dsp.c static void spatial_compensation_6(uint8_t *src, uint8_t *dst, ptrdiff_t stride)
stride            281 libavcodec/intrax8dsp.c         dst += stride;
stride            285 libavcodec/intrax8dsp.c static void spatial_compensation_7(uint8_t *src, uint8_t *dst, ptrdiff_t stride)
stride            296 libavcodec/intrax8dsp.c         dst += stride;
stride            300 libavcodec/intrax8dsp.c static void spatial_compensation_8(uint8_t *src, uint8_t *dst, ptrdiff_t stride)
stride            307 libavcodec/intrax8dsp.c         dst += stride;
stride            311 libavcodec/intrax8dsp.c static void spatial_compensation_9(uint8_t *src, uint8_t *dst, ptrdiff_t stride)
stride            318 libavcodec/intrax8dsp.c         dst += stride;
stride            322 libavcodec/intrax8dsp.c static void spatial_compensation_10(uint8_t *src, uint8_t *dst, ptrdiff_t stride)
stride            329 libavcodec/intrax8dsp.c         dst += stride;
stride            333 libavcodec/intrax8dsp.c static void spatial_compensation_11(uint8_t *src, uint8_t *dst, ptrdiff_t stride)
stride            340 libavcodec/intrax8dsp.c         dst += stride;
stride            438 libavcodec/intrax8dsp.c static void x8_h_loop_filter(uint8_t *src, ptrdiff_t stride, int qscale)
stride            440 libavcodec/intrax8dsp.c     x8_loop_filter(src, stride, 1, qscale);
stride            443 libavcodec/intrax8dsp.c static void x8_v_loop_filter(uint8_t *src, ptrdiff_t stride, int qscale)
stride            445 libavcodec/intrax8dsp.c     x8_loop_filter(src, 1, stride, qscale);
stride             26 libavcodec/intrax8dsp.h     void (*v_loop_filter)(uint8_t *src, ptrdiff_t stride, int qscale);
stride             27 libavcodec/intrax8dsp.h     void (*h_loop_filter)(uint8_t *src, ptrdiff_t stride, int qscale);
stride             30 libavcodec/intrax8dsp.h                                      ptrdiff_t stride);
stride             32 libavcodec/intrax8dsp.h                                        ptrdiff_t stride, int *range,
stride            344 libavcodec/ituh263dec.c     const int stride= s->b8_stride*2;
stride            359 libavcodec/ituh263dec.c             mot_val[0+stride]= mot_val[2+stride]= 0;
stride            361 libavcodec/ituh263dec.c             mot_val[1+stride]= mot_val[3+stride]= 0;
stride            396 libavcodec/ituh263dec.c                 mot_val[0+stride]= mot_val[2+stride]= mx;
stride            398 libavcodec/ituh263dec.c                 mot_val[1+stride]= mot_val[3+stride]= my;
stride            806 libavcodec/ituh263dec.c         const int stride= s->b8_stride;
stride            807 libavcodec/ituh263dec.c         int16_t *mot_val0 = s->current_picture.motion_val[0][2 * (s->mb_x + s->mb_y * stride)];
stride            808 libavcodec/ituh263dec.c         int16_t *mot_val1 = s->current_picture.motion_val[1][2 * (s->mb_x + s->mb_y * stride)];
stride            812 libavcodec/ituh263dec.c         mot_val0[0       ]= mot_val0[2       ]= mot_val0[0+2*stride]= mot_val0[2+2*stride]=
stride            813 libavcodec/ituh263dec.c         mot_val0[1       ]= mot_val0[3       ]= mot_val0[1+2*stride]= mot_val0[3+2*stride]=
stride            814 libavcodec/ituh263dec.c         mot_val1[0       ]= mot_val1[2       ]= mot_val1[0+2*stride]= mot_val1[2+2*stride]=
stride            815 libavcodec/ituh263dec.c         mot_val1[1       ]= mot_val1[3       ]= mot_val1[1+2*stride]= mot_val1[3+2*stride]= 0;
stride            887 libavcodec/ituh263dec.c                 mot_val[0       ]= mot_val[2       ]= mot_val[0+2*stride]= mot_val[2+2*stride]= mx;
stride            888 libavcodec/ituh263dec.c                 mot_val[1       ]= mot_val[3       ]= mot_val[1+2*stride]= mot_val[3+2*stride]= my;
stride            914 libavcodec/ituh263dec.c                 mot_val[0       ]= mot_val[2       ]= mot_val[0+2*stride]= mot_val[2+2*stride]= mx;
stride            915 libavcodec/ituh263dec.c                 mot_val[1       ]= mot_val[3       ]= mot_val[1+2*stride]= mot_val[3+2*stride]= my;
stride            283 libavcodec/ivi.h #define IVI_NUM_TILES(stride, tile_size) (((stride) + (tile_size) - 1) / (tile_size))
stride            556 libavcodec/j2kenc.c                 if (!(t1->flags[(y+1) * t1->stride + x+1] & JPEG2000_T1_SIG) && (t1->flags[(y+1) * t1->stride + x+1] & JPEG2000_T1_SIG_NB)){
stride            557 libavcodec/j2kenc.c                     int ctxno = ff_jpeg2000_getsigctxno(t1->flags[(y+1) * t1->stride + x+1], bandno),
stride            558 libavcodec/j2kenc.c                         bit = t1->data[(y) * t1->stride + x] & mask ? 1 : 0;
stride            562 libavcodec/j2kenc.c                         int ctxno = ff_jpeg2000_getsgnctxno(t1->flags[(y+1) * t1->stride + x+1], &xorbit);
stride            563 libavcodec/j2kenc.c                         ff_mqc_encode(&t1->mqc, t1->mqc.cx_states + ctxno, (t1->flags[(y+1) * t1->stride + x+1] >> 15) ^ xorbit);
stride            564 libavcodec/j2kenc.c                         *nmsedec += getnmsedec_sig(t1->data[(y) * t1->stride + x], bpno + NMSEDEC_FRACBITS);
stride            565 libavcodec/j2kenc.c                         ff_jpeg2000_set_significance(t1, x, y, t1->flags[(y+1) * t1->stride + x+1] >> 15);
stride            567 libavcodec/j2kenc.c                     t1->flags[(y+1) * t1->stride + x+1] |= JPEG2000_T1_VIS;
stride            578 libavcodec/j2kenc.c                 if ((t1->flags[(y+1) * t1->stride + x+1] & (JPEG2000_T1_SIG | JPEG2000_T1_VIS)) == JPEG2000_T1_SIG){
stride            579 libavcodec/j2kenc.c                     int ctxno = ff_jpeg2000_getrefctxno(t1->flags[(y+1) * t1->stride + x+1]);
stride            580 libavcodec/j2kenc.c                     *nmsedec += getnmsedec_ref(t1->data[(y) * t1->stride + x], bpno + NMSEDEC_FRACBITS);
stride            581 libavcodec/j2kenc.c                     ff_mqc_encode(&t1->mqc, t1->mqc.cx_states + ctxno, t1->data[(y) * t1->stride + x] & mask ? 1:0);
stride            582 libavcodec/j2kenc.c                     t1->flags[(y+1) * t1->stride + x+1] |= JPEG2000_T1_REF;
stride            592 libavcodec/j2kenc.c             (t1->flags[(y0+1) * t1->stride + x+1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS | JPEG2000_T1_SIG)) ||
stride            593 libavcodec/j2kenc.c             (t1->flags[(y0+2) * t1->stride + x+1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS | JPEG2000_T1_SIG)) ||
stride            594 libavcodec/j2kenc.c             (t1->flags[(y0+3) * t1->stride + x+1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS | JPEG2000_T1_SIG)) ||
stride            595 libavcodec/j2kenc.c             (t1->flags[(y0+4) * t1->stride + x+1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS | JPEG2000_T1_SIG))))
stride            600 libavcodec/j2kenc.c                     if (t1->data[(y0+rlen) * t1->stride + x] & mask)
stride            608 libavcodec/j2kenc.c                     if (!(t1->flags[(y+1) * t1->stride + x+1] & (JPEG2000_T1_SIG | JPEG2000_T1_VIS))){
stride            609 libavcodec/j2kenc.c                         int ctxno = ff_jpeg2000_getsigctxno(t1->flags[(y+1) * t1->stride + x+1], bandno);
stride            611 libavcodec/j2kenc.c                             ff_mqc_encode(&t1->mqc, t1->mqc.cx_states + ctxno, t1->data[(y) * t1->stride + x] & mask ? 1:0);
stride            612 libavcodec/j2kenc.c                         if (t1->data[(y) * t1->stride + x] & mask){ // newly significant
stride            614 libavcodec/j2kenc.c                             int ctxno = ff_jpeg2000_getsgnctxno(t1->flags[(y+1) * t1->stride + x+1], &xorbit);
stride            615 libavcodec/j2kenc.c                             *nmsedec += getnmsedec_sig(t1->data[(y) * t1->stride + x], bpno + NMSEDEC_FRACBITS);
stride            616 libavcodec/j2kenc.c                             ff_mqc_encode(&t1->mqc, t1->mqc.cx_states + ctxno, (t1->flags[(y+1) * t1->stride + x+1] >> 15) ^ xorbit);
stride            617 libavcodec/j2kenc.c                             ff_jpeg2000_set_significance(t1, x, y, t1->flags[(y+1) * t1->stride + x+1] >> 15);
stride            620 libavcodec/j2kenc.c                     t1->flags[(y+1) * t1->stride + x+1] &= ~JPEG2000_T1_VIS;
stride            624 libavcodec/j2kenc.c                     if (!(t1->flags[(y+1) * t1->stride + x+1] & (JPEG2000_T1_SIG | JPEG2000_T1_VIS))){
stride            625 libavcodec/j2kenc.c                         int ctxno = ff_jpeg2000_getsigctxno(t1->flags[(y+1) * t1->stride + x+1], bandno);
stride            626 libavcodec/j2kenc.c                         ff_mqc_encode(&t1->mqc, t1->mqc.cx_states + ctxno, t1->data[(y) * t1->stride + x] & mask ? 1:0);
stride            627 libavcodec/j2kenc.c                         if (t1->data[(y) * t1->stride + x] & mask){ // newly significant
stride            629 libavcodec/j2kenc.c                             int ctxno = ff_jpeg2000_getsgnctxno(t1->flags[(y+1) * t1->stride + x+1], &xorbit);
stride            630 libavcodec/j2kenc.c                             *nmsedec += getnmsedec_sig(t1->data[(y) * t1->stride + x], bpno + NMSEDEC_FRACBITS);
stride            631 libavcodec/j2kenc.c                             ff_mqc_encode(&t1->mqc, t1->mqc.cx_states + ctxno, (t1->flags[(y+1) * t1->stride + x+1] >> 15) ^ xorbit);
stride            632 libavcodec/j2kenc.c                             ff_jpeg2000_set_significance(t1, x, y, t1->flags[(y+1) * t1->stride + x+1] >> 15);
stride            635 libavcodec/j2kenc.c                     t1->flags[(y+1) * t1->stride + x+1] &= ~JPEG2000_T1_VIS;
stride            647 libavcodec/j2kenc.c     memset(t1->flags, 0, t1->stride * (height + 2) * sizeof(*t1->flags));
stride            651 libavcodec/j2kenc.c             if (t1->data[(y) * t1->stride + x] < 0){
stride            652 libavcodec/j2kenc.c                 t1->flags[(y+1) * t1->stride + x+1] |= JPEG2000_T1_SGN;
stride            653 libavcodec/j2kenc.c                 t1->data[(y) * t1->stride + x] = -t1->data[(y) * t1->stride + x];
stride            655 libavcodec/j2kenc.c             max = FFMAX(max, t1->data[(y) * t1->stride + x]);
stride            891 libavcodec/j2kenc.c         t1.stride = (1<<codsty->log2_cblk_width) + 2;
stride            928 libavcodec/j2kenc.c                                 int *ptr = t1.data + (y-yy0)*t1.stride;
stride            935 libavcodec/j2kenc.c                                 int *ptr = t1.data + (y-yy0)*t1.stride;
stride            176 libavcodec/jpeg2000.c     t1->flags[(y) * t1->stride + x] |= JPEG2000_T1_SIG;
stride            178 libavcodec/jpeg2000.c         t1->flags[(y) * t1->stride + x + 1] |= JPEG2000_T1_SIG_W | JPEG2000_T1_SGN_W;
stride            179 libavcodec/jpeg2000.c         t1->flags[(y) * t1->stride + x - 1] |= JPEG2000_T1_SIG_E | JPEG2000_T1_SGN_E;
stride            180 libavcodec/jpeg2000.c         t1->flags[(y + 1) * t1->stride + x] |= JPEG2000_T1_SIG_N | JPEG2000_T1_SGN_N;
stride            181 libavcodec/jpeg2000.c         t1->flags[(y - 1) * t1->stride + x] |= JPEG2000_T1_SIG_S | JPEG2000_T1_SGN_S;
stride            183 libavcodec/jpeg2000.c         t1->flags[(y) * t1->stride + x + 1] |= JPEG2000_T1_SIG_W;
stride            184 libavcodec/jpeg2000.c         t1->flags[(y) * t1->stride + x - 1] |= JPEG2000_T1_SIG_E;
stride            185 libavcodec/jpeg2000.c         t1->flags[(y + 1) * t1->stride + x] |= JPEG2000_T1_SIG_N;
stride            186 libavcodec/jpeg2000.c         t1->flags[(y - 1) * t1->stride + x] |= JPEG2000_T1_SIG_S;
stride            188 libavcodec/jpeg2000.c     t1->flags[(y + 1) * t1->stride + x + 1] |= JPEG2000_T1_SIG_NW;
stride            189 libavcodec/jpeg2000.c     t1->flags[(y + 1) * t1->stride + x - 1] |= JPEG2000_T1_SIG_NE;
stride            190 libavcodec/jpeg2000.c     t1->flags[(y - 1) * t1->stride + x + 1] |= JPEG2000_T1_SIG_SW;
stride            191 libavcodec/jpeg2000.c     t1->flags[(y - 1) * t1->stride + x - 1] |= JPEG2000_T1_SIG_SE;
stride            125 libavcodec/jpeg2000.h     int stride;
stride           1545 libavcodec/jpeg2000dec.c                 if ((t1->flags[(y+1) * t1->stride + x+1] & JPEG2000_T1_SIG_NB & flags_mask)
stride           1546 libavcodec/jpeg2000dec.c                 && !(t1->flags[(y+1) * t1->stride + x+1] & (JPEG2000_T1_SIG | JPEG2000_T1_VIS))) {
stride           1547 libavcodec/jpeg2000dec.c                     if (ff_mqc_decode(&t1->mqc, t1->mqc.cx_states + ff_jpeg2000_getsigctxno(t1->flags[(y+1) * t1->stride + x+1] & flags_mask, bandno))) {
stride           1548 libavcodec/jpeg2000dec.c                         int xorbit, ctxno = ff_jpeg2000_getsgnctxno(t1->flags[(y+1) * t1->stride + x+1] & flags_mask, &xorbit);
stride           1550 libavcodec/jpeg2000dec.c                              t1->data[(y) * t1->stride + x] = ff_mqc_decode(&t1->mqc, t1->mqc.cx_states + ctxno) ? -mask : mask;
stride           1552 libavcodec/jpeg2000dec.c                              t1->data[(y) * t1->stride + x] = (ff_mqc_decode(&t1->mqc, t1->mqc.cx_states + ctxno) ^ xorbit) ?
stride           1556 libavcodec/jpeg2000dec.c                                                      t1->data[(y) * t1->stride + x] < 0);
stride           1558 libavcodec/jpeg2000dec.c                     t1->flags[(y + 1) * t1->stride + x + 1] |= JPEG2000_T1_VIS;
stride           1575 libavcodec/jpeg2000dec.c                 if ((t1->flags[(y + 1) * t1->stride + x + 1] & (JPEG2000_T1_SIG | JPEG2000_T1_VIS)) == JPEG2000_T1_SIG) {
stride           1578 libavcodec/jpeg2000dec.c                     int ctxno = ff_jpeg2000_getrefctxno(t1->flags[(y + 1) * t1->stride + x + 1] & flags_mask);
stride           1582 libavcodec/jpeg2000dec.c                     t1->data[(y) * t1->stride + x]          += t1->data[(y) * t1->stride + x] < 0 ? -r : r;
stride           1583 libavcodec/jpeg2000dec.c                     t1->flags[(y + 1) * t1->stride + x + 1] |= JPEG2000_T1_REF;
stride           1599 libavcodec/jpeg2000dec.c                 !((t1->flags[(y0 + 1) * t1->stride + x + 1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS | JPEG2000_T1_SIG)) ||
stride           1600 libavcodec/jpeg2000dec.c                   (t1->flags[(y0 + 2) * t1->stride + x + 1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS | JPEG2000_T1_SIG)) ||
stride           1601 libavcodec/jpeg2000dec.c                   (t1->flags[(y0 + 3) * t1->stride + x + 1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS | JPEG2000_T1_SIG)) ||
stride           1602 libavcodec/jpeg2000dec.c                   (t1->flags[(y0 + 4) * t1->stride + x + 1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS | JPEG2000_T1_SIG) & flags_mask))) {
stride           1621 libavcodec/jpeg2000dec.c                     if (!(t1->flags[(y+1) * t1->stride + x+1] & (JPEG2000_T1_SIG | JPEG2000_T1_VIS))) {
stride           1622 libavcodec/jpeg2000dec.c                         dec = ff_mqc_decode(&t1->mqc, t1->mqc.cx_states + ff_jpeg2000_getsigctxno(t1->flags[(y+1) * t1->stride + x+1] & flags_mask,
stride           1628 libavcodec/jpeg2000dec.c                     int ctxno = ff_jpeg2000_getsgnctxno(t1->flags[(y + 1) * t1->stride + x + 1] & flags_mask,
stride           1630 libavcodec/jpeg2000dec.c                     t1->data[(y) * t1->stride + x] = (ff_mqc_decode(&t1->mqc,
stride           1634 libavcodec/jpeg2000dec.c                     ff_jpeg2000_set_significance(t1, x, y, t1->data[(y) * t1->stride + x] < 0);
stride           1637 libavcodec/jpeg2000dec.c                 t1->flags[(y + 1) * t1->stride + x + 1] &= ~JPEG2000_T1_VIS;
stride           1666 libavcodec/jpeg2000dec.c     memset(t1->data, 0, t1->stride * height * sizeof(*t1->data));
stride           1672 libavcodec/jpeg2000dec.c     memset(t1->flags, 0, t1->stride * (height + 2) * sizeof(*t1->flags));
stride           1759 libavcodec/jpeg2000dec.c         int *src = t1->data + j*t1->stride;
stride           1774 libavcodec/jpeg2000dec.c         int *src = t1->data + j*t1->stride;
stride           1794 libavcodec/jpeg2000dec.c         int *src = t1->data + j*t1->stride;
stride           1835 libavcodec/jpeg2000dec.c         int *src = t1->data + j*t1->stride;
stride           1853 libavcodec/jpeg2000dec.c         t1.stride = (1<<codsty->log2_cblk_width) + 2;
stride            227 libavcodec/jpeglsdec.c                                   int stride, int comp, int bits)
stride            240 libavcodec/jpeglsdec.c         Ra = x ? R(dst, x - stride) : R(last, x);
stride            242 libavcodec/jpeglsdec.c         Rc = x ? R(last, x - stride) : last2;
stride            243 libavcodec/jpeglsdec.c         Rd = (x >= w - stride) ? R(last, x) : R(last, x + stride);
stride            258 libavcodec/jpeglsdec.c                 if (x + r * stride > w)
stride            259 libavcodec/jpeglsdec.c                     r = (w - x) / stride;
stride            262 libavcodec/jpeglsdec.c                     x += stride;
stride            269 libavcodec/jpeglsdec.c                 if (x + stride > w)
stride            276 libavcodec/jpeglsdec.c             if (x + r * stride > w) {
stride            277 libavcodec/jpeglsdec.c                 r = (w - x) / stride;
stride            281 libavcodec/jpeglsdec.c                 x += stride;
stride            342 libavcodec/jpeglsdec.c         x += stride;
stride            354 libavcodec/jpeglsdec.c     int off = 0, stride = 1, width, shift, ret = 0;
stride            408 libavcodec/jpeglsdec.c         stride = (s->nb_components > 1) ? 3 : 1;
stride            409 libavcodec/jpeglsdec.c         off    = av_clip(s->cur_scan - 1, 0, stride - 1);
stride            410 libavcodec/jpeglsdec.c         width  = s->width * stride;
stride            415 libavcodec/jpeglsdec.c                 ret = ls_decode_line(state, s, last, cur, t, width, stride, off, 8);
stride            418 libavcodec/jpeglsdec.c                 ret = ls_decode_line(state, s, last, cur, t, width, stride, off, 16);
stride            435 libavcodec/jpeglsdec.c         stride = (s->nb_components > 1) ? 3 : 1;
stride            437 libavcodec/jpeglsdec.c         width = s->width * stride;
stride            440 libavcodec/jpeglsdec.c             for (j = 0; j < stride; j++) {
stride            442 libavcodec/jpeglsdec.c                                Rc[j], width, stride, j, 8);
stride            524 libavcodec/jpeglsdec.c                 for (x = off; x < w; x += stride)
stride            132 libavcodec/jpeglsenc.c                                   int stride, int comp, int bits)
stride            142 libavcodec/jpeglsenc.c         Ra = x ? R(cur, x - stride) : R(last, x);
stride            144 libavcodec/jpeglsenc.c         Rc = x ? R(last, x - stride) : last2;
stride            145 libavcodec/jpeglsenc.c         Rd = (x >= w - stride) ? R(last, x) : R(last, x + stride);
stride            161 libavcodec/jpeglsenc.c                 x += stride;
stride            229 libavcodec/jpeglsenc.c         x += stride;
stride            266 libavcodec/lagarith.c                           int width, int stride, int line)
stride            275 libavcodec/lagarith.c         L = buf[width - stride - 1];
stride            280 libavcodec/lagarith.c             TL = l->avctx->pix_fmt == AV_PIX_FMT_YUV420P ? buf[-stride] : L;
stride            283 libavcodec/lagarith.c             TL = buf[width - (2 * stride) - 1];
stride            286 libavcodec/lagarith.c         add_lag_median_prediction(buf, buf - stride, buf,
stride            292 libavcodec/lagarith.c                                int width, int stride, int line,
stride            310 libavcodec/lagarith.c         L  = buf[width - stride - 1];
stride            311 libavcodec/lagarith.c         TL = buf[HEAD  - stride - 1];
stride            317 libavcodec/lagarith.c             L      = mid_pred(L & 0xFF, buf[i - stride], (L + buf[i - stride] - TL) & 0xFF) + buf[i];
stride            318 libavcodec/lagarith.c             TL     = buf[i - stride];
stride            322 libavcodec/lagarith.c         TL = buf[width - (2 * stride) - 1];
stride            323 libavcodec/lagarith.c         L  = buf[width - stride - 1];
stride            324 libavcodec/lagarith.c         l->llviddsp.add_median_pred(buf, buf - stride, buf, width, &L, &TL);
stride            329 libavcodec/lagarith.c                            uint8_t *dst, int width, int stride,
stride            429 libavcodec/lagarith.c                                   int width, int height, int stride,
stride            464 libavcodec/lagarith.c         ff_lag_rac_init(&rac, &gb, length - stride);
stride            468 libavcodec/lagarith.c             read += lag_decode_line(l, &rac, dst + (i * stride), width,
stride            469 libavcodec/lagarith.c                                     stride, esc_count);
stride            483 libavcodec/lagarith.c                 int res = lag_decode_zero_run_line(l, dst + (i * stride), src,
stride            494 libavcodec/lagarith.c                 memcpy(dst + (i * stride), src, width);
stride            501 libavcodec/lagarith.c             memset(dst + i * stride, src[1], width);
stride            514 libavcodec/lagarith.c             lag_pred_line(l, dst, width, stride, i);
stride            515 libavcodec/lagarith.c             dst += stride;
stride            519 libavcodec/lagarith.c             lag_pred_line_yuy2(l, dst, width, stride, i,
stride            521 libavcodec/lagarith.c             dst += stride;
stride             77 libavcodec/libaomdec.c             uint16_t *src = (uint16_t *)(img->planes[i] + y * img->stride[i]);
stride            204 libavcodec/libaomdec.c                           img->stride, avctx->pix_fmt, img->d_w, img->d_h);
stride            990 libavcodec/libaomenc.c         rawimg->stride[AOM_PLANE_Y] = frame->linesize[0];
stride            991 libavcodec/libaomenc.c         rawimg->stride[AOM_PLANE_U] = frame->linesize[1];
stride            992 libavcodec/libaomenc.c         rawimg->stride[AOM_PLANE_V] = frame->linesize[2];
stride            106 libavcodec/libdav1d.c     p->stride[0] = linesize[0];
stride            107 libavcodec/libdav1d.c     p->stride[1] = linesize[1];
stride            255 libavcodec/libdav1d.c     frame->linesize[0] = p->stride[0];
stride            256 libavcodec/libdav1d.c     frame->linesize[1] = p->stride[1];
stride            257 libavcodec/libdav1d.c     frame->linesize[2] = p->stride[1];
stride            296 libavcodec/libtheoraenc.c         t_yuv_buffer[i].stride = frame->linesize[i];
stride            302 libavcodec/libvpxdec.c         linesizes[0] = img->stride[VPX_PLANE_Y];
stride            303 libavcodec/libvpxdec.c         linesizes[1] = img->stride[VPX_PLANE_U];
stride            304 libavcodec/libvpxdec.c         linesizes[2] = img->stride[VPX_PLANE_V];
stride            306 libavcodec/libvpxdec.c             ctx->has_alpha_channel ? img_alpha->stride[VPX_PLANE_Y] : 0;
stride           1456 libavcodec/libvpxenc.c     int *stride = rawimg_alpha->stride;
stride           1467 libavcodec/libvpxenc.c         planes[VPX_PLANE_U] = av_malloc_array(stride[VPX_PLANE_U], height);
stride           1468 libavcodec/libvpxenc.c         planes[VPX_PLANE_V] = av_malloc_array(stride[VPX_PLANE_V], height);
stride           1472 libavcodec/libvpxenc.c         memset(planes[VPX_PLANE_U], 0x80, stride[VPX_PLANE_U] * height);
stride           1473 libavcodec/libvpxenc.c         memset(planes[VPX_PLANE_V], 0x80, stride[VPX_PLANE_V] * height);
stride           1498 libavcodec/libvpxenc.c         rawimg->stride[VPX_PLANE_Y] = frame->linesize[0];
stride           1499 libavcodec/libvpxenc.c         rawimg->stride[VPX_PLANE_U] = frame->linesize[1];
stride           1500 libavcodec/libvpxenc.c         rawimg->stride[VPX_PLANE_V] = frame->linesize[2];
stride           1507 libavcodec/libvpxenc.c             rawimg_alpha->stride[VPX_PLANE_Y] = frame->linesize[3];
stride            493 libavcodec/libx265.c            x265pic.stride[i] = pic->linesize[i];
stride            153 libavcodec/libxavs2.c     int stride;
stride            158 libavcodec/libxavs2.c         stride = pic->img.i_width[plane] * pic->img.in_sample_size;
stride            160 libavcodec/libxavs2.c             memcpy(p_plane, p_buffer, stride);
stride            768 libavcodec/libxvid.c         xvid_enc_frame.input.stride[i] = picture->linesize[i];
stride            119 libavcodec/loco.c static inline int loco_predict(uint8_t* data, int stride)
stride            123 libavcodec/loco.c     a = data[-stride];
stride            125 libavcodec/loco.c     c = data[-stride - 1];
stride            131 libavcodec/loco.c                              int stride, const uint8_t *buf, int buf_size)
stride            162 libavcodec/loco.c     data += stride;
stride            168 libavcodec/loco.c         data[0] = data[-stride] + val;
stride            174 libavcodec/loco.c             data[i] = loco_predict(&data[i], stride) + val;
stride            176 libavcodec/loco.c         data += stride;
stride            182 libavcodec/loco.c static void rotate_faulty_loco(uint8_t *data, int width, int height, int stride)
stride            188 libavcodec/loco.c             memmove(data + y*stride,
stride            189 libavcodec/loco.c                     data + y*(stride + 1),
stride            192 libavcodec/loco.c                 memmove(data + y*stride + (width-y),
stride            193 libavcodec/loco.c                         data + (y+1)*stride, y);
stride            101 libavcodec/lossless_videodsp.c static void add_gradient_pred_c(uint8_t *src, const ptrdiff_t stride, const ptrdiff_t width){
stride            105 libavcodec/lossless_videodsp.c         A = src[i - stride];
stride            106 libavcodec/lossless_videodsp.c         B = src[i - (stride + 1)];
stride             42 libavcodec/lossless_videodsp.h     void (*add_gradient_pred)(uint8_t *src /* align 32 */, const ptrdiff_t stride, const ptrdiff_t width);
stride             78 libavcodec/lossless_videoencdsp.c                                ptrdiff_t stride, ptrdiff_t width, int height)
stride             87 libavcodec/lossless_videoencdsp.c         src += stride;
stride             40 libavcodec/lossless_videoencdsp.h                           ptrdiff_t stride, ptrdiff_t width, int height);
stride             50 libavcodec/m101.c     int stride, ret;
stride             61 libavcodec/m101.c     stride = AV_RL32(avctx->extradata + 5*4);
stride             66 libavcodec/m101.c     if (stride < min_stride || avpkt->size < stride * (uint64_t)avctx->height) {
stride             68 libavcodec/m101.c                stride, avpkt->size);
stride             82 libavcodec/m101.c             memcpy(line, buf + src_y*stride, 2*avctx->width);
stride             89 libavcodec/m101.c                 const uint8_t *buf_src = buf + src_y*stride + 40*block;
stride            144 libavcodec/mace.c     const int16_t *tab1; const int16_t *tab2; int stride;
stride            179 libavcodec/mace.c     if (val < tabs[tab_idx].stride)
stride            180 libavcodec/mace.c         current = tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4) * tabs[tab_idx].stride + val];
stride            182 libavcodec/mace.c         current = - 1 - tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4)*tabs[tab_idx].stride + 2*tabs[tab_idx].stride-val-1];
stride            230 libavcodec/magicyuv.c         ptrdiff_t stride = p->linesize[i] / 2;
stride            241 libavcodec/magicyuv.c         dst = (uint16_t *)p->data[i] + j * sheight * stride;
stride            249 libavcodec/magicyuv.c                 dst += stride;
stride            264 libavcodec/magicyuv.c                 dst += stride;
stride            270 libavcodec/magicyuv.c             dst = (uint16_t *)p->data[i] + j * sheight * stride;
stride            272 libavcodec/magicyuv.c             dst += stride;
stride            275 libavcodec/magicyuv.c                 dst += stride;
stride            279 libavcodec/magicyuv.c                 dst += stride;
stride            283 libavcodec/magicyuv.c             dst = (uint16_t *)p->data[i] + j * sheight * stride;
stride            285 libavcodec/magicyuv.c             dst += stride;
stride            288 libavcodec/magicyuv.c                 dst += stride;
stride            300 libavcodec/magicyuv.c                 dst += stride;
stride            304 libavcodec/magicyuv.c             dst = (uint16_t *)p->data[i] + j * sheight * stride;
stride            306 libavcodec/magicyuv.c             dst += stride;
stride            309 libavcodec/magicyuv.c                 dst += stride;
stride            315 libavcodec/magicyuv.c                 dst += stride;
stride            360 libavcodec/magicyuv.c         ptrdiff_t stride = p->linesize[i];
stride            371 libavcodec/magicyuv.c         dst = p->data[i] + j * sheight * stride;
stride            379 libavcodec/magicyuv.c                 dst += stride;
stride            394 libavcodec/magicyuv.c                 dst += stride;
stride            400 libavcodec/magicyuv.c             dst = p->data[i] + j * sheight * stride;
stride            402 libavcodec/magicyuv.c             dst += stride;
stride            405 libavcodec/magicyuv.c                 dst += stride;
stride            409 libavcodec/magicyuv.c                 dst += stride;
stride            413 libavcodec/magicyuv.c             dst = p->data[i] + j * sheight * stride;
stride            415 libavcodec/magicyuv.c             dst += stride;
stride            418 libavcodec/magicyuv.c                 dst += stride;
stride            433 libavcodec/magicyuv.c                 dst += stride;
stride            437 libavcodec/magicyuv.c             dst = p->data[i] + j * sheight * stride;
stride            439 libavcodec/magicyuv.c             dst += stride;
stride            442 libavcodec/magicyuv.c                 dst += stride;
stride            449 libavcodec/magicyuv.c                 dst += stride;
stride             71 libavcodec/magicyuvenc.c                     ptrdiff_t stride, int width, int height);
stride             75 libavcodec/magicyuvenc.c                          uint8_t *src, uint8_t *dst, ptrdiff_t stride,
stride             86 libavcodec/magicyuvenc.c     src += stride;
stride             88 libavcodec/magicyuvenc.c         prev = src[-stride];
stride             94 libavcodec/magicyuvenc.c         src += stride;
stride             99 libavcodec/magicyuvenc.c                              uint8_t *src, uint8_t *dst, ptrdiff_t stride,
stride            110 libavcodec/magicyuvenc.c     src += stride;
stride            112 libavcodec/magicyuvenc.c         top = src[-stride];
stride            116 libavcodec/magicyuvenc.c             top = src[i - stride];
stride            117 libavcodec/magicyuvenc.c             lefttop = src[i - (stride + 1)];
stride            122 libavcodec/magicyuvenc.c         src += stride;
stride            127 libavcodec/magicyuvenc.c                            uint8_t *src, uint8_t *dst, ptrdiff_t stride,
stride            138 libavcodec/magicyuvenc.c     src += stride;
stride            140 libavcodec/magicyuvenc.c         left = lefttop = src[-stride];
stride            141 libavcodec/magicyuvenc.c         s->llvidencdsp.sub_median_pred(dst, src - stride, src, width, &left, &lefttop);
stride            143 libavcodec/magicyuvenc.c         src += stride;
stride            137 libavcodec/mdct15.c static void fft15_c(FFTComplex *out, FFTComplex *in, FFTComplex *exptab, ptrdiff_t stride)
stride            151 libavcodec/mdct15.c         out[stride*k].re = tmp1[k].re + t[0].re + t[1].re;
stride            152 libavcodec/mdct15.c         out[stride*k].im = tmp1[k].im + t[0].im + t[1].im;
stride            156 libavcodec/mdct15.c         out[stride*(k + 5)].re = tmp1[k].re + t[0].re + t[1].re;
stride            157 libavcodec/mdct15.c         out[stride*(k + 5)].im = tmp1[k].im + t[0].im + t[1].im;
stride            161 libavcodec/mdct15.c         out[stride*(k + 10)].re = tmp1[k].re + t[0].re + t[1].re;
stride            162 libavcodec/mdct15.c         out[stride*(k + 10)].im = tmp1[k].im + t[0].im + t[1].im;
stride            166 libavcodec/mdct15.c static void mdct15(MDCT15Context *s, float *dst, const float *src, ptrdiff_t stride)
stride            199 libavcodec/mdct15.c         CMUL(dst[2*i1*stride + stride], dst[2*i0*stride], s->tmp[s0].re, s->tmp[s0].im,
stride            201 libavcodec/mdct15.c         CMUL(dst[2*i0*stride + stride], dst[2*i1*stride], s->tmp[s1].re, s->tmp[s1].im,
stride            207 libavcodec/mdct15.c                          ptrdiff_t stride)
stride            212 libavcodec/mdct15.c     const float *in1 = src, *in2 = src + (s->len2 - 1) * stride;
stride            218 libavcodec/mdct15.c             FFTComplex tmp = { in2[-k*stride], in1[k*stride] };
stride             43 libavcodec/mdct15.h     void (*fft15)(FFTComplex *out, FFTComplex *in, FFTComplex *exptab, ptrdiff_t stride);
stride             49 libavcodec/mdct15.h     void (*mdct)(struct MDCT15Context *s, float *dst, const float *src, ptrdiff_t stride);
stride             53 libavcodec/mdct15.h                        ptrdiff_t stride);
stride             69 libavcodec/me_cmp.c                   ptrdiff_t stride, int h)
stride             79 libavcodec/me_cmp.c         pix1 += stride;
stride             80 libavcodec/me_cmp.c         pix2 += stride;
stride             86 libavcodec/me_cmp.c                   ptrdiff_t stride, int h)
stride            100 libavcodec/me_cmp.c         pix1 += stride;
stride            101 libavcodec/me_cmp.c         pix2 += stride;
stride            107 libavcodec/me_cmp.c                    ptrdiff_t stride, int h)
stride            130 libavcodec/me_cmp.c         pix1 += stride;
stride            131 libavcodec/me_cmp.c         pix2 += stride;
stride            149 libavcodec/me_cmp.c                               ptrdiff_t stride, int h)
stride            170 libavcodec/me_cmp.c         pix1 += stride;
stride            171 libavcodec/me_cmp.c         pix2 += stride;
stride            177 libavcodec/me_cmp.c                              ptrdiff_t stride, int h)
stride            200 libavcodec/me_cmp.c     pix1 += stride;
stride            201 libavcodec/me_cmp.c     pix2 += stride;
stride            204 libavcodec/me_cmp.c         s    += abs(V(0) - V(-stride));
stride            206 libavcodec/me_cmp.c             s    += abs(V(j) - mid_pred(V(j-stride), V(j-1), V(j-stride) + V(j-1) - V(j-stride-1)));
stride            207 libavcodec/me_cmp.c         pix1 += stride;
stride            208 libavcodec/me_cmp.c         pix2 += stride;
stride            216 libavcodec/me_cmp.c                           ptrdiff_t stride, int h)
stride            237 libavcodec/me_cmp.c         pix1 += stride;
stride            238 libavcodec/me_cmp.c         pix2 += stride;
stride            244 libavcodec/me_cmp.c                           ptrdiff_t stride, int h)
stride            247 libavcodec/me_cmp.c     uint8_t *pix3 = pix2 + stride;
stride            266 libavcodec/me_cmp.c         pix1 += stride;
stride            267 libavcodec/me_cmp.c         pix2 += stride;
stride            268 libavcodec/me_cmp.c         pix3 += stride;
stride            274 libavcodec/me_cmp.c                            ptrdiff_t stride, int h)
stride            277 libavcodec/me_cmp.c     uint8_t *pix3 = pix2 + stride;
stride            296 libavcodec/me_cmp.c         pix1 += stride;
stride            297 libavcodec/me_cmp.c         pix2 += stride;
stride            298 libavcodec/me_cmp.c         pix3 += stride;
stride            304 libavcodec/me_cmp.c                              ptrdiff_t stride, int h)
stride            317 libavcodec/me_cmp.c         pix1 += stride;
stride            318 libavcodec/me_cmp.c         pix2 += stride;
stride            324 libavcodec/me_cmp.c                              ptrdiff_t stride, int h)
stride            339 libavcodec/me_cmp.c     pix1 += stride;
stride            340 libavcodec/me_cmp.c     pix2 += stride;
stride            343 libavcodec/me_cmp.c         s    += abs(V(0) - V(-stride));
stride            345 libavcodec/me_cmp.c             s    += abs(V(j) - mid_pred(V(j-stride), V(j-1), V(j-stride) + V(j-1) - V(j-stride-1)));
stride            346 libavcodec/me_cmp.c         pix1 += stride;
stride            347 libavcodec/me_cmp.c         pix2 += stride;
stride            355 libavcodec/me_cmp.c                          ptrdiff_t stride, int h)
stride            368 libavcodec/me_cmp.c         pix1 += stride;
stride            369 libavcodec/me_cmp.c         pix2 += stride;
stride            375 libavcodec/me_cmp.c                          ptrdiff_t stride, int h)
stride            378 libavcodec/me_cmp.c     uint8_t *pix3 = pix2 + stride;
stride            389 libavcodec/me_cmp.c         pix1 += stride;
stride            390 libavcodec/me_cmp.c         pix2 += stride;
stride            391 libavcodec/me_cmp.c         pix3 += stride;
stride            397 libavcodec/me_cmp.c                           ptrdiff_t stride, int h)
stride            400 libavcodec/me_cmp.c     uint8_t *pix3 = pix2 + stride;
stride            411 libavcodec/me_cmp.c         pix1 += stride;
stride            412 libavcodec/me_cmp.c         pix2 += stride;
stride            413 libavcodec/me_cmp.c         pix3 += stride;
stride            419 libavcodec/me_cmp.c                     ptrdiff_t stride, int h)
stride            428 libavcodec/me_cmp.c                 score2 += FFABS(s1[x]     - s1[x + stride] -
stride            429 libavcodec/me_cmp.c                                 s1[x + 1] + s1[x + stride + 1]) -
stride            430 libavcodec/me_cmp.c                           FFABS(s2[x]     - s2[x + stride] -
stride            431 libavcodec/me_cmp.c                                 s2[x + 1] + s2[x + stride + 1]);
stride            433 libavcodec/me_cmp.c         s1 += stride;
stride            434 libavcodec/me_cmp.c         s2 += stride;
stride            444 libavcodec/me_cmp.c                    ptrdiff_t stride, int h)
stride            453 libavcodec/me_cmp.c                 score2 += FFABS(s1[x]     - s1[x + stride] -
stride            454 libavcodec/me_cmp.c                                 s1[x + 1] + s1[x + stride + 1]) -
stride            455 libavcodec/me_cmp.c                           FFABS(s2[x]     - s2[x + stride] -
stride            456 libavcodec/me_cmp.c                                 s2[x + 1] + s2[x + stride + 1]);
stride            458 libavcodec/me_cmp.c         s1 += stride;
stride            459 libavcodec/me_cmp.c         s2 += stride;
stride            469 libavcodec/me_cmp.c                     ptrdiff_t stride, int h)
stride            555 libavcodec/me_cmp.c                                uint8_t *src, ptrdiff_t stride, int h)
stride            564 libavcodec/me_cmp.c                    src[stride * i + 0] - dst[stride * i + 0],
stride            565 libavcodec/me_cmp.c                    src[stride * i + 1] - dst[stride * i + 1]);
stride            567 libavcodec/me_cmp.c                    src[stride * i + 2] - dst[stride * i + 2],
stride            568 libavcodec/me_cmp.c                    src[stride * i + 3] - dst[stride * i + 3]);
stride            570 libavcodec/me_cmp.c                    src[stride * i + 4] - dst[stride * i + 4],
stride            571 libavcodec/me_cmp.c                    src[stride * i + 5] - dst[stride * i + 5]);
stride            573 libavcodec/me_cmp.c                    src[stride * i + 6] - dst[stride * i + 6],
stride            574 libavcodec/me_cmp.c                    src[stride * i + 7] - dst[stride * i + 7]);
stride            607 libavcodec/me_cmp.c                                 uint8_t *dummy, ptrdiff_t stride, int h)
stride            616 libavcodec/me_cmp.c                    src[stride * i + 0], src[stride * i + 1]);
stride            618 libavcodec/me_cmp.c                    src[stride * i + 2], src[stride * i + 3]);
stride            620 libavcodec/me_cmp.c                    src[stride * i + 4], src[stride * i + 5]);
stride            622 libavcodec/me_cmp.c                    src[stride * i + 6], src[stride * i + 7]);
stride            659 libavcodec/me_cmp.c                         uint8_t *src2, ptrdiff_t stride, int h)
stride            665 libavcodec/me_cmp.c     s->pdsp.diff_pixels_unaligned(temp, src1, src2, stride);
stride            700 libavcodec/me_cmp.c                            uint8_t *src2, ptrdiff_t stride, int h)
stride            705 libavcodec/me_cmp.c     s->pdsp.diff_pixels_unaligned(dct[0], src1, src2, stride);
stride            725 libavcodec/me_cmp.c                         uint8_t *src2, ptrdiff_t stride, int h)
stride            732 libavcodec/me_cmp.c     s->pdsp.diff_pixels_unaligned(temp, src1, src2, stride);
stride            742 libavcodec/me_cmp.c                            uint8_t *src2, ptrdiff_t stride, int h)
stride            751 libavcodec/me_cmp.c     s->pdsp.diff_pixels_unaligned(temp, src1, src2, stride);
stride            767 libavcodec/me_cmp.c                    ptrdiff_t stride, int h)
stride            779 libavcodec/me_cmp.c     copy_block8(lsrc1, src1, 8, stride, 8);
stride            780 libavcodec/me_cmp.c     copy_block8(lsrc2, src2, 8, stride, 8);
stride            844 libavcodec/me_cmp.c                     ptrdiff_t stride, int h)
stride            854 libavcodec/me_cmp.c     s->pdsp.diff_pixels_unaligned(temp, src1, src2, stride);
stride            907 libavcodec/me_cmp.c                                     ptrdiff_t stride, int h)            \
stride            913 libavcodec/me_cmp.c             score += FFABS(s[x]     - s[x + stride])     +              \
stride            914 libavcodec/me_cmp.c                      FFABS(s[x + 1] - s[x + stride + 1]) +              \
stride            915 libavcodec/me_cmp.c                      FFABS(s[x + 2] - s[x + 2 + stride]) +              \
stride            916 libavcodec/me_cmp.c                      FFABS(s[x + 3] - s[x + 3 + stride]);               \
stride            918 libavcodec/me_cmp.c         s += stride;                                                    \
stride            929 libavcodec/me_cmp.c                               ptrdiff_t stride, int h)                               \
stride            935 libavcodec/me_cmp.c             score += FFABS(s1[x] - s2[x] - s1[x + stride] + s2[x + stride]);   \
stride            936 libavcodec/me_cmp.c         s1 += stride;                                                          \
stride            937 libavcodec/me_cmp.c         s2 += stride;                                                          \
stride            949 libavcodec/me_cmp.c                                     ptrdiff_t stride, int h)            \
stride            955 libavcodec/me_cmp.c             score += SQ(s[x]     - s[x + stride]) +                     \
stride            956 libavcodec/me_cmp.c                      SQ(s[x + 1] - s[x + stride + 1]) +                 \
stride            957 libavcodec/me_cmp.c                      SQ(s[x + 2] - s[x + stride + 2]) +                 \
stride            958 libavcodec/me_cmp.c                      SQ(s[x + 3] - s[x + stride + 3]);                  \
stride            960 libavcodec/me_cmp.c         s += stride;                                                    \
stride            970 libavcodec/me_cmp.c                               ptrdiff_t stride, int h)                         \
stride            976 libavcodec/me_cmp.c             score += SQ(s1[x] - s2[x] - s1[x + stride] + s2[x + stride]);      \
stride            977 libavcodec/me_cmp.c         s1 += stride;                                                          \
stride            978 libavcodec/me_cmp.c         s2 += stride;                                                          \
stride            988 libavcodec/me_cmp.c                   ptrdiff_t stride, int h)                              \
stride            992 libavcodec/me_cmp.c     score += name8(s, dst, src, stride, 8);                             \
stride            993 libavcodec/me_cmp.c     score += name8(s, dst + 8, src + 8, stride, 8);                     \
stride            995 libavcodec/me_cmp.c         dst   += 8 * stride;                                            \
stride            996 libavcodec/me_cmp.c         src   += 8 * stride;                                            \
stride            997 libavcodec/me_cmp.c         score += name8(s, dst, src, stride, 8);                         \
stride            998 libavcodec/me_cmp.c         score += name8(s, dst + 8, src + 8, stride, 8);                 \
stride             50 libavcodec/me_cmp.h                            uint8_t *blk2 /* align 1 */, ptrdiff_t stride,
stride             87 libavcodec/mediacodec_sw_buffer.c         int stride = s->stride;
stride             94 libavcodec/mediacodec_sw_buffer.c             src += s->crop_top * s->stride;
stride             98 libavcodec/mediacodec_sw_buffer.c             stride = (s->stride + 1) / 2;
stride            100 libavcodec/mediacodec_sw_buffer.c             src += s->slice_height * s->stride;
stride            103 libavcodec/mediacodec_sw_buffer.c                 src += ((s->slice_height + 1) / 2) * stride;
stride            106 libavcodec/mediacodec_sw_buffer.c             src += s->crop_top * stride;
stride            110 libavcodec/mediacodec_sw_buffer.c         if (frame->linesize[i] == stride) {
stride            111 libavcodec/mediacodec_sw_buffer.c             memcpy(frame->data[i], src, height * stride);
stride            124 libavcodec/mediacodec_sw_buffer.c                 src += stride;
stride            148 libavcodec/mediacodec_sw_buffer.c             src += s->crop_top * s->stride;
stride            153 libavcodec/mediacodec_sw_buffer.c             src += s->slice_height * s->stride;
stride            154 libavcodec/mediacodec_sw_buffer.c             src += s->crop_top * s->stride;
stride            158 libavcodec/mediacodec_sw_buffer.c         if (frame->linesize[i] == s->stride) {
stride            159 libavcodec/mediacodec_sw_buffer.c             memcpy(frame->data[i], src, height * s->stride);
stride            172 libavcodec/mediacodec_sw_buffer.c                 src += s->stride;
stride            200 libavcodec/mediacodec_sw_buffer.c             src += (s->slice_height - s->crop_top / 2) * s->stride;
stride            202 libavcodec/mediacodec_sw_buffer.c             src += s->crop_top * s->stride;
stride            206 libavcodec/mediacodec_sw_buffer.c         if (frame->linesize[i] == s->stride) {
stride            207 libavcodec/mediacodec_sw_buffer.c             memcpy(frame->data[i], src, height * s->stride);
stride            220 libavcodec/mediacodec_sw_buffer.c                 src += s->stride;
stride            400 libavcodec/mediacodecdec_common.c             avctx->width, s->stride, avctx->height, s->slice_height,
stride            474 libavcodec/mediacodecdec_common.c     AMEDIAFORMAT_GET_INT32(s->stride, "stride", 0);
stride            475 libavcodec/mediacodecdec_common.c     s->stride = s->stride > 0 ? s->stride : s->width;
stride            483 libavcodec/mediacodecdec_common.c         s->stride = avctx->width;
stride             57 libavcodec/mediacodecdec_common.h     int stride;
stride            281 libavcodec/mimic.c         const int stride    = ctx->frames[ctx->cur_index ].f->linesize[plane];
stride            302 libavcodec/mimic.c                         ctx->idsp.idct_put(dst, stride, ctx->dct_block);
stride            313 libavcodec/mimic.c                             ctx->hdsp.put_pixels_tab[1][0](dst, p, stride, 8);
stride            322 libavcodec/mimic.c                     ctx->hdsp.put_pixels_tab[1][0](dst, src, stride, 8);
stride            327 libavcodec/mimic.c             src += (stride - ctx->num_hblocks[plane]) << 3;
stride            328 libavcodec/mimic.c             dst += (stride - ctx->num_hblocks[plane]) << 3;
stride             27 libavcodec/mips/blockdsp_mips.h void ff_fill_block16_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height);
stride             28 libavcodec/mips/blockdsp_mips.h void ff_fill_block8_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height);
stride             54 libavcodec/mips/blockdsp_msa.c static void memset_zero_16width_msa(uint8_t *src, int32_t stride,
stride             62 libavcodec/mips/blockdsp_msa.c         src += stride;
stride             64 libavcodec/mips/blockdsp_msa.c         src += stride;
stride             68 libavcodec/mips/blockdsp_msa.c void ff_fill_block16_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height)
stride             70 libavcodec/mips/blockdsp_msa.c     copy_8bit_value_width16_msa(src, val, stride, height);
stride             73 libavcodec/mips/blockdsp_msa.c void ff_fill_block8_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height)
stride             75 libavcodec/mips/blockdsp_msa.c     copy_8bit_value_width8_msa(src, val, stride, height);
stride             26 libavcodec/mips/h263dsp_mips.h void ff_h263_h_loop_filter_msa(uint8_t *src, int stride, int q_scale);
stride             27 libavcodec/mips/h263dsp_mips.h void ff_h263_v_loop_filter_msa(uint8_t *src, int stride, int q_scale);
stride             29 libavcodec/mips/h263dsp_msa.c static void h263_h_loop_filter_msa(uint8_t *src, int32_t stride, int32_t qscale)
stride             38 libavcodec/mips/h263dsp_msa.c     LD_UB8(src, stride, in0, in1, in2, in3, in4, in5, in6, in7);
stride             89 libavcodec/mips/h263dsp_msa.c     ST_W8(in0, in3, 0, 1, 2, 3, 0, 1, 2, 3, src, stride);
stride             92 libavcodec/mips/h263dsp_msa.c static void h263_v_loop_filter_msa(uint8_t *src, int32_t stride, int32_t qscale)
stride            100 libavcodec/mips/h263dsp_msa.c     src -= 2 * stride;
stride            101 libavcodec/mips/h263dsp_msa.c     LD_UB4(src, stride, in0, in3, in2, in1);
stride            150 libavcodec/mips/h263dsp_msa.c     SD4(res0, res1, res2, res3, src, stride);
stride            153 libavcodec/mips/h263dsp_msa.c void ff_h263_h_loop_filter_msa(uint8_t *src, int32_t stride, int32_t q_scale)
stride            155 libavcodec/mips/h263dsp_msa.c     h263_h_loop_filter_msa(src, stride, q_scale);
stride            158 libavcodec/mips/h263dsp_msa.c void ff_h263_v_loop_filter_msa(uint8_t *src, int32_t stride, int32_t q_scale)
stride            160 libavcodec/mips/h263dsp_msa.c     h263_v_loop_filter_msa(src, stride, q_scale);
stride             25 libavcodec/mips/h264chroma_mips.h void ff_put_h264_chroma_mc8_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             27 libavcodec/mips/h264chroma_mips.h void ff_put_h264_chroma_mc4_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             29 libavcodec/mips/h264chroma_mips.h void ff_put_h264_chroma_mc2_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             31 libavcodec/mips/h264chroma_mips.h void ff_avg_h264_chroma_mc8_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             33 libavcodec/mips/h264chroma_mips.h void ff_avg_h264_chroma_mc4_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             35 libavcodec/mips/h264chroma_mips.h void ff_avg_h264_chroma_mc2_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             38 libavcodec/mips/h264chroma_mips.h void ff_put_h264_chroma_mc8_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             40 libavcodec/mips/h264chroma_mips.h void ff_avg_h264_chroma_mc8_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             42 libavcodec/mips/h264chroma_mips.h void ff_put_h264_chroma_mc4_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             44 libavcodec/mips/h264chroma_mips.h void ff_avg_h264_chroma_mc4_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             29 libavcodec/mips/h264chroma_mmi.c void ff_put_h264_chroma_mc8_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             64 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride)
stride            164 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride),[ff_pw_32]"f"(ff_pw_32),
stride            213 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride),
stride            282 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride),
stride            290 libavcodec/mips/h264chroma_mmi.c void ff_avg_h264_chroma_mc8_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride            321 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride)
stride            389 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride),[ff_pw_32]"f"(ff_pw_32),
stride            439 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride),
stride            489 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride),
stride            497 libavcodec/mips/h264chroma_mmi.c void ff_put_h264_chroma_mc4_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride            554 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride),[ff_pw_32]"f"(ff_pw_32),
stride            560 libavcodec/mips/h264chroma_mmi.c         const int step = C ? stride : 1;
stride            593 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride),[step]"r"((mips_reg)step),
stride            615 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride)
stride            621 libavcodec/mips/h264chroma_mmi.c void ff_avg_h264_chroma_mc4_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride            680 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride),[ff_pw_32]"f"(ff_pw_32),
stride            686 libavcodec/mips/h264chroma_mmi.c         const int step = C ? stride : 1;
stride            721 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride),[step]"r"((mips_reg)step),
stride            748 libavcodec/mips/h264chroma_mmi.c             : [stride]"r"((mips_reg)stride)
stride             32 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hz_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride             46 libavcodec/mips/h264chroma_msa.c     LD_SB2(src, stride, src0, src1);
stride             59 libavcodec/mips/h264chroma_msa.c     dst += stride;
stride             63 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hz_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride             76 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src0, src1, src2, src3);
stride             88 libavcodec/mips/h264chroma_msa.c     ST_H4(res, 0, 1, 2, 3, dst, stride);
stride             91 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hz_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride             96 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_2x2_msa(src, dst, stride, coeff0, coeff1);
stride             98 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_2x4_msa(src, dst, stride, coeff0, coeff1);
stride            102 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hz_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            115 libavcodec/mips/h264chroma_msa.c     LD_SB2(src, stride, src0, src1);
stride            124 libavcodec/mips/h264chroma_msa.c     ST_W2(res, 0, 1, dst, stride);
stride            127 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hz_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            139 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src0, src1, src2, src3);
stride            147 libavcodec/mips/h264chroma_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride            150 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hz_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            162 libavcodec/mips/h264chroma_msa.c     LD_UB8(src, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride            171 libavcodec/mips/h264chroma_msa.c     ST_W8(out0, out1, 0, 1, 2, 3, 0, 1, 2, 3, dst, stride);
stride            174 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hz_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            179 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_4x2_msa(src, dst, stride, coeff0, coeff1);
stride            181 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_4x4_msa(src, dst, stride, coeff0, coeff1);
stride            183 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_4x8_msa(src, dst, stride, coeff0, coeff1);
stride            187 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hz_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            198 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src0, src1, src2, src3);
stride            207 libavcodec/mips/h264chroma_msa.c     ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride            210 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hz_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            223 libavcodec/mips/h264chroma_msa.c     LD_UB8(src, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride            240 libavcodec/mips/h264chroma_msa.c     ST_D8(out0, out1, out2, out3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride            244 libavcodec/mips/h264chroma_msa.c                                       int32_t stride, uint32_t coeff0,
stride            258 libavcodec/mips/h264chroma_msa.c         LD_UB4(src, stride, src0, src1, src2, src3);
stride            259 libavcodec/mips/h264chroma_msa.c         src += (4 * stride);
stride            269 libavcodec/mips/h264chroma_msa.c         ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride            270 libavcodec/mips/h264chroma_msa.c         dst += (4 * stride);
stride            276 libavcodec/mips/h264chroma_msa.c             src += stride;
stride            287 libavcodec/mips/h264chroma_msa.c             dst += stride;
stride            292 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hz_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            297 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_8x4_msa(src, dst, stride, coeff0, coeff1);
stride            299 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_8x8_msa(src, dst, stride, coeff0, coeff1);
stride            301 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_nonmult_msa(src, dst, stride, coeff0, coeff1, height);
stride            305 libavcodec/mips/h264chroma_msa.c static void avc_chroma_vt_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            317 libavcodec/mips/h264chroma_msa.c     LD_SB3(src, stride, src0, src1, src2);
stride            333 libavcodec/mips/h264chroma_msa.c     dst += stride;
stride            337 libavcodec/mips/h264chroma_msa.c static void avc_chroma_vt_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            348 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride            362 libavcodec/mips/h264chroma_msa.c     ST_H4(res, 0, 1, 2, 3, dst, stride);
stride            365 libavcodec/mips/h264chroma_msa.c static void avc_chroma_vt_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            370 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_2x2_msa(src, dst, stride, coeff0, coeff1);
stride            372 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_2x4_msa(src, dst, stride, coeff0, coeff1);
stride            376 libavcodec/mips/h264chroma_msa.c static void avc_chroma_vt_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            387 libavcodec/mips/h264chroma_msa.c     LD_UB3(src, stride, src0, src1, src2);
stride            397 libavcodec/mips/h264chroma_msa.c     ST_W2(res, 0, 1, dst, stride);
stride            400 libavcodec/mips/h264chroma_msa.c static void avc_chroma_vt_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            411 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride            421 libavcodec/mips/h264chroma_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride            424 libavcodec/mips/h264chroma_msa.c static void avc_chroma_vt_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            434 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride            435 libavcodec/mips/h264chroma_msa.c     src += (5 * stride);
stride            436 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src5, src6, src7, src8);
stride            449 libavcodec/mips/h264chroma_msa.c     ST_W8(out0, out1, 0, 1, 2, 3, 0, 1, 2, 3, dst, stride);
stride            452 libavcodec/mips/h264chroma_msa.c static void avc_chroma_vt_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            457 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_4x2_msa(src, dst, stride, coeff0, coeff1);
stride            459 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_4x4_msa(src, dst, stride, coeff0, coeff1);
stride            461 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_4x8_msa(src, dst, stride, coeff0, coeff1);
stride            465 libavcodec/mips/h264chroma_msa.c static void avc_chroma_vt_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            474 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride            483 libavcodec/mips/h264chroma_msa.c     ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride            486 libavcodec/mips/h264chroma_msa.c static void avc_chroma_vt_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            496 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride            497 libavcodec/mips/h264chroma_msa.c     src += (5 * stride);
stride            498 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src5, src6, src7, src8);
stride            515 libavcodec/mips/h264chroma_msa.c     ST_D8(out0, out1, out2, out3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride            518 libavcodec/mips/h264chroma_msa.c static void avc_chroma_vt_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            523 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_8x4_msa(src, dst, stride, coeff0, coeff1);
stride            525 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_8x8_msa(src, dst, stride, coeff0, coeff1);
stride            529 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hv_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            546 libavcodec/mips/h264chroma_msa.c     LD_UB3(src, stride, src0, src1, src2);
stride            560 libavcodec/mips/h264chroma_msa.c     dst += stride;
stride            564 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hv_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            581 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride            595 libavcodec/mips/h264chroma_msa.c     ST_H4(res, 0, 1, 2, 3, dst, stride);
stride            598 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hv_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            604 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_2x2_msa(src, dst, stride, coef_hor0, coef_hor1, coef_ver0,
stride            607 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_2x4_msa(src, dst, stride, coef_hor0, coef_hor1, coef_ver0,
stride            612 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hv_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            627 libavcodec/mips/h264chroma_msa.c     LD_UB3(src, stride, src0, src1, src2);
stride            637 libavcodec/mips/h264chroma_msa.c     ST_W2(res, 0, 1, dst, stride);
stride            640 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hv_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            657 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride            669 libavcodec/mips/h264chroma_msa.c     ST_W2(res0, 0, 1, dst, stride);
stride            670 libavcodec/mips/h264chroma_msa.c     ST_W2(res1, 0, 1, dst + 2 * stride, stride);
stride            673 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hv_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            689 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride            690 libavcodec/mips/h264chroma_msa.c     src += (5 * stride);
stride            691 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src5, src6, src7, src8);
stride            710 libavcodec/mips/h264chroma_msa.c     ST_W8(res0, res1, 0, 1, 2, 3, 0, 1, 2, 3, dst, stride);
stride            713 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hv_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            719 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_4x2_msa(src, dst, stride, coef_hor0, coef_hor1, coef_ver0,
stride            722 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_4x4_msa(src, dst, stride, coef_hor0, coef_hor1, coef_ver0,
stride            725 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_4x8_msa(src, dst, stride, coef_hor0, coef_hor1, coef_ver0,
stride            730 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hv_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            747 libavcodec/mips/h264chroma_msa.c     src += stride;
stride            752 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src1, src2, src3, src4);
stride            753 libavcodec/mips/h264chroma_msa.c     src += (4 * stride);
stride            770 libavcodec/mips/h264chroma_msa.c     ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride            773 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hv_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            792 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride            793 libavcodec/mips/h264chroma_msa.c     src += (5 * stride);
stride            794 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src5, src6, src7, src8);
stride            826 libavcodec/mips/h264chroma_msa.c     ST_D8(out0, out1, out2, out3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride            829 libavcodec/mips/h264chroma_msa.c static void avc_chroma_hv_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            835 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_8x4_msa(src, dst, stride, coef_hor0, coef_hor1, coef_ver0,
stride            838 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_8x8_msa(src, dst, stride, coef_hor0, coef_hor1, coef_ver0,
stride            844 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride            859 libavcodec/mips/h264chroma_msa.c     LD_SB2(src, stride, src0, src1);
stride            862 libavcodec/mips/h264chroma_msa.c     out1 = LH(dst + stride);
stride            881 libavcodec/mips/h264chroma_msa.c     dst += stride;
stride            886 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride            900 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src0, src1, src2, src3);
stride            902 libavcodec/mips/h264chroma_msa.c     tp1 = LH(dst + stride);
stride            903 libavcodec/mips/h264chroma_msa.c     tp2 = LH(dst + 2 * stride);
stride            904 libavcodec/mips/h264chroma_msa.c     tp3 = LH(dst + 3 * stride);
stride            922 libavcodec/mips/h264chroma_msa.c     ST_H4(dst0, 0, 1, 2, 3, dst, stride);
stride            926 libavcodec/mips/h264chroma_msa.c                                               int32_t stride, uint32_t coeff0,
stride            930 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_and_aver_dst_2x2_msa(src, dst, stride, coeff0, coeff1);
stride            932 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_and_aver_dst_2x4_msa(src, dst, stride, coeff0, coeff1);
stride            937 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride            951 libavcodec/mips/h264chroma_msa.c     LD_SB2(src, stride, src0, src1);
stride            953 libavcodec/mips/h264chroma_msa.c     LW2(dst, stride, load0, load1);
stride            966 libavcodec/mips/h264chroma_msa.c     ST_W2(dst_data, 0, 1, dst, stride);
stride            970 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride            984 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src0, src1, src2, src3);
stride            985 libavcodec/mips/h264chroma_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride            995 libavcodec/mips/h264chroma_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride            999 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride           1013 libavcodec/mips/h264chroma_msa.c     LD_UB8(src, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride           1014 libavcodec/mips/h264chroma_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           1016 libavcodec/mips/h264chroma_msa.c     LW4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride           1027 libavcodec/mips/h264chroma_msa.c     ST_W8(out0, out1, 0, 1, 2, 3, 0, 1, 2, 3, dst, stride);
stride           1031 libavcodec/mips/h264chroma_msa.c                                               int32_t stride, uint32_t coeff0,
stride           1035 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_and_aver_dst_4x2_msa(src, dst, stride, coeff0, coeff1);
stride           1037 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_and_aver_dst_4x4_msa(src, dst, stride, coeff0, coeff1);
stride           1039 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_and_aver_dst_4x8_msa(src, dst, stride, coeff0, coeff1);
stride           1044 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride           1057 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src0, src1, src2, src3);
stride           1058 libavcodec/mips/h264chroma_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           1070 libavcodec/mips/h264chroma_msa.c     ST_D4(dst0, dst1, 0, 1, 0, 1, dst, stride);
stride           1074 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride           1089 libavcodec/mips/h264chroma_msa.c     LD_UB8(src, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride           1090 libavcodec/mips/h264chroma_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           1093 libavcodec/mips/h264chroma_msa.c     LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride           1114 libavcodec/mips/h264chroma_msa.c     ST_D8(out0, out1, out2, out3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           1118 libavcodec/mips/h264chroma_msa.c                                               int32_t stride, uint32_t coeff0,
stride           1122 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_and_aver_dst_8x4_msa(src, dst, stride, coeff0, coeff1);
stride           1124 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_and_aver_dst_8x8_msa(src, dst, stride, coeff0, coeff1);
stride           1129 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride           1141 libavcodec/mips/h264chroma_msa.c     LD_SB3(src, stride, src0, src1, src2);
stride           1143 libavcodec/mips/h264chroma_msa.c     out1 = LH(dst + stride);
stride           1161 libavcodec/mips/h264chroma_msa.c     dst += stride;
stride           1166 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride           1179 libavcodec/mips/h264chroma_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           1182 libavcodec/mips/h264chroma_msa.c     tp1 = LH(dst + stride);
stride           1183 libavcodec/mips/h264chroma_msa.c     tp2 = LH(dst + 2 * stride);
stride           1184 libavcodec/mips/h264chroma_msa.c     tp3 = LH(dst + 3 * stride);
stride           1204 libavcodec/mips/h264chroma_msa.c     ST_H4(res, 0, 1, 2, 3, dst, stride);
stride           1208 libavcodec/mips/h264chroma_msa.c                                               int32_t stride, uint32_t coeff0,
stride           1212 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_and_aver_dst_2x2_msa(src, dst, stride, coeff0, coeff1);
stride           1214 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_and_aver_dst_2x4_msa(src, dst, stride, coeff0, coeff1);
stride           1219 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride           1231 libavcodec/mips/h264chroma_msa.c     LD_UB3(src, stride, src0, src1, src2);
stride           1233 libavcodec/mips/h264chroma_msa.c     LW2(dst, stride, load0, load1);
stride           1247 libavcodec/mips/h264chroma_msa.c     ST_W2(res, 0, 1, dst, stride);
stride           1251 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride           1264 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride           1265 libavcodec/mips/h264chroma_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           1277 libavcodec/mips/h264chroma_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride           1281 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride           1293 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride           1294 libavcodec/mips/h264chroma_msa.c     src += (5 * stride);
stride           1295 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src5, src6, src7, src8);
stride           1296 libavcodec/mips/h264chroma_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           1298 libavcodec/mips/h264chroma_msa.c     LW4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride           1313 libavcodec/mips/h264chroma_msa.c     ST_W8(out0, out1, 0, 1, 2, 3, 0, 1, 2, 3, dst, stride);
stride           1317 libavcodec/mips/h264chroma_msa.c                                               int32_t stride, uint32_t coeff0,
stride           1321 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_and_aver_dst_4x2_msa(src, dst, stride, coeff0, coeff1);
stride           1323 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_and_aver_dst_4x4_msa(src, dst, stride, coeff0, coeff1);
stride           1325 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_and_aver_dst_4x8_msa(src, dst, stride, coeff0, coeff1);
stride           1330 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride           1342 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride           1343 libavcodec/mips/h264chroma_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           1355 libavcodec/mips/h264chroma_msa.c     ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride           1359 libavcodec/mips/h264chroma_msa.c                                                int32_t stride, uint32_t coeff0,
stride           1371 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride           1372 libavcodec/mips/h264chroma_msa.c     src += (5 * stride);
stride           1373 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src5, src6, src7, src8);
stride           1374 libavcodec/mips/h264chroma_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           1377 libavcodec/mips/h264chroma_msa.c     LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride           1398 libavcodec/mips/h264chroma_msa.c     ST_D8(out0, out1, out2, out3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           1402 libavcodec/mips/h264chroma_msa.c                                               int32_t stride, uint32_t coeff0,
stride           1406 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_and_aver_dst_8x4_msa(src, dst, stride, coeff0, coeff1);
stride           1408 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_and_aver_dst_8x8_msa(src, dst, stride, coeff0, coeff1);
stride           1413 libavcodec/mips/h264chroma_msa.c                                                int32_t stride,
stride           1432 libavcodec/mips/h264chroma_msa.c     LD_UB3(src, stride, src0, src1, src2);
stride           1434 libavcodec/mips/h264chroma_msa.c     out1 = LH(dst + stride);
stride           1450 libavcodec/mips/h264chroma_msa.c     dst += stride;
stride           1455 libavcodec/mips/h264chroma_msa.c                                                int32_t stride,
stride           1475 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride           1477 libavcodec/mips/h264chroma_msa.c     tp1 = LH(dst + stride);
stride           1478 libavcodec/mips/h264chroma_msa.c     tp2 = LH(dst + 2 * stride);
stride           1479 libavcodec/mips/h264chroma_msa.c     tp3 = LH(dst + 3 * stride);
stride           1496 libavcodec/mips/h264chroma_msa.c     ST_H4(dst0, 0, 1, 2, 3, dst, stride);
stride           1500 libavcodec/mips/h264chroma_msa.c                                               int32_t stride,
stride           1508 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_and_aver_dst_2x2_msa(src, dst, stride, coef_hor0,
stride           1511 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_and_aver_dst_2x4_msa(src, dst, stride, coef_hor0,
stride           1517 libavcodec/mips/h264chroma_msa.c                                                int32_t stride,
stride           1536 libavcodec/mips/h264chroma_msa.c     LD_UB3(src, stride, src0, src1, src2);
stride           1537 libavcodec/mips/h264chroma_msa.c     LW2(dst, stride, tp0, tp1);
stride           1549 libavcodec/mips/h264chroma_msa.c     ST_W2(dst0, 0, 1, dst, stride);
stride           1553 libavcodec/mips/h264chroma_msa.c                                                int32_t stride,
stride           1573 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride           1574 libavcodec/mips/h264chroma_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           1588 libavcodec/mips/h264chroma_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride           1592 libavcodec/mips/h264chroma_msa.c                                                int32_t stride,
stride           1612 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride           1613 libavcodec/mips/h264chroma_msa.c     src += (5 * stride);
stride           1614 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src5, src6, src7, src8);
stride           1615 libavcodec/mips/h264chroma_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           1617 libavcodec/mips/h264chroma_msa.c     LW4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride           1637 libavcodec/mips/h264chroma_msa.c     ST_W8(res0, res1, 0, 1, 2, 3, 0, 1, 2, 3, dst, stride);
stride           1641 libavcodec/mips/h264chroma_msa.c                                               int32_t stride,
stride           1649 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_and_aver_dst_4x2_msa(src, dst, stride, coef_hor0,
stride           1652 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_and_aver_dst_4x4_msa(src, dst, stride, coef_hor0,
stride           1655 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_and_aver_dst_4x8_msa(src, dst, stride, coef_hor0,
stride           1661 libavcodec/mips/h264chroma_msa.c                                                int32_t stride,
stride           1683 libavcodec/mips/h264chroma_msa.c     src += stride;
stride           1686 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src1, src2, src3, src4);
stride           1687 libavcodec/mips/h264chroma_msa.c     src += (4 * stride);
stride           1688 libavcodec/mips/h264chroma_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           1705 libavcodec/mips/h264chroma_msa.c     ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride           1709 libavcodec/mips/h264chroma_msa.c                                                int32_t stride,
stride           1732 libavcodec/mips/h264chroma_msa.c     LD_UB5(src, stride, src0, src1, src2, src3, src4);
stride           1733 libavcodec/mips/h264chroma_msa.c     src += (5 * stride);
stride           1734 libavcodec/mips/h264chroma_msa.c     LD_UB4(src, stride, src5, src6, src7, src8);
stride           1752 libavcodec/mips/h264chroma_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           1755 libavcodec/mips/h264chroma_msa.c     LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride           1774 libavcodec/mips/h264chroma_msa.c     ST_D8(out0, out1, out2, out3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           1778 libavcodec/mips/h264chroma_msa.c                                               int32_t stride,
stride           1786 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_and_aver_dst_8x4_msa(src, dst, stride, coef_hor0,
stride           1789 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_and_aver_dst_8x8_msa(src, dst, stride, coef_hor0,
stride           1794 libavcodec/mips/h264chroma_msa.c static void copy_width4_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride           1800 libavcodec/mips/h264chroma_msa.c         LW4(src, stride, tp0, tp1, tp2, tp3);
stride           1801 libavcodec/mips/h264chroma_msa.c         src += 4 * stride;
stride           1802 libavcodec/mips/h264chroma_msa.c         LW4(src, stride, tp4, tp5, tp6, tp7);
stride           1803 libavcodec/mips/h264chroma_msa.c         SW4(tp0, tp1, tp2, tp3, dst, stride);
stride           1804 libavcodec/mips/h264chroma_msa.c         dst += 4 * stride;
stride           1805 libavcodec/mips/h264chroma_msa.c         SW4(tp4, tp5, tp6, tp7, dst, stride);
stride           1807 libavcodec/mips/h264chroma_msa.c         LW4(src, stride, tp0, tp1, tp2, tp3);
stride           1808 libavcodec/mips/h264chroma_msa.c         SW4(tp0, tp1, tp2, tp3, dst, stride);
stride           1810 libavcodec/mips/h264chroma_msa.c         LW2(src, stride, tp0, tp1);
stride           1812 libavcodec/mips/h264chroma_msa.c         dst += stride;
stride           1817 libavcodec/mips/h264chroma_msa.c static void copy_width8_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride           1823 libavcodec/mips/h264chroma_msa.c         LD4(src, stride, src0, src1, src2, src3);
stride           1824 libavcodec/mips/h264chroma_msa.c         src += 4 * stride;
stride           1825 libavcodec/mips/h264chroma_msa.c         LD4(src, stride, src4, src5, src6, src7);
stride           1826 libavcodec/mips/h264chroma_msa.c         SD4(src0, src1, src2, src3, dst, stride);
stride           1827 libavcodec/mips/h264chroma_msa.c         dst += 4 * stride;
stride           1828 libavcodec/mips/h264chroma_msa.c         SD4(src4, src5, src6, src7, dst, stride);
stride           1830 libavcodec/mips/h264chroma_msa.c         LD4(src, stride, src0, src1, src2, src3);
stride           1831 libavcodec/mips/h264chroma_msa.c         SD4(src0, src1, src2, src3, dst, stride);
stride           1835 libavcodec/mips/h264chroma_msa.c static void avg_width4_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride           1842 libavcodec/mips/h264chroma_msa.c         LW4(src, stride, tp0, tp1, tp2, tp3);
stride           1843 libavcodec/mips/h264chroma_msa.c         src += 4 * stride;
stride           1845 libavcodec/mips/h264chroma_msa.c         LW4(src, stride, tp0, tp1, tp2, tp3);
stride           1847 libavcodec/mips/h264chroma_msa.c         LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           1849 libavcodec/mips/h264chroma_msa.c         LW4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride           1852 libavcodec/mips/h264chroma_msa.c         ST_W8(dst0, dst1, 0, 1, 2, 3, 0, 1, 2, 3, dst, stride);
stride           1854 libavcodec/mips/h264chroma_msa.c         LW4(src, stride, tp0, tp1, tp2, tp3);
stride           1856 libavcodec/mips/h264chroma_msa.c         LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           1859 libavcodec/mips/h264chroma_msa.c         ST_W4(dst0, 0, 1, 2, 3, dst, stride);
stride           1861 libavcodec/mips/h264chroma_msa.c         LW2(src, stride, tp0, tp1);
stride           1863 libavcodec/mips/h264chroma_msa.c         LW2(dst, stride, tp0, tp1);
stride           1866 libavcodec/mips/h264chroma_msa.c         ST_W2(dst0, 0, 1, dst, stride);
stride           1870 libavcodec/mips/h264chroma_msa.c static void avg_width8_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride           1878 libavcodec/mips/h264chroma_msa.c         LD4(src, stride, tp0, tp1, tp2, tp3);
stride           1879 libavcodec/mips/h264chroma_msa.c         src += 4 * stride;
stride           1880 libavcodec/mips/h264chroma_msa.c         LD4(src, stride, tp4, tp5, tp6, tp7);
stride           1885 libavcodec/mips/h264chroma_msa.c         LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           1886 libavcodec/mips/h264chroma_msa.c         LD4(dst + 4 * stride, stride, tp4, tp5, tp6, tp7);
stride           1893 libavcodec/mips/h264chroma_msa.c         ST_D8(dst0, dst1, dst2, dst3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           1895 libavcodec/mips/h264chroma_msa.c         LD4(src, stride, tp0, tp1, tp2, tp3);
stride           1898 libavcodec/mips/h264chroma_msa.c         LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           1902 libavcodec/mips/h264chroma_msa.c         ST_D4(dst0, dst1, 0, 1, 0, 1, dst, stride);
stride           1907 libavcodec/mips/h264chroma_msa.c                                 ptrdiff_t stride, int height, int x, int y)
stride           1912 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_8w_msa(src, dst, stride, x, (8 - x), y, (8 - y), height);
stride           1914 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_8w_msa(src, dst, stride, x, (8 - x), height);
stride           1916 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_8w_msa(src, dst, stride, y, (8 - y), height);
stride           1918 libavcodec/mips/h264chroma_msa.c         copy_width8_msa(src, dst, stride, height);
stride           1923 libavcodec/mips/h264chroma_msa.c                                 ptrdiff_t stride, int height, int x, int y)
stride           1928 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_4w_msa(src, dst, stride, x, (8 - x), y, (8 - y), height);
stride           1930 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_4w_msa(src, dst, stride, x, (8 - x), height);
stride           1932 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_4w_msa(src, dst, stride, y, (8 - y), height);
stride           1934 libavcodec/mips/h264chroma_msa.c         copy_width4_msa(src, dst, stride, height);
stride           1939 libavcodec/mips/h264chroma_msa.c                                 ptrdiff_t stride, int height, int x, int y)
stride           1946 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_2w_msa(src, dst, stride, x, (8 - x), y, (8 - y), height);
stride           1948 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_2w_msa(src, dst, stride, x, (8 - x), height);
stride           1950 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_2w_msa(src, dst, stride, y, (8 - y), height);
stride           1955 libavcodec/mips/h264chroma_msa.c             src += stride;
stride           1956 libavcodec/mips/h264chroma_msa.c             dst += stride;
stride           1962 libavcodec/mips/h264chroma_msa.c                                 ptrdiff_t stride, int height, int x, int y)
stride           1968 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_and_aver_dst_8w_msa(src, dst, stride, x, (8 - x), y,
stride           1971 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_and_aver_dst_8w_msa(src, dst, stride, x, (8 - x), height);
stride           1973 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_and_aver_dst_8w_msa(src, dst, stride, y, (8 - y), height);
stride           1975 libavcodec/mips/h264chroma_msa.c         avg_width8_msa(src, dst, stride, height);
stride           1980 libavcodec/mips/h264chroma_msa.c                                 ptrdiff_t stride, int height, int x, int y)
stride           1985 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_and_aver_dst_4w_msa(src, dst, stride, x, (8 - x), y,
stride           1988 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_and_aver_dst_4w_msa(src, dst, stride, x, (8 - x), height);
stride           1990 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_and_aver_dst_4w_msa(src, dst, stride, y, (8 - y), height);
stride           1992 libavcodec/mips/h264chroma_msa.c         avg_width4_msa(src, dst, stride, height);
stride           1997 libavcodec/mips/h264chroma_msa.c                                 ptrdiff_t stride, int height, int x, int y)
stride           2004 libavcodec/mips/h264chroma_msa.c         avc_chroma_hv_and_aver_dst_2w_msa(src, dst, stride, x, (8 - x), y,
stride           2007 libavcodec/mips/h264chroma_msa.c         avc_chroma_hz_and_aver_dst_2w_msa(src, dst, stride, x, (8 - x), height);
stride           2009 libavcodec/mips/h264chroma_msa.c         avc_chroma_vt_and_aver_dst_2w_msa(src, dst, stride, y, (8 - y), height);
stride           2015 libavcodec/mips/h264chroma_msa.c             src += stride;
stride           2016 libavcodec/mips/h264chroma_msa.c             dst += stride;
stride             28 libavcodec/mips/h264dsp_mips.h void ff_h264_h_lpf_luma_inter_msa(uint8_t *src, int stride,
stride             30 libavcodec/mips/h264dsp_mips.h void ff_h264_v_lpf_luma_inter_msa(uint8_t *src, int stride,
stride             32 libavcodec/mips/h264dsp_mips.h void ff_h264_h_lpf_chroma_inter_msa(uint8_t *src, int stride,
stride             34 libavcodec/mips/h264dsp_mips.h void ff_h264_v_lpf_chroma_inter_msa(uint8_t *src, int stride,
stride             36 libavcodec/mips/h264dsp_mips.h void ff_h264_h_loop_filter_chroma422_msa(uint8_t *src, int32_t stride,
stride             39 libavcodec/mips/h264dsp_mips.h void ff_h264_h_loop_filter_chroma422_mbaff_msa(uint8_t *src, int32_t stride,
stride             42 libavcodec/mips/h264dsp_mips.h void ff_h264_h_loop_filter_luma_mbaff_msa(uint8_t *src, int32_t stride,
stride             52 libavcodec/mips/h264dsp_mips.h                             int16_t *block, int32_t stride,
stride             70 libavcodec/mips/h264dsp_mips.h void ff_h264_h_lpf_luma_intra_msa(uint8_t *src, int stride,
stride             72 libavcodec/mips/h264dsp_mips.h void ff_h264_v_lpf_luma_intra_msa(uint8_t *src, int stride,
stride             74 libavcodec/mips/h264dsp_mips.h void ff_h264_h_lpf_chroma_intra_msa(uint8_t *src, int stride,
stride             76 libavcodec/mips/h264dsp_mips.h void ff_h264_v_lpf_chroma_intra_msa(uint8_t *src, int stride,
stride             78 libavcodec/mips/h264dsp_mips.h void ff_h264_h_loop_filter_luma_mbaff_intra_msa(uint8_t *src, int stride,
stride             82 libavcodec/mips/h264dsp_mips.h                                      ptrdiff_t stride, int height, int log2_denom,
stride             85 libavcodec/mips/h264dsp_mips.h                                     ptrdiff_t stride, int height, int log2_denom,
stride             88 libavcodec/mips/h264dsp_mips.h                                     ptrdiff_t stride, int height, int log2_denom,
stride             90 libavcodec/mips/h264dsp_mips.h void ff_weight_h264_pixels16_8_msa(uint8_t *src, ptrdiff_t stride, int height,
stride             92 libavcodec/mips/h264dsp_mips.h void ff_weight_h264_pixels8_8_msa(uint8_t *src, ptrdiff_t stride, int height,
stride             94 libavcodec/mips/h264dsp_mips.h void ff_weight_h264_pixels4_8_msa(uint8_t *src, ptrdiff_t stride, int height,
stride            295 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_predict_plane_8x8_msa(uint8_t *src, ptrdiff_t stride);
stride            296 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_predict_dc_4blk_8x8_msa(uint8_t *src, ptrdiff_t stride);
stride            297 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_predict_hor_dc_8x8_msa(uint8_t *src, ptrdiff_t stride);
stride            298 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_predict_vert_dc_8x8_msa(uint8_t *src, ptrdiff_t stride);
stride            300 libavcodec/mips/h264dsp_mips.h                                                   ptrdiff_t stride);
stride            302 libavcodec/mips/h264dsp_mips.h                                                   ptrdiff_t stride);
stride            304 libavcodec/mips/h264dsp_mips.h                                                   ptrdiff_t stride);
stride            306 libavcodec/mips/h264dsp_mips.h                                                   ptrdiff_t stride);
stride            307 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_predict_plane_16x16_msa(uint8_t *src, ptrdiff_t stride);
stride            308 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_pred_vert_8x8_msa(uint8_t *src, ptrdiff_t stride);
stride            309 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_pred_horiz_8x8_msa(uint8_t *src, ptrdiff_t stride);
stride            310 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_pred_dc_16x16_msa(uint8_t *src, ptrdiff_t stride);
stride            311 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_pred_vert_16x16_msa(uint8_t *src, ptrdiff_t stride);
stride            312 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_pred_horiz_16x16_msa(uint8_t *src, ptrdiff_t stride);
stride            313 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_pred_dc_left_16x16_msa(uint8_t *src, ptrdiff_t stride);
stride            314 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_pred_dc_top_16x16_msa(uint8_t *src, ptrdiff_t stride);
stride            315 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_pred_dc_128_8x8_msa(uint8_t *src, ptrdiff_t stride);
stride            316 libavcodec/mips/h264dsp_mips.h void ff_h264_intra_pred_dc_128_16x16_msa(uint8_t *src, ptrdiff_t stride);
stride            317 libavcodec/mips/h264dsp_mips.h void ff_vp8_pred8x8_127_dc_8_msa(uint8_t *src, ptrdiff_t stride);
stride            318 libavcodec/mips/h264dsp_mips.h void ff_vp8_pred8x8_129_dc_8_msa(uint8_t *src, ptrdiff_t stride);
stride            319 libavcodec/mips/h264dsp_mips.h void ff_vp8_pred16x16_127_dc_8_msa(uint8_t *src, ptrdiff_t stride);
stride            320 libavcodec/mips/h264dsp_mips.h void ff_vp8_pred16x16_129_dc_8_msa(uint8_t *src, ptrdiff_t stride);
stride            322 libavcodec/mips/h264dsp_mips.h void ff_h264_add_pixels4_8_mmi(uint8_t *_dst, int16_t *_src, int stride);
stride            323 libavcodec/mips/h264dsp_mips.h void ff_h264_idct_add_8_mmi(uint8_t *dst, int16_t *block, int stride);
stride            324 libavcodec/mips/h264dsp_mips.h void ff_h264_idct8_add_8_mmi(uint8_t *dst, int16_t *block, int stride);
stride            325 libavcodec/mips/h264dsp_mips.h void ff_h264_idct_dc_add_8_mmi(uint8_t *dst, int16_t *block, int stride);
stride            326 libavcodec/mips/h264dsp_mips.h void ff_h264_idct8_dc_add_8_mmi(uint8_t *dst, int16_t *block, int stride);
stride            328 libavcodec/mips/h264dsp_mips.h         int16_t *block, int stride, const uint8_t nnzc[15*8]);
stride            330 libavcodec/mips/h264dsp_mips.h         int16_t *block, int stride, const uint8_t nnzc[15*8]);
stride            332 libavcodec/mips/h264dsp_mips.h         int16_t *block, int stride, const uint8_t nnzc[15*8]);
stride            334 libavcodec/mips/h264dsp_mips.h         int16_t *block, int stride, const uint8_t nnzc[15*8]);
stride            336 libavcodec/mips/h264dsp_mips.h         int16_t *block, int stride, const uint8_t nnzc[15*8]);
stride            342 libavcodec/mips/h264dsp_mips.h void ff_h264_weight_pixels16_8_mmi(uint8_t *block, ptrdiff_t stride, int height,
stride            345 libavcodec/mips/h264dsp_mips.h         ptrdiff_t stride, int height, int log2_denom, int weightd, int weights,
stride            347 libavcodec/mips/h264dsp_mips.h void ff_h264_weight_pixels8_8_mmi(uint8_t *block, ptrdiff_t stride, int height,
stride            350 libavcodec/mips/h264dsp_mips.h         ptrdiff_t stride, int height, int log2_denom, int weightd, int weights,
stride            352 libavcodec/mips/h264dsp_mips.h void ff_h264_weight_pixels4_8_mmi(uint8_t *block, ptrdiff_t stride, int height,
stride            355 libavcodec/mips/h264dsp_mips.h         ptrdiff_t stride, int height, int log2_denom, int weightd, int weights,
stride            358 libavcodec/mips/h264dsp_mips.h void ff_deblock_v_chroma_8_mmi(uint8_t *pix, ptrdiff_t stride, int alpha, int beta,
stride            360 libavcodec/mips/h264dsp_mips.h void ff_deblock_v_chroma_intra_8_mmi(uint8_t *pix, int stride, int alpha,
stride            362 libavcodec/mips/h264dsp_mips.h void ff_deblock_h_chroma_8_mmi(uint8_t *pix, int stride, int alpha, int beta,
stride            364 libavcodec/mips/h264dsp_mips.h void ff_deblock_h_chroma_intra_8_mmi(uint8_t *pix, int stride, int alpha,
stride            366 libavcodec/mips/h264dsp_mips.h void ff_deblock_v_luma_8_mmi(uint8_t *pix, int stride, int alpha, int beta,
stride            368 libavcodec/mips/h264dsp_mips.h void ff_deblock_v_luma_intra_8_mmi(uint8_t *pix, int stride, int alpha,
stride            370 libavcodec/mips/h264dsp_mips.h void ff_deblock_h_luma_8_mmi(uint8_t *pix, int stride, int alpha, int beta,
stride            372 libavcodec/mips/h264dsp_mips.h void ff_deblock_h_luma_intra_8_mmi(uint8_t *pix, int stride, int alpha,
stride            374 libavcodec/mips/h264dsp_mips.h void ff_deblock_v8_luma_8_mmi(uint8_t *pix, int stride, int alpha, int beta,
stride            376 libavcodec/mips/h264dsp_mips.h void ff_deblock_v8_luma_intra_8_mmi(uint8_t *pix, int stride, int alpha,
stride             30 libavcodec/mips/h264dsp_mmi.c void ff_h264_add_pixels4_8_mmi(uint8_t *dst, int16_t *src, int stride)
stride             70 libavcodec/mips/h264dsp_mmi.c         : [dst0]"r"(dst),                   [dst1]"r"(dst+stride),
stride             71 libavcodec/mips/h264dsp_mmi.c           [dst2]"r"(dst+2*stride),          [dst3]"r"(dst+3*stride),
stride             78 libavcodec/mips/h264dsp_mmi.c void ff_h264_idct_add_8_mmi(uint8_t *dst, int16_t *block, int stride)
stride            128 libavcodec/mips/h264dsp_mmi.c         MMI_LWXC1(%[ftmp0], %[dst], %[stride], 0x00)
stride            139 libavcodec/mips/h264dsp_mmi.c         MMI_SWXC1(%[ftmp0], %[dst], %[stride], 0x00)
stride            144 libavcodec/mips/h264dsp_mmi.c         MMI_LWXC1(%[ftmp0], %[dst], %[stride], 0x00)
stride            153 libavcodec/mips/h264dsp_mmi.c         MMI_SWXC1(%[ftmp0], %[dst], %[stride], 0x00)
stride            164 libavcodec/mips/h264dsp_mmi.c           [stride]"r"((mips_reg)stride),    [ff_pw_32]"f"(ff_pw_32)
stride            170 libavcodec/mips/h264dsp_mmi.c void ff_h264_idct8_add_8_mmi(uint8_t *dst, int16_t *block, int stride)
stride            441 libavcodec/mips/h264dsp_mmi.c         MMI_LWXC1(%[ftmp0], %[dst], %[stride], 0x00)
stride            451 libavcodec/mips/h264dsp_mmi.c         MMI_SWXC1(%[ftmp0], %[dst], %[stride], 0x00)
stride            455 libavcodec/mips/h264dsp_mmi.c         MMI_LWXC1(%[ftmp0], %[dst], %[stride], 0x00)
stride            465 libavcodec/mips/h264dsp_mmi.c         MMI_SWXC1(%[ftmp0], %[dst], %[stride], 0x00)
stride            472 libavcodec/mips/h264dsp_mmi.c         MMI_LWXC1(%[ftmp0], %[dst], %[stride], 0x00)
stride            482 libavcodec/mips/h264dsp_mmi.c         MMI_SWXC1(%[ftmp0], %[dst], %[stride], 0x00)
stride            486 libavcodec/mips/h264dsp_mmi.c         MMI_LWXC1(%[ftmp0], %[dst], %[stride], 0x00)
stride            496 libavcodec/mips/h264dsp_mmi.c         MMI_SWXC1(%[ftmp0], %[dst], %[stride], 0x00)
stride            559 libavcodec/mips/h264dsp_mmi.c         MMI_LWXC1(%[ftmp7], %[addr0], %[stride], 0x00)
stride            569 libavcodec/mips/h264dsp_mmi.c         MMI_SWXC1(%[ftmp7], %[addr0], %[stride], 0x00)
stride            573 libavcodec/mips/h264dsp_mmi.c         MMI_LWXC1(%[ftmp7], %[addr0], %[stride], 0x00)
stride            583 libavcodec/mips/h264dsp_mmi.c         MMI_SWXC1(%[ftmp7], %[addr0], %[stride], 0x00)
stride            590 libavcodec/mips/h264dsp_mmi.c         MMI_LWXC1(%[ftmp7], %[addr0], %[stride], 0x00)
stride            600 libavcodec/mips/h264dsp_mmi.c         MMI_SWXC1(%[ftmp7], %[addr0], %[stride], 0x00)
stride            604 libavcodec/mips/h264dsp_mmi.c         MMI_LWXC1(%[ftmp7], %[addr0], %[stride], 0x00)
stride            614 libavcodec/mips/h264dsp_mmi.c         MMI_SWXC1(%[ftmp7], %[addr0], %[stride], 0x00)
stride            632 libavcodec/mips/h264dsp_mmi.c           [stride]"r"((mips_reg)stride)
stride            638 libavcodec/mips/h264dsp_mmi.c void ff_h264_idct_dc_add_8_mmi(uint8_t *dst, int16_t *block, int stride)
stride            675 libavcodec/mips/h264dsp_mmi.c         : [dst0]"r"(dst),                   [dst1]"r"(dst+stride),
stride            676 libavcodec/mips/h264dsp_mmi.c           [dst2]"r"(dst+2*stride),          [dst3]"r"(dst+3*stride),
stride            682 libavcodec/mips/h264dsp_mmi.c void ff_h264_idct8_dc_add_8_mmi(uint8_t *dst, int16_t *block, int stride)
stride            758 libavcodec/mips/h264dsp_mmi.c         : [dst0]"r"(dst),                   [dst1]"r"(dst+stride),
stride            759 libavcodec/mips/h264dsp_mmi.c           [dst2]"r"(dst+2*stride),          [dst3]"r"(dst+3*stride),
stride            760 libavcodec/mips/h264dsp_mmi.c           [dst4]"r"(dst+4*stride),          [dst5]"r"(dst+5*stride),
stride            761 libavcodec/mips/h264dsp_mmi.c           [dst6]"r"(dst+6*stride),          [dst7]"r"(dst+7*stride),
stride            768 libavcodec/mips/h264dsp_mmi.c         int16_t *block, int stride, const uint8_t nnzc[15*8])
stride            776 libavcodec/mips/h264dsp_mmi.c                         stride);
stride            779 libavcodec/mips/h264dsp_mmi.c                         stride);
stride            785 libavcodec/mips/h264dsp_mmi.c         int16_t *block, int stride, const uint8_t nnzc[15*8])
stride            790 libavcodec/mips/h264dsp_mmi.c             ff_h264_idct_add_8_mmi(dst + block_offset[i], block + i*16, stride);
stride            793 libavcodec/mips/h264dsp_mmi.c                     stride);
stride            798 libavcodec/mips/h264dsp_mmi.c         int16_t *block, int stride, const uint8_t nnzc[15*8])
stride            806 libavcodec/mips/h264dsp_mmi.c                         block + i*16, stride);
stride            809 libavcodec/mips/h264dsp_mmi.c                         stride);
stride            815 libavcodec/mips/h264dsp_mmi.c         int16_t *block, int stride, const uint8_t nnzc[15*8])
stride            822 libavcodec/mips/h264dsp_mmi.c                         block + i*16, stride);
stride            825 libavcodec/mips/h264dsp_mmi.c                         block + i*16, stride);
stride            831 libavcodec/mips/h264dsp_mmi.c         int16_t *block, int stride, const uint8_t nnzc[15*8])
stride            839 libavcodec/mips/h264dsp_mmi.c                         block + i*16, stride);
stride            842 libavcodec/mips/h264dsp_mmi.c                         block + i*16, stride);
stride            850 libavcodec/mips/h264dsp_mmi.c                         block + i*16, stride);
stride            853 libavcodec/mips/h264dsp_mmi.c                         block + i*16, stride);
stride           1132 libavcodec/mips/h264dsp_mmi.c void ff_h264_weight_pixels16_8_mmi(uint8_t *block, ptrdiff_t stride, int height,
stride           1144 libavcodec/mips/h264dsp_mmi.c     for (y=0; y<height; y++, block+=stride) {
stride           1189 libavcodec/mips/h264dsp_mmi.c         ptrdiff_t stride, int height, int log2_denom, int weightd, int weights,
stride           1198 libavcodec/mips/h264dsp_mmi.c     for (y=0; y<height; y++, dst+=stride, src+=stride) {
stride           1259 libavcodec/mips/h264dsp_mmi.c void ff_h264_weight_pixels8_8_mmi(uint8_t *block, ptrdiff_t stride, int height,
stride           1271 libavcodec/mips/h264dsp_mmi.c     for (y=0; y<height; y++, block+=stride) {
stride           1303 libavcodec/mips/h264dsp_mmi.c         ptrdiff_t stride, int height, int log2_denom, int weightd, int weights,
stride           1312 libavcodec/mips/h264dsp_mmi.c     for (y=0; y<height; y++, dst+=stride, src+=stride) {
stride           1354 libavcodec/mips/h264dsp_mmi.c void ff_h264_weight_pixels4_8_mmi(uint8_t *block, ptrdiff_t stride, int height,
stride           1366 libavcodec/mips/h264dsp_mmi.c     for (y=0; y<height; y++, block+=stride) {
stride           1393 libavcodec/mips/h264dsp_mmi.c         ptrdiff_t stride, int height, int log2_denom, int weightd, int weights,
stride           1402 libavcodec/mips/h264dsp_mmi.c     for (y=0; y<height; y++, dst+=stride, src+=stride) {
stride           1436 libavcodec/mips/h264dsp_mmi.c void ff_deblock_v8_luma_8_mmi(uint8_t *pix, int stride, int alpha, int beta,
stride           1454 libavcodec/mips/h264dsp_mmi.c         MMI_LDXC1(%[ftmp1], %[addr1], %[stride], 0x00)
stride           1456 libavcodec/mips/h264dsp_mmi.c         MMI_LDXC1(%[ftmp4], %[pix], %[stride], 0x00)
stride           1504 libavcodec/mips/h264dsp_mmi.c         MMI_SDXC1(%[ftmp4], %[addr1], %[stride], 0x00)
stride           1514 libavcodec/mips/h264dsp_mmi.c         MMI_LDXC1(%[ftmp4], %[pix], %[stride], 0x00)
stride           1525 libavcodec/mips/h264dsp_mmi.c         MMI_SDXC1(%[ftmp5], %[pix], %[stride], 0x00)
stride           1556 libavcodec/mips/h264dsp_mmi.c         : [pix]"r"(pix),                    [stride]"r"((mips_reg)stride),
stride           1564 libavcodec/mips/h264dsp_mmi.c static void deblock_v8_luma_intra_8_mmi(uint8_t *pix, int stride, int alpha,
stride           1591 libavcodec/mips/h264dsp_mmi.c         MMI_LDXC1(%[ftmp4], %[pix], %[stride], 0x00)
stride           1627 libavcodec/mips/h264dsp_mmi.c         MMI_LDXC1(%[ftmp15], %[addr0], %[stride], 0x00)
stride           1705 libavcodec/mips/h264dsp_mmi.c         MMI_SDXC1(%[ftmp6], %[addr0], %[stride], 0x00)
stride           1767 libavcodec/mips/h264dsp_mmi.c         MMI_SDXC1(%[ftmp5], %[pix], %[stride], 0x00)
stride           1784 libavcodec/mips/h264dsp_mmi.c         : [pix]"r"(pix),                    [stride]"r"((mips_reg)stride),
stride           1790 libavcodec/mips/h264dsp_mmi.c void ff_deblock_v_chroma_8_mmi(uint8_t *pix, ptrdiff_t stride, int alpha,
stride           1806 libavcodec/mips/h264dsp_mmi.c         MMI_LDXC1(%[ftmp2], %[addr0], %[stride], 0x00)
stride           1808 libavcodec/mips/h264dsp_mmi.c         MMI_LDXC1(%[ftmp4], %[pix], %[stride], 0x00)
stride           1855 libavcodec/mips/h264dsp_mmi.c         MMI_SDXC1(%[ftmp2], %[addr0], %[stride], 0x00)
stride           1866 libavcodec/mips/h264dsp_mmi.c         : [pix]"r"(pix),                    [stride]"r"((mips_reg)stride),
stride           1874 libavcodec/mips/h264dsp_mmi.c void ff_deblock_v_chroma_intra_8_mmi(uint8_t *pix, int stride, int alpha,
stride           1889 libavcodec/mips/h264dsp_mmi.c         MMI_LDXC1(%[ftmp2], %[addr0], %[stride], 0x00)
stride           1891 libavcodec/mips/h264dsp_mmi.c         MMI_LDXC1(%[ftmp4], %[pix], %[stride], 0x00)
stride           1935 libavcodec/mips/h264dsp_mmi.c         MMI_SDXC1(%[ftmp2], %[addr0], %[stride], 0x00)
stride           1945 libavcodec/mips/h264dsp_mmi.c         : [pix]"r"(pix),                    [stride]"r"((mips_reg)stride),
stride           1952 libavcodec/mips/h264dsp_mmi.c void ff_deblock_h_chroma_8_mmi(uint8_t *pix, int stride, int alpha, int beta,
stride           2085 libavcodec/mips/h264dsp_mmi.c           [stride]"r"((mips_reg)stride),    [tc0]"r"(tc0),
stride           2092 libavcodec/mips/h264dsp_mmi.c void ff_deblock_h_chroma_intra_8_mmi(uint8_t *pix, int stride, int alpha,
stride           2220 libavcodec/mips/h264dsp_mmi.c           [stride]"r"((mips_reg)stride),    [ff_pb_1]"f"(ff_pb_1)
stride           2225 libavcodec/mips/h264dsp_mmi.c void ff_deblock_v_luma_8_mmi(uint8_t *pix, int stride, int alpha, int beta,
stride           2229 libavcodec/mips/h264dsp_mmi.c         ff_deblock_v8_luma_8_mmi(pix + 0, stride, alpha, beta, tc0);
stride           2231 libavcodec/mips/h264dsp_mmi.c         ff_deblock_v8_luma_8_mmi(pix + 8, stride, alpha, beta, tc0 + 2);
stride           2234 libavcodec/mips/h264dsp_mmi.c void ff_deblock_v_luma_intra_8_mmi(uint8_t *pix, int stride, int alpha,
stride           2237 libavcodec/mips/h264dsp_mmi.c     deblock_v8_luma_intra_8_mmi(pix + 0, stride, alpha, beta);
stride           2238 libavcodec/mips/h264dsp_mmi.c     deblock_v8_luma_intra_8_mmi(pix + 8, stride, alpha, beta);
stride           2241 libavcodec/mips/h264dsp_mmi.c void ff_deblock_h_luma_8_mmi(uint8_t *pix, int stride, int alpha, int beta,
stride           2357 libavcodec/mips/h264dsp_mmi.c         : [pix]"r"(pix),                    [stride]"r"((mips_reg)stride),
stride           2454 libavcodec/mips/h264dsp_mmi.c         : [pix]"r"(pix),                    [stride]"r"((mips_reg)stride),
stride           2460 libavcodec/mips/h264dsp_mmi.c void ff_deblock_h_luma_intra_8_mmi(uint8_t *pix, int stride, int alpha,
stride           2592 libavcodec/mips/h264dsp_mmi.c         : [pix]"r"(pix),                    [stride]"r"((mips_reg)stride),
stride           2722 libavcodec/mips/h264dsp_mmi.c         : [pix]"r"(pix),                    [stride]"r"((mips_reg)stride),
stride             24 libavcodec/mips/h264dsp_msa.c static void avc_wgt_4x2_msa(uint8_t *data, int32_t stride,
stride             39 libavcodec/mips/h264dsp_msa.c     LW2(data, stride, tp0, tp1);
stride             48 libavcodec/mips/h264dsp_msa.c     ST_W2(src0, 0, 1, data, stride);
stride             51 libavcodec/mips/h264dsp_msa.c static void avc_wgt_4x4_msa(uint8_t *data, int32_t stride, int32_t log2_denom,
stride             64 libavcodec/mips/h264dsp_msa.c     LW4(data, stride, tp0, tp1, tp2, tp3);
stride             74 libavcodec/mips/h264dsp_msa.c     ST_W4(src0, 0, 1, 2, 3, data, stride);
stride             77 libavcodec/mips/h264dsp_msa.c static void avc_wgt_4x8_msa(uint8_t *data, int32_t stride, int32_t log2_denom,
stride             91 libavcodec/mips/h264dsp_msa.c     LW4(data, stride, tp0, tp1, tp2, tp3);
stride             93 libavcodec/mips/h264dsp_msa.c     LW4(data + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride            105 libavcodec/mips/h264dsp_msa.c     ST_W8(src0, src1, 0, 1, 2, 3, 0, 1, 2, 3, data, stride);
stride            108 libavcodec/mips/h264dsp_msa.c static void avc_wgt_8x4_msa(uint8_t *data, int32_t stride, int32_t log2_denom,
stride            123 libavcodec/mips/h264dsp_msa.c     LD4(data, stride, tp0, tp1, tp2, tp3);
stride            136 libavcodec/mips/h264dsp_msa.c     ST_D4(src0, src1, 0, 1, 0, 1, data, stride);
stride            139 libavcodec/mips/h264dsp_msa.c static void avc_wgt_8x8_msa(uint8_t *data, int32_t stride, int32_t log2_denom,
stride            155 libavcodec/mips/h264dsp_msa.c     LD4(data, stride, tp0, tp1, tp2, tp3);
stride            158 libavcodec/mips/h264dsp_msa.c     LD4(data + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride            178 libavcodec/mips/h264dsp_msa.c     ST_D8(src0, src1, src2, src3, 0, 1, 0, 1, 0, 1, 0, 1, data, stride);
stride            181 libavcodec/mips/h264dsp_msa.c static void avc_wgt_8x16_msa(uint8_t *data, int32_t stride, int32_t log2_denom,
stride            198 libavcodec/mips/h264dsp_msa.c         LD4(data, stride, tp0, tp1, tp2, tp3);
stride            201 libavcodec/mips/h264dsp_msa.c         LD4(data + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride            221 libavcodec/mips/h264dsp_msa.c         ST_D8(src0, src1, src2, src3, 0, 1, 0, 1, 0, 1, 0, 1, data, stride);
stride            222 libavcodec/mips/h264dsp_msa.c         data += 8 * stride;
stride            226 libavcodec/mips/h264dsp_msa.c static void avc_biwgt_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            245 libavcodec/mips/h264dsp_msa.c     LW2(src, stride, tp0, tp1);
stride            247 libavcodec/mips/h264dsp_msa.c     LW2(dst, stride, tp0, tp1);
stride            256 libavcodec/mips/h264dsp_msa.c     ST_W2(dst0, 0, 1, dst, stride);
stride            259 libavcodec/mips/h264dsp_msa.c static void avc_biwgt_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            278 libavcodec/mips/h264dsp_msa.c     LW4(src, stride, tp0, tp1, tp2, tp3);
stride            280 libavcodec/mips/h264dsp_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride            290 libavcodec/mips/h264dsp_msa.c     ST_W4(dst0, 0, 1, 2, 3, dst, stride);
stride            293 libavcodec/mips/h264dsp_msa.c static void avc_biwgt_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            311 libavcodec/mips/h264dsp_msa.c     LW4(src, stride, tp0, tp1, tp2, tp3);
stride            312 libavcodec/mips/h264dsp_msa.c     src += 4 * stride;
stride            314 libavcodec/mips/h264dsp_msa.c     LW4(src, stride, tp0, tp1, tp2, tp3);
stride            316 libavcodec/mips/h264dsp_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride            318 libavcodec/mips/h264dsp_msa.c     LW4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride            330 libavcodec/mips/h264dsp_msa.c     ST_W8(dst0, dst1, 0, 1, 2, 3, 0, 1, 2, 3, dst, stride);
stride            333 libavcodec/mips/h264dsp_msa.c static void avc_biwgt_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            352 libavcodec/mips/h264dsp_msa.c     LD4(src, stride, tp0, tp1, tp2, tp3);
stride            355 libavcodec/mips/h264dsp_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride            368 libavcodec/mips/h264dsp_msa.c     ST_D4(dst0, dst1, 0, 1, 0, 1, dst, stride);
stride            371 libavcodec/mips/h264dsp_msa.c static void avc_biwgt_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            389 libavcodec/mips/h264dsp_msa.c     LD4(src, stride, tp0, tp1, tp2, tp3);
stride            392 libavcodec/mips/h264dsp_msa.c     LD4(src + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride            395 libavcodec/mips/h264dsp_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride            398 libavcodec/mips/h264dsp_msa.c     LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride            419 libavcodec/mips/h264dsp_msa.c     ST_D8(dst0, dst1, dst2, dst3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride            422 libavcodec/mips/h264dsp_msa.c static void avc_biwgt_8x16_msa(uint8_t *src, uint8_t *dst, int32_t stride,
stride            445 libavcodec/mips/h264dsp_msa.c         LD4(src, stride, tp0, tp1, tp2, tp3);
stride            446 libavcodec/mips/h264dsp_msa.c         src += 4 * stride;
stride            449 libavcodec/mips/h264dsp_msa.c         LD4(src, stride, tp0, tp1, tp2, tp3);
stride            450 libavcodec/mips/h264dsp_msa.c         src += 4 * stride;
stride            453 libavcodec/mips/h264dsp_msa.c         LD4(dst, stride, tp0, tp1, tp2, tp3);
stride            456 libavcodec/mips/h264dsp_msa.c         LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride            480 libavcodec/mips/h264dsp_msa.c         ST_D8(dst0, dst1, dst2, dst3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride            481 libavcodec/mips/h264dsp_msa.c         dst += 8 * stride;
stride            558 libavcodec/mips/h264dsp_msa.c #define AVC_LPF_H_CHROMA_422(src, stride, tc_val, alpha, beta, res)      \
stride            572 libavcodec/mips/h264dsp_msa.c     LW4((src - 2), stride, load0, load1, load2, load3);                  \
stride            624 libavcodec/mips/h264dsp_msa.c #define AVC_LPF_H_2BYTE_CHROMA_422(src, stride, tc_val, alpha, beta, res)  \
stride            638 libavcodec/mips/h264dsp_msa.c     load1 = LW(src - 2 + stride);                                          \
stride            972 libavcodec/mips/h264dsp_msa.c static void avc_h_loop_filter_luma_mbaff_intra_msa(uint8_t *src, int32_t stride,
stride            999 libavcodec/mips/h264dsp_msa.c     load1 = LD(src + stride - 4);
stride           1003 libavcodec/mips/h264dsp_msa.c     load0 = LD(src + (2 * stride) - 4);
stride           1004 libavcodec/mips/h264dsp_msa.c     load1 = LD(src + (3 * stride) - 4);
stride           1008 libavcodec/mips/h264dsp_msa.c     load0 = LD(src + (4 * stride) - 4);
stride           1009 libavcodec/mips/h264dsp_msa.c     load1 = LD(src + (5 * stride) - 4);
stride           1013 libavcodec/mips/h264dsp_msa.c     load0 = LD(src + (6 * stride) - 4);
stride           1014 libavcodec/mips/h264dsp_msa.c     load1 = LD(src + (7 * stride) - 4);
stride           1130 libavcodec/mips/h264dsp_msa.c     src += stride;
stride           1133 libavcodec/mips/h264dsp_msa.c     src += stride;
stride           1142 libavcodec/mips/h264dsp_msa.c     src += stride;
stride           1145 libavcodec/mips/h264dsp_msa.c     src += stride;
stride           1154 libavcodec/mips/h264dsp_msa.c     src += stride;
stride           1157 libavcodec/mips/h264dsp_msa.c     src += stride;
stride           1166 libavcodec/mips/h264dsp_msa.c     src += stride;
stride           1718 libavcodec/mips/h264dsp_msa.c static void avc_h_loop_filter_luma_mbaff_msa(uint8_t *in, int32_t stride,
stride           1753 libavcodec/mips/h264dsp_msa.c         data += (2 * stride);
stride           1757 libavcodec/mips/h264dsp_msa.c         load = LD(data - 3 + stride);
stride           1759 libavcodec/mips/h264dsp_msa.c         data += (2 * stride);
stride           1763 libavcodec/mips/h264dsp_msa.c         data += (2 * stride);
stride           1767 libavcodec/mips/h264dsp_msa.c         load = LD(data - 3 + stride);
stride           1769 libavcodec/mips/h264dsp_msa.c         data += (2 * stride);
stride           1773 libavcodec/mips/h264dsp_msa.c         data += (2 * stride);
stride           1777 libavcodec/mips/h264dsp_msa.c         load = LD(data - 3 + stride);
stride           1779 libavcodec/mips/h264dsp_msa.c         data += (2 * stride);
stride           1783 libavcodec/mips/h264dsp_msa.c         data += (2 * stride);
stride           1787 libavcodec/mips/h264dsp_msa.c         load = LD(data - 3 + stride);
stride           1789 libavcodec/mips/h264dsp_msa.c         data += (2 * stride);
stride           1899 libavcodec/mips/h264dsp_msa.c         data += (2 * stride);
stride           1902 libavcodec/mips/h264dsp_msa.c         data += stride;
stride           1904 libavcodec/mips/h264dsp_msa.c         data += stride;
stride           1908 libavcodec/mips/h264dsp_msa.c         data += (2 * stride);
stride           1911 libavcodec/mips/h264dsp_msa.c         data += stride;
stride           1913 libavcodec/mips/h264dsp_msa.c         data += stride;
stride           1922 libavcodec/mips/h264dsp_msa.c         data += (2 * stride);
stride           1925 libavcodec/mips/h264dsp_msa.c         data += stride;
stride           1927 libavcodec/mips/h264dsp_msa.c         data += stride;
stride           1932 libavcodec/mips/h264dsp_msa.c         data += stride;
stride           2118 libavcodec/mips/h264dsp_msa.c static void avc_h_loop_filter_chroma422_msa(uint8_t *src, int32_t stride,
stride           2132 libavcodec/mips/h264dsp_msa.c             src += (4 * stride);
stride           2136 libavcodec/mips/h264dsp_msa.c         AVC_LPF_H_CHROMA_422(src, stride, tc_val, alpha, beta, res);
stride           2137 libavcodec/mips/h264dsp_msa.c         ST_H4(res, 0, 1, 2, 3, (src - 1), stride);
stride           2138 libavcodec/mips/h264dsp_msa.c         src += (4 * stride);
stride           2142 libavcodec/mips/h264dsp_msa.c static void avc_h_loop_filter_chroma422_mbaff_msa(uint8_t *src, int32_t stride,
stride           2158 libavcodec/mips/h264dsp_msa.c             src += 4 * stride;
stride           2162 libavcodec/mips/h264dsp_msa.c         AVC_LPF_H_2BYTE_CHROMA_422(src, stride, tc_val, alpha, beta, res);
stride           2168 libavcodec/mips/h264dsp_msa.c         src += stride;
stride           2170 libavcodec/mips/h264dsp_msa.c         src += stride;
stride           2329 libavcodec/mips/h264dsp_msa.c void ff_weight_h264_pixels16_8_msa(uint8_t *src, ptrdiff_t stride,
stride           2349 libavcodec/mips/h264dsp_msa.c     LD_UB8(src, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride           2384 libavcodec/mips/h264dsp_msa.c     ST_UB8(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, src, stride);
stride           2385 libavcodec/mips/h264dsp_msa.c     src += 8 * stride;
stride           2388 libavcodec/mips/h264dsp_msa.c         LD_UB8(src, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride           2423 libavcodec/mips/h264dsp_msa.c         ST_UB8(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, src, stride);
stride           2427 libavcodec/mips/h264dsp_msa.c void ff_weight_h264_pixels8_8_msa(uint8_t *src, ptrdiff_t stride,
stride           2432 libavcodec/mips/h264dsp_msa.c         avc_wgt_8x4_msa(src, stride, log2_denom, weight_src, offset);
stride           2434 libavcodec/mips/h264dsp_msa.c         avc_wgt_8x8_msa(src, stride, log2_denom, weight_src, offset);
stride           2436 libavcodec/mips/h264dsp_msa.c         avc_wgt_8x16_msa(src, stride, log2_denom, weight_src, offset);
stride           2440 libavcodec/mips/h264dsp_msa.c void ff_weight_h264_pixels4_8_msa(uint8_t *src, ptrdiff_t stride,
stride           2445 libavcodec/mips/h264dsp_msa.c         avc_wgt_4x2_msa(src, stride, log2_denom, weight_src, offset);
stride           2447 libavcodec/mips/h264dsp_msa.c         avc_wgt_4x4_msa(src, stride, log2_denom, weight_src, offset);
stride           2449 libavcodec/mips/h264dsp_msa.c         avc_wgt_4x8_msa(src, stride, log2_denom, weight_src, offset);
stride           2454 libavcodec/mips/h264dsp_msa.c                                      ptrdiff_t stride, int height,
stride           2477 libavcodec/mips/h264dsp_msa.c     LD_UB8(src, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride           2478 libavcodec/mips/h264dsp_msa.c     src += 8 * stride;
stride           2479 libavcodec/mips/h264dsp_msa.c     LD_UB8(dst, stride, dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7);
stride           2516 libavcodec/mips/h264dsp_msa.c     ST_UB8(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst, stride);
stride           2517 libavcodec/mips/h264dsp_msa.c     dst += 8 * stride;
stride           2520 libavcodec/mips/h264dsp_msa.c         LD_UB8(src, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride           2521 libavcodec/mips/h264dsp_msa.c         LD_UB8(dst, stride, dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7);
stride           2558 libavcodec/mips/h264dsp_msa.c         ST_UB8(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst, stride);
stride           2563 libavcodec/mips/h264dsp_msa.c                                     ptrdiff_t stride, int height,
stride           2568 libavcodec/mips/h264dsp_msa.c         avc_biwgt_8x4_msa(src, dst, stride, log2_denom, weight_src, weight_dst,
stride           2571 libavcodec/mips/h264dsp_msa.c         avc_biwgt_8x8_msa(src, dst, stride, log2_denom, weight_src, weight_dst,
stride           2574 libavcodec/mips/h264dsp_msa.c         avc_biwgt_8x16_msa(src, dst, stride, log2_denom, weight_src, weight_dst,
stride           2580 libavcodec/mips/h264dsp_msa.c                                     ptrdiff_t stride, int height,
stride           2585 libavcodec/mips/h264dsp_msa.c         avc_biwgt_4x2_msa(src, dst, stride, log2_denom, weight_src, weight_dst,
stride           2588 libavcodec/mips/h264dsp_msa.c         avc_biwgt_4x4_msa(src, dst, stride, log2_denom, weight_src, weight_dst,
stride           2591 libavcodec/mips/h264dsp_msa.c         avc_biwgt_4x8_msa(src, dst, stride, log2_denom, weight_src, weight_dst,
stride             27 libavcodec/mips/h264pred_mips.h void ff_pred16x16_vertical_8_mmi(uint8_t *src, ptrdiff_t stride);
stride             28 libavcodec/mips/h264pred_mips.h void ff_pred16x16_horizontal_8_mmi(uint8_t *src, ptrdiff_t stride);
stride             29 libavcodec/mips/h264pred_mips.h void ff_pred16x16_dc_8_mmi(uint8_t *src, ptrdiff_t stride);
stride             31 libavcodec/mips/h264pred_mips.h         ptrdiff_t stride);
stride             33 libavcodec/mips/h264pred_mips.h         ptrdiff_t stride);
stride             35 libavcodec/mips/h264pred_mips.h         int has_topright, ptrdiff_t stride);
stride             37 libavcodec/mips/h264pred_mips.h         ptrdiff_t stride);
stride             38 libavcodec/mips/h264pred_mips.h void ff_pred8x8_vertical_8_mmi(uint8_t *src, ptrdiff_t stride);
stride             39 libavcodec/mips/h264pred_mips.h void ff_pred8x8_horizontal_8_mmi(uint8_t *src, ptrdiff_t stride);
stride             40 libavcodec/mips/h264pred_mips.h void ff_pred16x16_plane_svq3_8_mmi(uint8_t *src, ptrdiff_t stride);
stride             41 libavcodec/mips/h264pred_mips.h void ff_pred16x16_plane_rv40_8_mmi(uint8_t *src, ptrdiff_t stride);
stride             42 libavcodec/mips/h264pred_mips.h void ff_pred16x16_plane_h264_8_mmi(uint8_t *src, ptrdiff_t stride);
stride             43 libavcodec/mips/h264pred_mips.h void ff_pred8x8_top_dc_8_mmi(uint8_t *src, ptrdiff_t stride);
stride             44 libavcodec/mips/h264pred_mips.h void ff_pred8x8_dc_8_mmi(uint8_t *src, ptrdiff_t stride);
stride             45 libavcodec/mips/h264pred_mips.h void ff_pred8x16_vertical_8_mmi(uint8_t *src, ptrdiff_t stride);
stride             46 libavcodec/mips/h264pred_mips.h void ff_pred8x16_horizontal_8_mmi(uint8_t *src, ptrdiff_t stride);
stride             30 libavcodec/mips/h264pred_mmi.c void ff_pred16x16_vertical_8_mmi(uint8_t *src, ptrdiff_t stride)
stride             55 libavcodec/mips/h264pred_mmi.c         : [stride]"r"((mips_reg)stride),    [srcA]"r"((mips_reg)(src-stride))
stride             60 libavcodec/mips/h264pred_mmi.c void ff_pred16x16_horizontal_8_mmi(uint8_t *src, ptrdiff_t stride)
stride             91 libavcodec/mips/h264pred_mmi.c         : [src]"r"((mips_reg)src),          [stride]"r"((mips_reg)stride),
stride             97 libavcodec/mips/h264pred_mmi.c void ff_pred16x16_dc_8_mmi(uint8_t *src, ptrdiff_t stride)
stride            149 libavcodec/mips/h264pred_mmi.c         : [src]"r"((mips_reg)src),          [stride]"r"((mips_reg)stride),
stride            156 libavcodec/mips/h264pred_mmi.c         int has_topright, ptrdiff_t stride)
stride            211 libavcodec/mips/h264pred_mmi.c         : [srcA]"r"((mips_reg)(src-stride-1)),
stride            212 libavcodec/mips/h264pred_mmi.c           [src0]"r"((mips_reg)(src-stride)),
stride            213 libavcodec/mips/h264pred_mmi.c           [src1]"r"((mips_reg)(src-stride+1)),
stride            225 libavcodec/mips/h264pred_mmi.c         MMI_SDXC1(%[ftmp0], %[src], %[stride], 0x00)
stride            229 libavcodec/mips/h264pred_mmi.c         MMI_SDXC1(%[ftmp0], %[src], %[stride], 0x00)
stride            239 libavcodec/mips/h264pred_mmi.c         : [dc]"f"(dc),                      [stride]"r"((mips_reg)stride)
stride            245 libavcodec/mips/h264pred_mmi.c         ptrdiff_t stride)
stride            251 libavcodec/mips/h264pred_mmi.c     const int l0 = ((has_topleft ? src[-1+-1*stride] : src[-1+0*stride]) + 2*src[-1+0*stride] + src[-1+1*stride] + 2) >> 2;
stride            252 libavcodec/mips/h264pred_mmi.c     const int l1 = (src[-1+0*stride] + 2*src[-1+1*stride] + src[-1+2*stride] + 2) >> 2;
stride            253 libavcodec/mips/h264pred_mmi.c     const int l2 = (src[-1+1*stride] + 2*src[-1+2*stride] + src[-1+3*stride] + 2) >> 2;
stride            254 libavcodec/mips/h264pred_mmi.c     const int l3 = (src[-1+2*stride] + 2*src[-1+3*stride] + src[-1+4*stride] + 2) >> 2;
stride            255 libavcodec/mips/h264pred_mmi.c     const int l4 = (src[-1+3*stride] + 2*src[-1+4*stride] + src[-1+5*stride] + 2) >> 2;
stride            256 libavcodec/mips/h264pred_mmi.c     const int l5 = (src[-1+4*stride] + 2*src[-1+5*stride] + src[-1+6*stride] + 2) >> 2;
stride            257 libavcodec/mips/h264pred_mmi.c     const int l6 = (src[-1+5*stride] + 2*src[-1+6*stride] + src[-1+7*stride] + 2) >> 2;
stride            258 libavcodec/mips/h264pred_mmi.c     const int l7 = (src[-1+6*stride] + 2*src[-1+7*stride] + src[-1+7*stride] + 2) >> 2;
stride            315 libavcodec/mips/h264pred_mmi.c         : [srcA]"r"((mips_reg)(src-stride-1)),
stride            316 libavcodec/mips/h264pred_mmi.c           [src0]"r"((mips_reg)(src-stride)),
stride            317 libavcodec/mips/h264pred_mmi.c           [src1]"r"((mips_reg)(src-stride+1)),
stride            331 libavcodec/mips/h264pred_mmi.c         MMI_SDXC1(%[ftmp0], %[src], %[stride], 0x00)
stride            335 libavcodec/mips/h264pred_mmi.c         MMI_SDXC1(%[ftmp0], %[src], %[stride], 0x00)
stride            345 libavcodec/mips/h264pred_mmi.c         : [dc]"f"(dc),                      [stride]"r"((mips_reg)stride)
stride            351 libavcodec/mips/h264pred_mmi.c         int has_topright, ptrdiff_t stride)
stride            400 libavcodec/mips/h264pred_mmi.c         : [srcA]"r"((mips_reg)(src-stride-1)),
stride            401 libavcodec/mips/h264pred_mmi.c           [src0]"r"((mips_reg)(src-stride)),
stride            402 libavcodec/mips/h264pred_mmi.c           [src1]"r"((mips_reg)(src-stride+1)),
stride            425 libavcodec/mips/h264pred_mmi.c         : [stride]"r"((mips_reg)stride)
stride            431 libavcodec/mips/h264pred_mmi.c         ptrdiff_t stride)
stride            433 libavcodec/mips/h264pred_mmi.c     const int dc = (src[-stride] + src[1-stride] + src[2-stride]
stride            434 libavcodec/mips/h264pred_mmi.c                  + src[3-stride] + src[-1+0*stride] + src[-1+1*stride]
stride            435 libavcodec/mips/h264pred_mmi.c                  + src[-1+2*stride] + src[-1+3*stride] + 4) >>3;
stride            454 libavcodec/mips/h264pred_mmi.c         : [src]"r"((mips_reg)src),          [stride]"r"((mips_reg)stride),
stride            460 libavcodec/mips/h264pred_mmi.c void ff_pred8x8_vertical_8_mmi(uint8_t *src, ptrdiff_t stride)
stride            482 libavcodec/mips/h264pred_mmi.c         : [src]"r"((mips_reg)src),          [stride]"r"((mips_reg)stride)
stride            487 libavcodec/mips/h264pred_mmi.c void ff_pred8x8_horizontal_8_mmi(uint8_t *src, ptrdiff_t stride)
stride            514 libavcodec/mips/h264pred_mmi.c         : [src]"r"((mips_reg)src),          [stride]"r"((mips_reg)stride),
stride            520 libavcodec/mips/h264pred_mmi.c void ff_pred8x8_top_dc_8_mmi(uint8_t *src, ptrdiff_t stride)
stride            567 libavcodec/mips/h264pred_mmi.c         : [stride]"r"((mips_reg)stride)
stride            572 libavcodec/mips/h264pred_mmi.c void ff_pred8x8_dc_8_mmi(uint8_t *src, ptrdiff_t stride)
stride            673 libavcodec/mips/h264pred_mmi.c         : [src]"r"((mips_reg)src),          [stride]"r"((mips_reg)stride)
stride            678 libavcodec/mips/h264pred_mmi.c void ff_pred8x16_vertical_8_mmi(uint8_t *src, ptrdiff_t stride)
stride            704 libavcodec/mips/h264pred_mmi.c         : [stride]"r"((mips_reg)stride),    [srcA]"r"((mips_reg)(src-stride))
stride            709 libavcodec/mips/h264pred_mmi.c void ff_pred8x16_horizontal_8_mmi(uint8_t *src, ptrdiff_t stride)
stride            736 libavcodec/mips/h264pred_mmi.c         : [src]"r"((mips_reg)src),          [stride]"r"((mips_reg)stride),
stride            742 libavcodec/mips/h264pred_mmi.c static inline void pred16x16_plane_compat_mmi(uint8_t *src, int stride,
stride            962 libavcodec/mips/h264pred_mmi.c         : [src]"r"(src),                    [stride]"r"((mips_reg)stride),
stride            972 libavcodec/mips/h264pred_mmi.c void ff_pred16x16_plane_h264_8_mmi(uint8_t *src, ptrdiff_t stride)
stride            974 libavcodec/mips/h264pred_mmi.c     pred16x16_plane_compat_mmi(src, stride, 0, 0);
stride            977 libavcodec/mips/h264pred_mmi.c void ff_pred16x16_plane_svq3_8_mmi(uint8_t *src, ptrdiff_t stride)
stride            979 libavcodec/mips/h264pred_mmi.c     pred16x16_plane_compat_mmi(src, stride, 1, 0);
stride            982 libavcodec/mips/h264pred_mmi.c void ff_pred16x16_plane_rv40_8_mmi(uint8_t *src, ptrdiff_t stride)
stride            984 libavcodec/mips/h264pred_mmi.c     pred16x16_plane_compat_mmi(src, stride, 0, 1);
stride            137 libavcodec/mips/h264pred_msa.c static void intra_predict_plane_8x8_msa(uint8_t *src, int32_t stride)
stride            150 libavcodec/mips/h264pred_msa.c     src_top = LD_UB(src - (stride + 1));
stride            160 libavcodec/mips/h264pred_msa.c     res1 = (src[4 * stride - 1] - src[2 * stride - 1]) +
stride            161 libavcodec/mips/h264pred_msa.c         2 * (src[5 * stride - 1] - src[stride - 1]) +
stride            162 libavcodec/mips/h264pred_msa.c         3 * (src[6 * stride - 1] - src[-1]) +
stride            163 libavcodec/mips/h264pred_msa.c         4 * (src[7 * stride - 1] - src[-stride - 1]);
stride            171 libavcodec/mips/h264pred_msa.c     res2 = 16 * (src[7 * stride - 1] + src[-stride + 7] + 1);
stride            197 libavcodec/mips/h264pred_msa.c         src += stride;
stride            199 libavcodec/mips/h264pred_msa.c         src += stride;
stride            205 libavcodec/mips/h264pred_msa.c static void intra_predict_plane_16x16_msa(uint8_t *src, int32_t stride)
stride            219 libavcodec/mips/h264pred_msa.c     load0 = LD(src - (stride + 1));
stride            220 libavcodec/mips/h264pred_msa.c     load1 = LD(src - (stride + 1) + 9);
stride            233 libavcodec/mips/h264pred_msa.c     res1 = (src[8 * stride - 1] - src[6 * stride - 1]) +
stride            234 libavcodec/mips/h264pred_msa.c         2 * (src[9 * stride - 1] - src[5 * stride - 1]) +
stride            235 libavcodec/mips/h264pred_msa.c         3 * (src[10 * stride - 1] - src[4 * stride - 1]) +
stride            236 libavcodec/mips/h264pred_msa.c         4 * (src[11 * stride - 1] - src[3 * stride - 1]) +
stride            237 libavcodec/mips/h264pred_msa.c         5 * (src[12 * stride - 1] - src[2 * stride - 1]) +
stride            238 libavcodec/mips/h264pred_msa.c         6 * (src[13 * stride - 1] - src[stride - 1]) +
stride            239 libavcodec/mips/h264pred_msa.c         7 * (src[14 * stride - 1] - src[-1]) +
stride            240 libavcodec/mips/h264pred_msa.c         8 * (src[15 * stride - 1] - src[-1 * stride - 1]);
stride            248 libavcodec/mips/h264pred_msa.c     res2 = 16 * (src[15 * stride - 1] + src[-stride + 15] + 1);
stride            277 libavcodec/mips/h264pred_msa.c         ST_UB2(store0, store1, src, stride);
stride            278 libavcodec/mips/h264pred_msa.c         src += 2 * stride;
stride            284 libavcodec/mips/h264pred_msa.c static void intra_predict_dc_4blk_8x8_msa(uint8_t *src, int32_t stride)
stride            293 libavcodec/mips/h264pred_msa.c     src_top = LD_UB(src - stride);
stride            298 libavcodec/mips/h264pred_msa.c     src0 += src[0 * stride - 1];
stride            299 libavcodec/mips/h264pred_msa.c     src0 += src[1 * stride - 1];
stride            300 libavcodec/mips/h264pred_msa.c     src0 += src[2 * stride - 1];
stride            301 libavcodec/mips/h264pred_msa.c     src0 += src[3 * stride - 1];
stride            302 libavcodec/mips/h264pred_msa.c     src2  = src[4 * stride - 1];
stride            303 libavcodec/mips/h264pred_msa.c     src2 += src[5 * stride - 1];
stride            304 libavcodec/mips/h264pred_msa.c     src2 += src[6 * stride - 1];
stride            305 libavcodec/mips/h264pred_msa.c     src2 += src[7 * stride - 1];
stride            317 libavcodec/mips/h264pred_msa.c     SD4(store0, store0, store0, store0, src, stride);
stride            318 libavcodec/mips/h264pred_msa.c     src += (4 * stride);
stride            319 libavcodec/mips/h264pred_msa.c     SD4(store1, store1, store1, store1, src, stride);
stride            322 libavcodec/mips/h264pred_msa.c static void intra_predict_hor_dc_8x8_msa(uint8_t *src, int32_t stride)
stride            327 libavcodec/mips/h264pred_msa.c     src0  = src[0 * stride - 1];
stride            328 libavcodec/mips/h264pred_msa.c     src0 += src[1 * stride - 1];
stride            329 libavcodec/mips/h264pred_msa.c     src0 += src[2 * stride - 1];
stride            330 libavcodec/mips/h264pred_msa.c     src0 += src[3 * stride - 1];
stride            331 libavcodec/mips/h264pred_msa.c     src1  = src[4 * stride - 1];
stride            332 libavcodec/mips/h264pred_msa.c     src1 += src[5 * stride - 1];
stride            333 libavcodec/mips/h264pred_msa.c     src1 += src[6 * stride - 1];
stride            334 libavcodec/mips/h264pred_msa.c     src1 += src[7 * stride - 1];
stride            340 libavcodec/mips/h264pred_msa.c     SD4(out0, out0, out0, out0, src, stride);
stride            341 libavcodec/mips/h264pred_msa.c     src += (4 * stride);
stride            342 libavcodec/mips/h264pred_msa.c     SD4(out1, out1, out1, out1, src, stride);
stride            345 libavcodec/mips/h264pred_msa.c static void intra_predict_vert_dc_8x8_msa(uint8_t *src, int32_t stride)
stride            353 libavcodec/mips/h264pred_msa.c     src_top = LD_UB(src - stride);
stride            360 libavcodec/mips/h264pred_msa.c     SD4(out0, out0, out0, out0, src, stride);
stride            361 libavcodec/mips/h264pred_msa.c     src += (4 * stride);
stride            362 libavcodec/mips/h264pred_msa.c     SD4(out0, out0, out0, out0, src, stride);
stride            365 libavcodec/mips/h264pred_msa.c static void intra_predict_mad_cow_dc_l0t_8x8_msa(uint8_t *src, int32_t stride)
stride            374 libavcodec/mips/h264pred_msa.c     src_top = LD_UB(src - stride);
stride            380 libavcodec/mips/h264pred_msa.c     src2  = src[0 * stride - 1];
stride            381 libavcodec/mips/h264pred_msa.c     src2 += src[1 * stride - 1];
stride            382 libavcodec/mips/h264pred_msa.c     src2 += src[2 * stride - 1];
stride            383 libavcodec/mips/h264pred_msa.c     src2 += src[3 * stride - 1];
stride            394 libavcodec/mips/h264pred_msa.c     SD4(store0, store0, store0, store0, src, stride);
stride            395 libavcodec/mips/h264pred_msa.c     src += (4 * stride);
stride            396 libavcodec/mips/h264pred_msa.c     SD4(store1, store1, store1, store1, src, stride);
stride            399 libavcodec/mips/h264pred_msa.c static void intra_predict_mad_cow_dc_0lt_8x8_msa(uint8_t *src, int32_t stride)
stride            408 libavcodec/mips/h264pred_msa.c     src_top = LD_UB(src - stride);
stride            414 libavcodec/mips/h264pred_msa.c     src2  = src[4 * stride - 1];
stride            415 libavcodec/mips/h264pred_msa.c     src2 += src[5 * stride - 1];
stride            416 libavcodec/mips/h264pred_msa.c     src2 += src[6 * stride - 1];
stride            417 libavcodec/mips/h264pred_msa.c     src2 += src[7 * stride - 1];
stride            430 libavcodec/mips/h264pred_msa.c     SD4(store0, store0, store0, store0, src, stride);
stride            431 libavcodec/mips/h264pred_msa.c     src += (4 * stride);
stride            432 libavcodec/mips/h264pred_msa.c     SD4(store1, store1, store1, store1, src, stride);
stride            435 libavcodec/mips/h264pred_msa.c static void intra_predict_mad_cow_dc_l00_8x8_msa(uint8_t *src, int32_t stride)
stride            440 libavcodec/mips/h264pred_msa.c     src0  = src[0 * stride - 1];
stride            441 libavcodec/mips/h264pred_msa.c     src0 += src[1 * stride - 1];
stride            442 libavcodec/mips/h264pred_msa.c     src0 += src[2 * stride - 1];
stride            443 libavcodec/mips/h264pred_msa.c     src0 += src[3 * stride - 1];
stride            448 libavcodec/mips/h264pred_msa.c     SD4(out0, out0, out0, out0, src, stride);
stride            449 libavcodec/mips/h264pred_msa.c     src += (4 * stride);
stride            450 libavcodec/mips/h264pred_msa.c     SD4(out1, out1, out1, out1, src, stride);
stride            453 libavcodec/mips/h264pred_msa.c static void intra_predict_mad_cow_dc_0l0_8x8_msa(uint8_t *src, int32_t stride)
stride            458 libavcodec/mips/h264pred_msa.c     src0  = src[4 * stride - 1];
stride            459 libavcodec/mips/h264pred_msa.c     src0 += src[5 * stride - 1];
stride            460 libavcodec/mips/h264pred_msa.c     src0 += src[6 * stride - 1];
stride            461 libavcodec/mips/h264pred_msa.c     src0 += src[7 * stride - 1];
stride            467 libavcodec/mips/h264pred_msa.c     SD4(out0, out0, out0, out0, src, stride);
stride            468 libavcodec/mips/h264pred_msa.c     src += (4 * stride);
stride            469 libavcodec/mips/h264pred_msa.c     SD4(out1, out1, out1, out1, src, stride);
stride            472 libavcodec/mips/h264pred_msa.c void ff_h264_intra_predict_plane_8x8_msa(uint8_t *src, ptrdiff_t stride)
stride            474 libavcodec/mips/h264pred_msa.c     intra_predict_plane_8x8_msa(src, stride);
stride            477 libavcodec/mips/h264pred_msa.c void ff_h264_intra_predict_dc_4blk_8x8_msa(uint8_t *src, ptrdiff_t stride)
stride            479 libavcodec/mips/h264pred_msa.c     intra_predict_dc_4blk_8x8_msa(src, stride);
stride            482 libavcodec/mips/h264pred_msa.c void ff_h264_intra_predict_hor_dc_8x8_msa(uint8_t *src, ptrdiff_t stride)
stride            484 libavcodec/mips/h264pred_msa.c     intra_predict_hor_dc_8x8_msa(src, stride);
stride            487 libavcodec/mips/h264pred_msa.c void ff_h264_intra_predict_vert_dc_8x8_msa(uint8_t *src, ptrdiff_t stride)
stride            489 libavcodec/mips/h264pred_msa.c     intra_predict_vert_dc_8x8_msa(src, stride);
stride            493 libavcodec/mips/h264pred_msa.c                                                   ptrdiff_t stride)
stride            495 libavcodec/mips/h264pred_msa.c     intra_predict_mad_cow_dc_l0t_8x8_msa(src, stride);
stride            499 libavcodec/mips/h264pred_msa.c                                                   ptrdiff_t stride)
stride            501 libavcodec/mips/h264pred_msa.c     intra_predict_mad_cow_dc_0lt_8x8_msa(src, stride);
stride            505 libavcodec/mips/h264pred_msa.c                                                   ptrdiff_t stride)
stride            507 libavcodec/mips/h264pred_msa.c     intra_predict_mad_cow_dc_l00_8x8_msa(src, stride);
stride            511 libavcodec/mips/h264pred_msa.c                                                   ptrdiff_t stride)
stride            513 libavcodec/mips/h264pred_msa.c     intra_predict_mad_cow_dc_0l0_8x8_msa(src, stride);
stride            516 libavcodec/mips/h264pred_msa.c void ff_h264_intra_predict_plane_16x16_msa(uint8_t *src, ptrdiff_t stride)
stride            518 libavcodec/mips/h264pred_msa.c     intra_predict_plane_16x16_msa(src, stride);
stride            521 libavcodec/mips/h264pred_msa.c void ff_h264_intra_pred_vert_8x8_msa(uint8_t *src, ptrdiff_t stride)
stride            525 libavcodec/mips/h264pred_msa.c     intra_predict_vert_8x8_msa(src - stride, dst, stride);
stride            528 libavcodec/mips/h264pred_msa.c void ff_h264_intra_pred_horiz_8x8_msa(uint8_t *src, ptrdiff_t stride)
stride            532 libavcodec/mips/h264pred_msa.c     intra_predict_horiz_8x8_msa(src - 1, stride, dst, stride);
stride            535 libavcodec/mips/h264pred_msa.c void ff_h264_intra_pred_dc_16x16_msa(uint8_t *src, ptrdiff_t stride)
stride            537 libavcodec/mips/h264pred_msa.c     uint8_t *src_top = src - stride;
stride            554 libavcodec/mips/h264pred_msa.c     addition += src_left[ 0 * stride];
stride            555 libavcodec/mips/h264pred_msa.c     addition += src_left[ 1 * stride];
stride            556 libavcodec/mips/h264pred_msa.c     addition += src_left[ 2 * stride];
stride            557 libavcodec/mips/h264pred_msa.c     addition += src_left[ 3 * stride];
stride            558 libavcodec/mips/h264pred_msa.c     addition += src_left[ 4 * stride];
stride            559 libavcodec/mips/h264pred_msa.c     addition += src_left[ 5 * stride];
stride            560 libavcodec/mips/h264pred_msa.c     addition += src_left[ 6 * stride];
stride            561 libavcodec/mips/h264pred_msa.c     addition += src_left[ 7 * stride];
stride            562 libavcodec/mips/h264pred_msa.c     addition += src_left[ 8 * stride];
stride            563 libavcodec/mips/h264pred_msa.c     addition += src_left[ 9 * stride];
stride            564 libavcodec/mips/h264pred_msa.c     addition += src_left[10 * stride];
stride            565 libavcodec/mips/h264pred_msa.c     addition += src_left[11 * stride];
stride            566 libavcodec/mips/h264pred_msa.c     addition += src_left[12 * stride];
stride            567 libavcodec/mips/h264pred_msa.c     addition += src_left[13 * stride];
stride            568 libavcodec/mips/h264pred_msa.c     addition += src_left[14 * stride];
stride            569 libavcodec/mips/h264pred_msa.c     addition += src_left[15 * stride];
stride            573 libavcodec/mips/h264pred_msa.c     ST_UB8(out, out, out, out, out, out, out, out, dst, stride);
stride            574 libavcodec/mips/h264pred_msa.c     dst += (8 * stride);
stride            575 libavcodec/mips/h264pred_msa.c     ST_UB8(out, out, out, out, out, out, out, out, dst, stride);
stride            578 libavcodec/mips/h264pred_msa.c void ff_h264_intra_pred_vert_16x16_msa(uint8_t *src, ptrdiff_t stride)
stride            582 libavcodec/mips/h264pred_msa.c     intra_predict_vert_16x16_msa(src - stride, dst, stride);
stride            585 libavcodec/mips/h264pred_msa.c void ff_h264_intra_pred_horiz_16x16_msa(uint8_t *src, ptrdiff_t stride)
stride            589 libavcodec/mips/h264pred_msa.c     intra_predict_horiz_16x16_msa(src - 1, stride, dst, stride);
stride            592 libavcodec/mips/h264pred_msa.c void ff_h264_intra_pred_dc_left_16x16_msa(uint8_t *src, ptrdiff_t stride)
stride            599 libavcodec/mips/h264pred_msa.c     addition  = src_left[ 0 * stride];
stride            600 libavcodec/mips/h264pred_msa.c     addition += src_left[ 1 * stride];
stride            601 libavcodec/mips/h264pred_msa.c     addition += src_left[ 2 * stride];
stride            602 libavcodec/mips/h264pred_msa.c     addition += src_left[ 3 * stride];
stride            603 libavcodec/mips/h264pred_msa.c     addition += src_left[ 4 * stride];
stride            604 libavcodec/mips/h264pred_msa.c     addition += src_left[ 5 * stride];
stride            605 libavcodec/mips/h264pred_msa.c     addition += src_left[ 6 * stride];
stride            606 libavcodec/mips/h264pred_msa.c     addition += src_left[ 7 * stride];
stride            607 libavcodec/mips/h264pred_msa.c     addition += src_left[ 8 * stride];
stride            608 libavcodec/mips/h264pred_msa.c     addition += src_left[ 9 * stride];
stride            609 libavcodec/mips/h264pred_msa.c     addition += src_left[10 * stride];
stride            610 libavcodec/mips/h264pred_msa.c     addition += src_left[11 * stride];
stride            611 libavcodec/mips/h264pred_msa.c     addition += src_left[12 * stride];
stride            612 libavcodec/mips/h264pred_msa.c     addition += src_left[13 * stride];
stride            613 libavcodec/mips/h264pred_msa.c     addition += src_left[14 * stride];
stride            614 libavcodec/mips/h264pred_msa.c     addition += src_left[15 * stride];
stride            619 libavcodec/mips/h264pred_msa.c     ST_UB8(out, out, out, out, out, out, out, out, dst, stride);
stride            620 libavcodec/mips/h264pred_msa.c     dst += (8 * stride);
stride            621 libavcodec/mips/h264pred_msa.c     ST_UB8(out, out, out, out, out, out, out, out, dst, stride);
stride            624 libavcodec/mips/h264pred_msa.c void ff_h264_intra_pred_dc_top_16x16_msa(uint8_t *src, ptrdiff_t stride)
stride            626 libavcodec/mips/h264pred_msa.c     uint8_t *src_top = src - stride;
stride            643 libavcodec/mips/h264pred_msa.c     ST_UB8(out, out, out, out, out, out, out, out, dst, stride);
stride            644 libavcodec/mips/h264pred_msa.c     dst += (8 * stride);
stride            645 libavcodec/mips/h264pred_msa.c     ST_UB8(out, out, out, out, out, out, out, out, dst, stride);
stride            648 libavcodec/mips/h264pred_msa.c void ff_h264_intra_pred_dc_128_8x8_msa(uint8_t *src, ptrdiff_t stride)
stride            656 libavcodec/mips/h264pred_msa.c     SD4(out, out, out, out, src, stride);
stride            657 libavcodec/mips/h264pred_msa.c     src += (4 * stride);
stride            658 libavcodec/mips/h264pred_msa.c     SD4(out, out, out, out, src, stride);
stride            661 libavcodec/mips/h264pred_msa.c void ff_h264_intra_pred_dc_128_16x16_msa(uint8_t *src, ptrdiff_t stride)
stride            667 libavcodec/mips/h264pred_msa.c     ST_UB8(out, out, out, out, out, out, out, out, src, stride);
stride            668 libavcodec/mips/h264pred_msa.c     src += (8 * stride);
stride            669 libavcodec/mips/h264pred_msa.c     ST_UB8(out, out, out, out, out, out, out, out, src, stride);
stride            672 libavcodec/mips/h264pred_msa.c void ff_vp8_pred8x8_127_dc_8_msa(uint8_t *src, ptrdiff_t stride)
stride            674 libavcodec/mips/h264pred_msa.c     intra_predict_127dc_8x8_msa(src, stride);
stride            677 libavcodec/mips/h264pred_msa.c void ff_vp8_pred8x8_129_dc_8_msa(uint8_t *src, ptrdiff_t stride)
stride            679 libavcodec/mips/h264pred_msa.c     intra_predict_129dc_8x8_msa(src, stride);
stride            682 libavcodec/mips/h264pred_msa.c void ff_vp8_pred16x16_127_dc_8_msa(uint8_t *src, ptrdiff_t stride)
stride            684 libavcodec/mips/h264pred_msa.c     intra_predict_127dc_16x16_msa(src, stride);
stride            687 libavcodec/mips/h264pred_msa.c void ff_vp8_pred16x16_129_dc_8_msa(uint8_t *src, ptrdiff_t stride)
stride            689 libavcodec/mips/h264pred_msa.c     intra_predict_129dc_16x16_msa(src, stride);
stride           2151 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2153 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels4_8_mmi(dst, src, stride, 4);
stride           2157 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2160 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(half, src, 4, stride);
stride           2161 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels4_l2_8_mmi(dst, src, half, stride, stride, 4, 4);
stride           2165 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2167 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(dst, src, stride, stride);
stride           2171 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2174 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(half, src, 4, stride);
stride           2175 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels4_l2_8_mmi(dst, src+1, half, stride, stride, 4, 4);
stride           2179 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2184 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2, 4,  stride, 9);
stride           2186 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels4_l2_8_mmi(dst, full_mid, half, stride, 4, 4, 4);
stride           2190 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2194 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2, 4,  stride, 9);
stride           2195 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_v_lowpass_mmi(dst, full_mid, stride, 4);
stride           2199 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2204 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2, 4,  stride, 9);
stride           2206 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels4_l2_8_mmi(dst, full_mid+4, half, stride, 4, 4, 4);
stride           2210 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2216 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(halfH, src, 4, stride);
stride           2217 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2, 4,  stride, 9);
stride           2219 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels4_l2_8_mmi(dst, halfH, halfV, stride, 4, 4, 4);
stride           2223 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2229 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(halfH, src, 4, stride);
stride           2230 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2 + 1, 4,  stride, 9);
stride           2232 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels4_l2_8_mmi(dst, halfH, halfV, stride, 4, 4, 4);
stride           2236 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2242 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(halfH, src + stride, 4, stride);
stride           2243 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2, 4,  stride, 9);
stride           2245 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels4_l2_8_mmi(dst, halfH, halfV, stride, 4, 4, 4);
stride           2249 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2255 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(halfH, src + stride, 4, stride);
stride           2256 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2 + 1, 4,  stride, 9);
stride           2258 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels4_l2_8_mmi(dst, halfH, halfV, stride, 4, 4, 4);
stride           2262 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2264 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_hv_lowpass_mmi(dst, src, stride, stride);
stride           2268 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2272 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(halfH, src, 4, stride);
stride           2273 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_hv_lowpass_mmi(halfHV, src, 4, stride);
stride           2274 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels4_l2_8_mmi(dst, halfH, halfHV, stride, 4, 4, 4);
stride           2278 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2282 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(halfH, src + stride, 4, stride);
stride           2283 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_hv_lowpass_mmi(halfHV, src, 4, stride);
stride           2284 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels4_l2_8_mmi(dst, halfH, halfHV, stride, 4, 4, 4);
stride           2288 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2294 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2, 4,  stride, 9);
stride           2296 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_hv_lowpass_mmi(halfHV, src, 4, stride);
stride           2297 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels4_l2_8_mmi(dst, halfV, halfHV, stride, 4, 4, 4);
stride           2301 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2307 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2 + 1, 4,  stride, 9);
stride           2309 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_hv_lowpass_mmi(halfHV, src, 4, stride);
stride           2310 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels4_l2_8_mmi(dst, halfV, halfHV, stride, 4, 4, 4);
stride           2315 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2317 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels4_8_mmi(dst, src, stride, 4);
stride           2321 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2324 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(half, src, 4, stride);
stride           2325 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels4_l2_8_mmi(dst, src, half, stride, stride, 4, 4);
stride           2329 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2331 libavcodec/mips/h264qpel_mmi.c     avg_h264_qpel4_h_lowpass_mmi(dst, src, stride, stride);
stride           2335 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2338 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(half, src, 4, stride);
stride           2339 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels4_l2_8_mmi(dst, src+1, half, stride, stride, 4, 4);
stride           2343 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2348 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2, 4,  stride, 9);
stride           2350 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels4_l2_8_mmi(dst, full_mid, half, stride, 4, 4, 4);
stride           2354 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2358 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2, 4,  stride, 9);
stride           2359 libavcodec/mips/h264qpel_mmi.c     avg_h264_qpel4_v_lowpass_mmi(dst, full_mid, stride, 4);
stride           2363 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2368 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2, 4,  stride, 9);
stride           2370 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels4_l2_8_mmi(dst, full_mid+4, half, stride, 4, 4, 4);
stride           2374 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2380 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(halfH, src, 4, stride);
stride           2381 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2, 4,  stride, 9);
stride           2383 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels4_l2_8_mmi(dst, halfH, halfV, stride, 4, 4, 4);
stride           2387 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2393 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(halfH, src, 4, stride);
stride           2394 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2 + 1, 4,  stride, 9);
stride           2396 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels4_l2_8_mmi(dst, halfH, halfV, stride, 4, 4, 4);
stride           2400 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2406 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(halfH, src + stride, 4, stride);
stride           2407 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2, 4,  stride, 9);
stride           2409 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels4_l2_8_mmi(dst, halfH, halfV, stride, 4, 4, 4);
stride           2413 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2419 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(halfH, src + stride, 4, stride);
stride           2420 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2 + 1, 4,  stride, 9);
stride           2422 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels4_l2_8_mmi(dst, halfH, halfV, stride, 4, 4, 4);
stride           2426 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2428 libavcodec/mips/h264qpel_mmi.c     avg_h264_qpel4_hv_lowpass_mmi(dst, src, stride, stride);
stride           2432 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2436 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(halfH, src, 4, stride);
stride           2437 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_hv_lowpass_mmi(halfHV, src, 4, stride);
stride           2438 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels4_l2_8_mmi(dst, halfH, halfHV, stride, 4, 4, 4);
stride           2442 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2446 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_h_lowpass_mmi(halfH, src + stride, 4, stride);
stride           2447 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_hv_lowpass_mmi(halfHV, src, 4, stride);
stride           2448 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels4_l2_8_mmi(dst, halfH, halfHV, stride, 4, 4, 4);
stride           2452 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2458 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2, 4,  stride, 9);
stride           2460 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_hv_lowpass_mmi(halfHV, src, 4, stride);
stride           2461 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels4_l2_8_mmi(dst, halfV, halfHV, stride, 4, 4, 4);
stride           2465 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2471 libavcodec/mips/h264qpel_mmi.c     copy_block4_mmi(full, src - stride*2 + 1, 4,  stride, 9);
stride           2473 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel4_hv_lowpass_mmi(halfHV, src, 4, stride);
stride           2474 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels4_l2_8_mmi(dst, halfV, halfHV, stride, 4, 4, 4);
stride           2479 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2481 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels8_8_mmi(dst, src, stride, 8);
stride           2485 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2488 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_mmi(half, src, 8, stride);
stride           2489 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels8_l2_8_mmi(dst, src, half, stride, stride, 8, 8);
stride           2493 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2495 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_mmi(dst, src, stride, stride);
stride           2499 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2502 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_mmi(half, src, 8, stride);
stride           2503 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels8_l2_8_mmi(dst, src+1, half, stride, stride, 8, 8);
stride           2507 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2512 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2, 8,  stride, 13);
stride           2514 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels8_l2_8_mmi(dst, full_mid, half, stride, 8, 8, 8);
stride           2518 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2522 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2, 8,  stride, 13);
stride           2523 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_v_lowpass_mmi(dst, full_mid, stride, 8);
stride           2527 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2532 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2, 8,  stride, 13);
stride           2534 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels8_l2_8_mmi(dst, full_mid+8, half, stride, 8, 8, 8);
stride           2538 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2544 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_mmi(halfH, src, 8, stride);
stride           2545 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2, 8,  stride, 13);
stride           2547 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels8_l2_8_mmi(dst, halfH, halfV, stride, 8, 8, 8);
stride           2551 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2557 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_mmi(halfH, src, 8, stride);
stride           2558 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2 + 1, 8,  stride, 13);
stride           2560 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels8_l2_8_mmi(dst, halfH, halfV, stride, 8, 8, 8);
stride           2564 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2570 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_mmi(halfH, src + stride, 8, stride);
stride           2571 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2, 8,  stride, 13);
stride           2573 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels8_l2_8_mmi(dst, halfH, halfV, stride, 8, 8, 8);
stride           2577 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2583 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_mmi(halfH, src + stride, 8, stride);
stride           2584 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2 + 1, 8,  stride, 13);
stride           2586 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels8_l2_8_mmi(dst, halfH, halfV, stride, 8, 8, 8);
stride           2590 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2594 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_hv_lowpass_mmi(dst, temp, src, stride, 8, stride);
stride           2598 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2604 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_hv_lowpass_mmi(halfHV, halfV, src, 8, 8, stride);
stride           2605 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_l2_mmi(dst, src, halfHV, stride, 8);
stride           2609 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2615 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_hv_lowpass_mmi(halfHV, halfV, src, 8, 8, stride);
stride           2616 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_l2_mmi(dst, src + stride, halfHV, stride, 8);
stride           2620 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2626 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_hv_lowpass_mmi(halfHV, halfV, src, 8, 8, stride);
stride           2627 libavcodec/mips/h264qpel_mmi.c     put_pixels8_l2_shift5_mmi(dst, halfV + 2, halfHV, stride, 8, 8);
stride           2631 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2637 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_hv_lowpass_mmi(halfHV, halfV, src, 8, 8, stride);
stride           2638 libavcodec/mips/h264qpel_mmi.c     put_pixels8_l2_shift5_mmi(dst, halfV + 3, halfHV, stride, 8, 8);
stride           2643 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2645 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels8_8_mmi(dst, src, stride, 8);
stride           2649 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2652 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_mmi(half, src, 8, stride);
stride           2653 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels8_l2_8_mmi(dst, src, half, stride, stride, 8, 8);
stride           2657 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2659 libavcodec/mips/h264qpel_mmi.c     avg_h264_qpel8_h_lowpass_mmi(dst, src, stride, stride);
stride           2663 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2666 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_mmi(half, src, 8, stride);
stride           2667 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels8_l2_8_mmi(dst, src+1, half, stride, stride, 8, 8);
stride           2671 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2676 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2, 8,  stride, 13);
stride           2678 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels8_l2_8_mmi(dst, full_mid, half, stride, 8, 8, 8);
stride           2682 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2686 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2, 8,  stride, 13);
stride           2687 libavcodec/mips/h264qpel_mmi.c     avg_h264_qpel8_v_lowpass_mmi(dst, full_mid, stride, 8);
stride           2691 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2696 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2, 8,  stride, 13);
stride           2698 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels8_l2_8_mmi(dst, full_mid+8, half, stride, 8, 8, 8);
stride           2702 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2708 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_mmi(halfH, src, 8, stride);
stride           2709 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2, 8,  stride, 13);
stride           2711 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels8_l2_8_mmi(dst, halfH, halfV, stride, 8, 8, 8);
stride           2715 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2721 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_mmi(halfH, src, 8, stride);
stride           2722 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2 + 1, 8,  stride, 13);
stride           2724 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels8_l2_8_mmi(dst, halfH, halfV, stride, 8, 8, 8);
stride           2728 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2734 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_mmi(halfH, src + stride, 8, stride);
stride           2735 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2, 8,  stride, 13);
stride           2737 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels8_l2_8_mmi(dst, halfH, halfV, stride, 8, 8, 8);
stride           2741 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2747 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_h_lowpass_mmi(halfH, src + stride, 8, stride);
stride           2748 libavcodec/mips/h264qpel_mmi.c     copy_block8_mmi(full, src - stride*2 + 1, 8,  stride, 13);
stride           2750 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels8_l2_8_mmi(dst, halfH, halfV, stride, 8, 8, 8);
stride           2754 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2758 libavcodec/mips/h264qpel_mmi.c     avg_h264_qpel8_hv_lowpass_mmi(dst, temp, src, stride, 8, stride);
stride           2762 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2768 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_hv_lowpass_mmi(halfHV, halfV, src, 8, 8, stride);
stride           2769 libavcodec/mips/h264qpel_mmi.c     avg_h264_qpel8_h_lowpass_l2_mmi(dst, src, halfHV, stride, 8);
stride           2773 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2779 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_hv_lowpass_mmi(halfHV, halfV, src, 8, 8, stride);
stride           2780 libavcodec/mips/h264qpel_mmi.c     avg_h264_qpel8_h_lowpass_l2_mmi(dst, src + stride, halfHV, stride, 8);
stride           2784 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2790 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_hv_lowpass_mmi(halfHV, halfV, src, 8, 8, stride);
stride           2791 libavcodec/mips/h264qpel_mmi.c     avg_pixels8_l2_shift5_mmi(dst, halfV + 2, halfHV, stride, 8, 8);
stride           2795 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2801 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel8_hv_lowpass_mmi(halfHV, halfV, src, 8, 8, stride);
stride           2802 libavcodec/mips/h264qpel_mmi.c     avg_pixels8_l2_shift5_mmi(dst, halfV + 3, halfHV, stride, 8, 8);
stride           2807 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2809 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels16_8_mmi(dst, src, stride, 16);
stride           2813 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2816 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_mmi(half, src, 16, stride);
stride           2817 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels16_l2_8_mmi(dst, src, half, stride, stride, 16, 16);
stride           2821 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2823 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_mmi(dst, src, stride, stride);
stride           2827 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2830 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_mmi(half, src, 16, stride);
stride           2831 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels16_l2_8_mmi(dst, src+1, half, stride, stride, 16, 16);
stride           2835 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2840 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2, 16,  stride, 21);
stride           2842 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels16_l2_8_mmi(dst, full_mid, half, stride, 16, 16, 16);
stride           2846 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2850 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2, 16,  stride, 21);
stride           2851 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_v_lowpass_mmi(dst, full_mid, stride, 16);
stride           2855 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2860 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2, 16,  stride, 21);
stride           2862 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels16_l2_8_mmi(dst, full_mid+16, half, stride, 16, 16, 16);
stride           2866 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2872 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_mmi(halfH, src, 16, stride);
stride           2873 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2, 16,  stride, 21);
stride           2875 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels16_l2_8_mmi(dst, halfH, halfV, stride, 16, 16, 16);
stride           2879 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2885 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_mmi(halfH, src, 16, stride);
stride           2886 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2 + 1, 16,  stride, 21);
stride           2888 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels16_l2_8_mmi(dst, halfH, halfV, stride, 16, 16, 16);
stride           2892 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2898 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_mmi(halfH, src + stride, 16, stride);
stride           2899 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2, 16,  stride, 21);
stride           2901 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels16_l2_8_mmi(dst, halfH, halfV, stride, 16, 16, 16);
stride           2905 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2911 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_mmi(halfH, src + stride, 16, stride);
stride           2912 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2 + 1, 16,  stride, 21);
stride           2914 libavcodec/mips/h264qpel_mmi.c     ff_put_pixels16_l2_8_mmi(dst, halfH, halfV, stride, 16, 16, 16);
stride           2918 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2922 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_hv_lowpass_mmi(dst, temp, src, stride, 16, stride);
stride           2926 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2932 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
stride           2933 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_l2_mmi(dst, src, halfHV, stride, 16);
stride           2937 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2943 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
stride           2944 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_l2_mmi(dst, src + stride, halfHV, stride, 16);
stride           2948 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2954 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
stride           2955 libavcodec/mips/h264qpel_mmi.c     put_pixels16_l2_shift5_mmi(dst, halfV + 2, halfHV, stride, 16, 16);
stride           2959 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2965 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
stride           2966 libavcodec/mips/h264qpel_mmi.c     put_pixels16_l2_shift5_mmi(dst, halfV + 3, halfHV, stride, 16, 16);
stride           2971 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2973 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels16_8_mmi(dst, src, stride, 16);
stride           2977 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2980 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_mmi(half, src, 16, stride);
stride           2981 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels16_l2_8_mmi(dst, src, half, stride, stride, 16, 16);
stride           2985 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2987 libavcodec/mips/h264qpel_mmi.c     avg_h264_qpel16_h_lowpass_mmi(dst, src, stride, stride);
stride           2991 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           2994 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_mmi(half, src, 16, stride);
stride           2995 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels16_l2_8_mmi(dst, src+1, half, stride, stride, 16, 16);
stride           2999 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           3004 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2, 16,  stride, 21);
stride           3006 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels16_l2_8_mmi(dst, full_mid, half, stride, 16, 16, 16);
stride           3010 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           3014 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2, 16,  stride, 21);
stride           3015 libavcodec/mips/h264qpel_mmi.c     avg_h264_qpel16_v_lowpass_mmi(dst, full_mid, stride, 16);
stride           3019 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           3024 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2, 16,  stride, 21);
stride           3026 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels16_l2_8_mmi(dst, full_mid+16, half, stride, 16, 16, 16);
stride           3030 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           3036 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_mmi(halfH, src, 16, stride);
stride           3037 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2, 16,  stride, 21);
stride           3039 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels16_l2_8_mmi(dst, halfH, halfV, stride, 16, 16, 16);
stride           3043 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           3049 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_mmi(halfH, src, 16, stride);
stride           3050 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2 + 1, 16,  stride, 21);
stride           3052 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels16_l2_8_mmi(dst, halfH, halfV, stride, 16, 16, 16);
stride           3056 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           3062 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_mmi(halfH, src + stride, 16, stride);
stride           3063 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2, 16,  stride, 21);
stride           3065 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels16_l2_8_mmi(dst, halfH, halfV, stride, 16, 16, 16);
stride           3069 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           3075 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_h_lowpass_mmi(halfH, src + stride, 16, stride);
stride           3076 libavcodec/mips/h264qpel_mmi.c     copy_block16_mmi(full, src - stride*2 + 1, 16,  stride, 21);
stride           3078 libavcodec/mips/h264qpel_mmi.c     ff_avg_pixels16_l2_8_mmi(dst, halfH, halfV, stride, 16, 16, 16);
stride           3082 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           3086 libavcodec/mips/h264qpel_mmi.c     avg_h264_qpel16_hv_lowpass_mmi(dst, temp, src, stride, 16, stride);
stride           3090 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           3096 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
stride           3097 libavcodec/mips/h264qpel_mmi.c     avg_h264_qpel16_h_lowpass_l2_mmi(dst, src, halfHV, stride, 16);
stride           3101 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           3107 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
stride           3108 libavcodec/mips/h264qpel_mmi.c     avg_h264_qpel16_h_lowpass_l2_mmi(dst, src + stride, halfHV, stride, 16);
stride           3112 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           3118 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
stride           3119 libavcodec/mips/h264qpel_mmi.c     avg_pixels16_l2_shift5_mmi(dst, halfV + 2, halfHV, stride, 16, 16);
stride           3123 libavcodec/mips/h264qpel_mmi.c         ptrdiff_t stride)
stride           3129 libavcodec/mips/h264qpel_mmi.c     put_h264_qpel16_hv_lowpass_mmi(halfHV, halfV, src, 16, 16, stride);
stride           3130 libavcodec/mips/h264qpel_mmi.c     avg_pixels16_l2_shift5_mmi(dst, halfV + 3, halfHV, stride, 16, 16);
stride             94 libavcodec/mips/h264qpel_msa.c                                     uint8_t *dst, int32_t stride)
stride            112 libavcodec/mips/h264qpel_msa.c     LD_SB5(src_y, stride, src_vt0, src_vt1, src_vt2, src_vt3, src_vt4);
stride            113 libavcodec/mips/h264qpel_msa.c     src_y += (5 * stride);
stride            122 libavcodec/mips/h264qpel_msa.c     LD_SB4(src_x, stride, src_hz0, src_hz1, src_hz2, src_hz3);
stride            130 libavcodec/mips/h264qpel_msa.c     LD_SB4(src_y, stride, src_vt5, src_vt6, src_vt7, src_vt8);
stride            152 libavcodec/mips/h264qpel_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride            156 libavcodec/mips/h264qpel_msa.c                                     uint8_t *dst, int32_t stride)
stride            176 libavcodec/mips/h264qpel_msa.c     LD_SB5(src_y, stride, src_vt0, src_vt1, src_vt2, src_vt3, src_vt4);
stride            177 libavcodec/mips/h264qpel_msa.c     src_y += (5 * stride);
stride            181 libavcodec/mips/h264qpel_msa.c     LD_SB4(src_x, stride, src_hz0, src_hz1, src_hz2, src_hz3);
stride            183 libavcodec/mips/h264qpel_msa.c     src_x += (4 * stride);
stride            193 libavcodec/mips/h264qpel_msa.c     LD_SB4(src_y, stride, src_vt5, src_vt6, src_vt7, src_vt8);
stride            194 libavcodec/mips/h264qpel_msa.c     src_y += (4 * stride);
stride            217 libavcodec/mips/h264qpel_msa.c     LD_SB4(src_x, stride, src_hz0, src_hz1, src_hz2, src_hz3);
stride            223 libavcodec/mips/h264qpel_msa.c     ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride            224 libavcodec/mips/h264qpel_msa.c     dst += (4 * stride);
stride            226 libavcodec/mips/h264qpel_msa.c     LD_SB4(src_y, stride, src_vt9, src_vt10, src_vt11, src_vt12);
stride            259 libavcodec/mips/h264qpel_msa.c     ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride            264 libavcodec/mips/h264qpel_msa.c                                       int32_t stride)
stride            293 libavcodec/mips/h264qpel_msa.c         LD_SB5(src_y, stride, src_vt0, src_vt1, src_vt2, src_vt3, src_vt4);
stride            294 libavcodec/mips/h264qpel_msa.c         src_y += (5 * stride);
stride            299 libavcodec/mips/h264qpel_msa.c             LD_SB4(src_x, stride, src_hz0, src_hz1, src_hz2, src_hz3);
stride            301 libavcodec/mips/h264qpel_msa.c             src_x += (4 * stride);
stride            310 libavcodec/mips/h264qpel_msa.c             LD_SB4(src_y, stride, src_vt5, src_vt6, src_vt7, src_vt8);
stride            311 libavcodec/mips/h264qpel_msa.c             src_y += (4 * stride);
stride            339 libavcodec/mips/h264qpel_msa.c             ST_D4(tmp0, tmp1, 0, 1, 0, 1, dst, stride);
stride            340 libavcodec/mips/h264qpel_msa.c             dst += (4 * stride);
stride            358 libavcodec/mips/h264qpel_msa.c                                                  int32_t stride)
stride            377 libavcodec/mips/h264qpel_msa.c     LD_SB5(src_y, stride, src_vt0, src_vt1, src_vt2, src_vt3, src_vt4);
stride            378 libavcodec/mips/h264qpel_msa.c     src_y += (5 * stride);
stride            387 libavcodec/mips/h264qpel_msa.c     LD_SB4(src_x, stride, src_hz0, src_hz1, src_hz2, src_hz3);
stride            395 libavcodec/mips/h264qpel_msa.c     LD_SB4(src_y, stride, src_vt5, src_vt6, src_vt7, src_vt8);
stride            411 libavcodec/mips/h264qpel_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride            421 libavcodec/mips/h264qpel_msa.c     ST_W4(dst0, 0, 1, 2, 3, dst, stride);
stride            427 libavcodec/mips/h264qpel_msa.c                                                  int32_t stride)
stride            448 libavcodec/mips/h264qpel_msa.c     LD_SB5(src_y, stride, src_vt0, src_vt1, src_vt2, src_vt3, src_vt4);
stride            449 libavcodec/mips/h264qpel_msa.c     src_y += (5 * stride);
stride            453 libavcodec/mips/h264qpel_msa.c     LD_SB4(src_x, stride, src_hz0, src_hz1, src_hz2, src_hz3);
stride            455 libavcodec/mips/h264qpel_msa.c     src_x += (4 * stride);
stride            465 libavcodec/mips/h264qpel_msa.c     LD_SB4(src_y, stride, src_vt5, src_vt6, src_vt7, src_vt8);
stride            466 libavcodec/mips/h264qpel_msa.c     src_y += (4 * stride);
stride            489 libavcodec/mips/h264qpel_msa.c     LD_SB4(src_x, stride, src_hz0, src_hz1, src_hz2, src_hz3);
stride            492 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride            500 libavcodec/mips/h264qpel_msa.c     ST_D4(dst0, dst1, 0, 1, 0, 1, dst, stride);
stride            501 libavcodec/mips/h264qpel_msa.c     dst += (4 * stride);
stride            503 libavcodec/mips/h264qpel_msa.c     LD_SB4(src_y, stride, src_vt9, src_vt10, src_vt11, src_vt12);
stride            533 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride            541 libavcodec/mips/h264qpel_msa.c     ST_D4(dst0, dst1, 0, 1, 0, 1, dst, stride);
stride            547 libavcodec/mips/h264qpel_msa.c                                                    int32_t stride)
stride            577 libavcodec/mips/h264qpel_msa.c         LD_SB5(src_y, stride, src_vt0, src_vt1, src_vt2, src_vt3, src_vt4);
stride            578 libavcodec/mips/h264qpel_msa.c         src_y += (5 * stride);
stride            583 libavcodec/mips/h264qpel_msa.c             LD_SB4(src_x, stride, src_hz0, src_hz1, src_hz2, src_hz3);
stride            585 libavcodec/mips/h264qpel_msa.c             src_x += (4 * stride);
stride            594 libavcodec/mips/h264qpel_msa.c             LD_SB4(src_y, stride, src_vt5, src_vt6, src_vt7, src_vt8);
stride            595 libavcodec/mips/h264qpel_msa.c             src_y += (4 * stride);
stride            620 libavcodec/mips/h264qpel_msa.c             LD4(dst, stride, tp0, tp1, tp2, tp3);
stride            628 libavcodec/mips/h264qpel_msa.c             ST_D4(dst0, dst1, 0, 1, 0, 1, dst, stride);
stride            629 libavcodec/mips/h264qpel_msa.c             dst += (4 * stride);
stride            645 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride            650 libavcodec/mips/h264qpel_msa.c     LD_UB8(src, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride            651 libavcodec/mips/h264qpel_msa.c     src += (8 * stride);
stride            652 libavcodec/mips/h264qpel_msa.c     LD_UB8(src, stride, src8, src9, src10, src11, src12, src13, src14, src15);
stride            654 libavcodec/mips/h264qpel_msa.c     ST_UB8(src0, src1, src2, src3, src4, src5, src6, src7, dst, stride);
stride            655 libavcodec/mips/h264qpel_msa.c     dst += (8 * stride);
stride            656 libavcodec/mips/h264qpel_msa.c     ST_UB8(src8, src9, src10, src11, src12, src13, src14, src15, dst, stride);
stride            660 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride            664 libavcodec/mips/h264qpel_msa.c     LD4(src, stride, src0, src1, src2, src3);
stride            665 libavcodec/mips/h264qpel_msa.c     src += 4 * stride;
stride            666 libavcodec/mips/h264qpel_msa.c     LD4(src, stride, src4, src5, src6, src7);
stride            667 libavcodec/mips/h264qpel_msa.c     SD4(src0, src1, src2, src3, dst, stride);
stride            668 libavcodec/mips/h264qpel_msa.c     dst += 4 * stride;
stride            669 libavcodec/mips/h264qpel_msa.c     SD4(src4, src5, src6, src7, dst, stride);
stride            673 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride            678 libavcodec/mips/h264qpel_msa.c     LD_UB8(src, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride            679 libavcodec/mips/h264qpel_msa.c     src += (8 * stride);
stride            680 libavcodec/mips/h264qpel_msa.c     LD_UB8(dst, stride, dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7);
stride            686 libavcodec/mips/h264qpel_msa.c     ST_UB8(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst, stride);
stride            687 libavcodec/mips/h264qpel_msa.c     dst += (8 * stride);
stride            689 libavcodec/mips/h264qpel_msa.c     LD_UB8(src, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride            690 libavcodec/mips/h264qpel_msa.c     LD_UB8(dst, stride, dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7);
stride            696 libavcodec/mips/h264qpel_msa.c     ST_UB8(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst, stride);
stride            700 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride            706 libavcodec/mips/h264qpel_msa.c     LD4(src, stride, tp0, tp1, tp2, tp3);
stride            707 libavcodec/mips/h264qpel_msa.c     src += 4 * stride;
stride            708 libavcodec/mips/h264qpel_msa.c     LD4(src, stride, tp4, tp5, tp6, tp7);
stride            714 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride            715 libavcodec/mips/h264qpel_msa.c     LD4(dst + 4 * stride, stride, tp4, tp5, tp6, tp7);
stride            724 libavcodec/mips/h264qpel_msa.c     ST_D8(dst0, dst1, dst2, dst3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride            728 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride            733 libavcodec/mips/h264qpel_msa.c     LW4(src, stride, tp0, tp1, tp2, tp3);
stride            735 libavcodec/mips/h264qpel_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride            740 libavcodec/mips/h264qpel_msa.c     ST_W4(dst0, 0, 1, 2, 3, dst, stride);
stride            744 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride            762 libavcodec/mips/h264qpel_msa.c         src += stride;
stride            764 libavcodec/mips/h264qpel_msa.c         src += stride;
stride            766 libavcodec/mips/h264qpel_msa.c         src += stride;
stride            768 libavcodec/mips/h264qpel_msa.c         src += stride;
stride            806 libavcodec/mips/h264qpel_msa.c         ST_SB4(dst0, dst1, dst2, dst3, dst, stride);
stride            807 libavcodec/mips/h264qpel_msa.c         dst += (4 * stride);
stride            812 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride            830 libavcodec/mips/h264qpel_msa.c         src += stride;
stride            832 libavcodec/mips/h264qpel_msa.c         src += stride;
stride            834 libavcodec/mips/h264qpel_msa.c         src += stride;
stride            836 libavcodec/mips/h264qpel_msa.c         src += stride;
stride            874 libavcodec/mips/h264qpel_msa.c         ST_SB4(dst0, dst1, dst2, dst3, dst, stride);
stride            875 libavcodec/mips/h264qpel_msa.c         dst += (4 * stride);
stride            880 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride            890 libavcodec/mips/h264qpel_msa.c     LD_SB8(src - 2, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride            931 libavcodec/mips/h264qpel_msa.c     ST_D8(tmp0, tmp1, tmp2, tmp3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride            935 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride            945 libavcodec/mips/h264qpel_msa.c     LD_SB8(src - 2, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride            986 libavcodec/mips/h264qpel_msa.c     ST_D8(tmp0, tmp1, tmp2, tmp3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride            990 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride            999 libavcodec/mips/h264qpel_msa.c     LD_SB4(src - 2, stride, src0, src1, src2, src3);
stride           1017 libavcodec/mips/h264qpel_msa.c     ST_W4(res, 0, 1, 2, 3, dst, stride);
stride           1021 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1030 libavcodec/mips/h264qpel_msa.c     LD_SB4(src - 2, stride, src0, src1, src2, src3);
stride           1048 libavcodec/mips/h264qpel_msa.c     ST_W4(res, 0, 1, 2, 3, dst, stride);
stride           1052 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           1067 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           1069 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           1071 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           1073 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           1105 libavcodec/mips/h264qpel_msa.c         ST_SB4(vec0, vec1, vec2, vec3, dst, stride);
stride           1106 libavcodec/mips/h264qpel_msa.c         dst += (4 * stride);
stride           1111 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1122 libavcodec/mips/h264qpel_msa.c     LD_SB8(src - 2, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride           1154 libavcodec/mips/h264qpel_msa.c     ST_D8(out0, out1, out2, out3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           1158 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1168 libavcodec/mips/h264qpel_msa.c     LD_SB4(src - 2, stride, src0, src1, src2, src3);
stride           1179 libavcodec/mips/h264qpel_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride           1183 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           1200 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           1202 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           1203 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           1212 libavcodec/mips/h264qpel_msa.c         LD_SB4(src, stride, src5, src6, src7, src8);
stride           1213 libavcodec/mips/h264qpel_msa.c         src += (4 * stride);
stride           1239 libavcodec/mips/h264qpel_msa.c         ST_UB4(res0, res1, res2, res3, dst, stride);
stride           1240 libavcodec/mips/h264qpel_msa.c         dst += (4 * stride);
stride           1257 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           1274 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           1276 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           1277 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           1286 libavcodec/mips/h264qpel_msa.c         LD_SB4(src, stride, src5, src6, src7, src8);
stride           1287 libavcodec/mips/h264qpel_msa.c         src += (4 * stride);
stride           1313 libavcodec/mips/h264qpel_msa.c         ST_UB4(res0, res1, res2, res3, dst, stride);
stride           1314 libavcodec/mips/h264qpel_msa.c         dst += (4 * stride);
stride           1330 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1345 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           1347 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           1348 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           1349 libavcodec/mips/h264qpel_msa.c     LD_SB8(src, stride, src5, src6, src7, src8, src9, src10, src11, src12);
stride           1379 libavcodec/mips/h264qpel_msa.c     ST_D8(out0, out1, out2, out3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           1383 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1398 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           1400 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           1401 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           1402 libavcodec/mips/h264qpel_msa.c     LD_SB8(src, stride, src5, src6, src7, src8, src9, src10, src11, src12);
stride           1432 libavcodec/mips/h264qpel_msa.c     ST_D8(out0, out1, out2, out3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           1436 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1451 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           1453 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           1454 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           1459 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           1473 libavcodec/mips/h264qpel_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride           1477 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1492 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           1494 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           1495 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           1500 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           1514 libavcodec/mips/h264qpel_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride           1518 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           1520 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_16x16_msa(src - 2, src - (stride * 2), dst, stride);
stride           1524 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           1526 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_16x16_msa(src - 2, src - (stride * 2) + 1, dst, stride);
stride           1530 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           1532 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_16x16_msa(src + stride - 2, src - (stride * 2), dst,
stride           1533 libavcodec/mips/h264qpel_msa.c                               stride);
stride           1537 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           1539 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_16x16_msa(src + stride - 2, src - (stride * 2) + 1, dst,
stride           1540 libavcodec/mips/h264qpel_msa.c                               stride);
stride           1544 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1546 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_8x8_msa(src - 2, src - (stride * 2), dst, stride);
stride           1550 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1552 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_8x8_msa(src - 2, src - (stride * 2) + 1, dst, stride);
stride           1556 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1558 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_8x8_msa(src + stride - 2, src - (stride * 2), dst, stride);
stride           1562 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1564 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_8x8_msa(src + stride - 2, src - (stride * 2) + 1, dst,
stride           1565 libavcodec/mips/h264qpel_msa.c                             stride);
stride           1570 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1572 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_4x4_msa(src - 2, src - (stride * 2), dst, stride);
stride           1576 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1578 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_4x4_msa(src - 2, src - (stride * 2) + 1, dst, stride);
stride           1582 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1584 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_4x4_msa(src + stride - 2, src - (stride * 2), dst, stride);
stride           1588 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1590 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_4x4_msa(src + stride - 2, src - (stride * 2) + 1, dst,
stride           1591 libavcodec/mips/h264qpel_msa.c                             stride);
stride           1595 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           1598 libavcodec/mips/h264qpel_msa.c     const uint8_t *src_tmp = src - (2 * stride) - 2;
stride           1624 libavcodec/mips/h264qpel_msa.c         LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           1626 libavcodec/mips/h264qpel_msa.c         src += (5 * stride);
stride           1635 libavcodec/mips/h264qpel_msa.c             LD_SB4(src, stride, src5, src6, src7, src8);
stride           1636 libavcodec/mips/h264qpel_msa.c             src += (4 * stride);
stride           1692 libavcodec/mips/h264qpel_msa.c             ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride           1693 libavcodec/mips/h264qpel_msa.c             dst += (4 * stride);
stride           1708 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           1711 libavcodec/mips/h264qpel_msa.c     const uint8_t *src_tmp = src - (2 * stride) - 2;
stride           1737 libavcodec/mips/h264qpel_msa.c         LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           1739 libavcodec/mips/h264qpel_msa.c         src += (5 * stride);
stride           1748 libavcodec/mips/h264qpel_msa.c             LD_SB4(src, stride, src5, src6, src7, src8);
stride           1749 libavcodec/mips/h264qpel_msa.c             src += (4 * stride);
stride           1805 libavcodec/mips/h264qpel_msa.c             ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride           1806 libavcodec/mips/h264qpel_msa.c             dst += (4 * stride);
stride           1821 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1845 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           1847 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           1849 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           1857 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           1858 libavcodec/mips/h264qpel_msa.c     src += (4 * stride);
stride           1906 libavcodec/mips/h264qpel_msa.c     ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride           1907 libavcodec/mips/h264qpel_msa.c     dst += (4 * stride);
stride           1909 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src9, src10, src11, src12);
stride           1952 libavcodec/mips/h264qpel_msa.c     ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride           1956 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           1980 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           1982 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           1984 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           1992 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           1993 libavcodec/mips/h264qpel_msa.c     src += (4 * stride);
stride           2041 libavcodec/mips/h264qpel_msa.c     ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride           2042 libavcodec/mips/h264qpel_msa.c     dst += (4 * stride);
stride           2044 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src9, src10, src11, src12);
stride           2087 libavcodec/mips/h264qpel_msa.c     ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride           2091 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           2111 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           2113 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           2114 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           2115 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           2151 libavcodec/mips/h264qpel_msa.c     ST_W4(res, 0, 1, 2, 3, dst, stride);
stride           2155 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           2175 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           2177 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           2178 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           2179 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           2216 libavcodec/mips/h264qpel_msa.c     ST_W4(res, 0, 1, 2, 3, dst, stride);
stride           2220 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           2236 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           2238 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           2239 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           2248 libavcodec/mips/h264qpel_msa.c         LD_SB4(src, stride, src5, src6, src7, src8);
stride           2249 libavcodec/mips/h264qpel_msa.c         src += (4 * stride);
stride           2271 libavcodec/mips/h264qpel_msa.c         ST_UB4(res0, res1, res2, res3, dst, stride);
stride           2272 libavcodec/mips/h264qpel_msa.c         dst += (4 * stride);
stride           2287 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           2303 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           2305 libavcodec/mips/h264qpel_msa.c     LD_SB8(src, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride           2306 libavcodec/mips/h264qpel_msa.c     src += (8 * stride);
stride           2307 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src8, src9, src10, src11, src12);
stride           2333 libavcodec/mips/h264qpel_msa.c     ST_D8(out0, out1, out2, out3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           2337 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           2352 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           2354 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           2355 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           2356 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           2370 libavcodec/mips/h264qpel_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride           2374 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           2394 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           2396 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           2397 libavcodec/mips/h264qpel_msa.c     LD_SB5(src + 8, stride, src7, src8, src9, src10, src11);
stride           2398 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           2404 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           2440 libavcodec/mips/h264qpel_msa.c         dst += stride;
stride           2456 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           2476 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           2478 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           2479 libavcodec/mips/h264qpel_msa.c     LD_SB5(src + 8, stride, src7, src8, src9, src10, src11);
stride           2480 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           2486 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           2523 libavcodec/mips/h264qpel_msa.c         dst += stride;
stride           2539 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           2559 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           2561 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           2562 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           2566 libavcodec/mips/h264qpel_msa.c         LD_SB2(src, stride, src5, src6);
stride           2567 libavcodec/mips/h264qpel_msa.c         src += (2 * stride);
stride           2602 libavcodec/mips/h264qpel_msa.c         ST_D2(out, 0, 1, dst, stride);
stride           2603 libavcodec/mips/h264qpel_msa.c         dst += (2 * stride);
stride           2614 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           2634 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           2636 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           2637 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           2641 libavcodec/mips/h264qpel_msa.c         LD_SB2(src, stride, src5, src6);
stride           2642 libavcodec/mips/h264qpel_msa.c         src += (2 * stride);
stride           2678 libavcodec/mips/h264qpel_msa.c         ST_D2(out, 0, 1, dst, stride);
stride           2679 libavcodec/mips/h264qpel_msa.c         dst += (2 * stride);
stride           2690 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           2714 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           2716 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           2717 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           2719 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           2778 libavcodec/mips/h264qpel_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride           2782 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           2806 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           2808 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           2809 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           2811 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           2874 libavcodec/mips/h264qpel_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride           2878 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           2883 libavcodec/mips/h264qpel_msa.c     const uint8_t *src_tmp = src - (2 * stride) - 2;
stride           2906 libavcodec/mips/h264qpel_msa.c         LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           2908 libavcodec/mips/h264qpel_msa.c         src += (5 * stride);
stride           2917 libavcodec/mips/h264qpel_msa.c             LD_SB4(src, stride, src0, src1, src2, src3);
stride           2919 libavcodec/mips/h264qpel_msa.c             src += (4 * stride);
stride           2962 libavcodec/mips/h264qpel_msa.c             ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride           2963 libavcodec/mips/h264qpel_msa.c             dst += (4 * stride);
stride           2978 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           3001 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           3002 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           3004 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           3012 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src0, src1, src2, src3);
stride           3014 libavcodec/mips/h264qpel_msa.c     src += (4 * stride);
stride           3050 libavcodec/mips/h264qpel_msa.c     ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride           3051 libavcodec/mips/h264qpel_msa.c     dst += (4 * stride);
stride           3053 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src0, src1, src2, src3);
stride           3087 libavcodec/mips/h264qpel_msa.c     ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride           3091 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           3111 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           3113 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           3114 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           3115 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           3142 libavcodec/mips/h264qpel_msa.c     ST_W4(res, 0, 1, 2, 3, dst, stride);
stride           3146 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           3165 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           3167 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           3169 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           3171 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           3173 libavcodec/mips/h264qpel_msa.c         LD_UB4(dst, stride, dst0, dst1, dst2, dst3);
stride           3212 libavcodec/mips/h264qpel_msa.c         ST_UB4(dst0, dst1, dst2, dst3, dst, stride);
stride           3213 libavcodec/mips/h264qpel_msa.c         dst += (4 * stride);
stride           3218 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           3237 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           3239 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           3241 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           3243 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           3245 libavcodec/mips/h264qpel_msa.c         LD_UB4(dst, stride, dst0, dst1, dst2, dst3);
stride           3284 libavcodec/mips/h264qpel_msa.c         ST_UB4(dst0, dst1, dst2, dst3, dst, stride);
stride           3285 libavcodec/mips/h264qpel_msa.c         dst += (4 * stride);
stride           3290 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           3302 libavcodec/mips/h264qpel_msa.c     LD_SB8(src - 2, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride           3343 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           3346 libavcodec/mips/h264qpel_msa.c     LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride           3351 libavcodec/mips/h264qpel_msa.c     ST_D8(dst0, dst1, dst2, dst3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           3355 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           3367 libavcodec/mips/h264qpel_msa.c     LD_SB8(src - 2, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride           3408 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           3411 libavcodec/mips/h264qpel_msa.c     LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride           3416 libavcodec/mips/h264qpel_msa.c     ST_D8(dst0, dst1, dst2, dst3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           3420 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           3431 libavcodec/mips/h264qpel_msa.c     LD_SB4(src - 2, stride, src0, src1, src2, src3);
stride           3449 libavcodec/mips/h264qpel_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           3452 libavcodec/mips/h264qpel_msa.c     ST_W4(dst0, 0, 1, 2, 3, dst, stride);
stride           3456 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           3467 libavcodec/mips/h264qpel_msa.c     LD_SB4(src - 2, stride, src0, src1, src2, src3);
stride           3485 libavcodec/mips/h264qpel_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           3488 libavcodec/mips/h264qpel_msa.c     ST_W4(dst0, 0, 1, 2, 3, dst, stride);
stride           3492 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           3508 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           3510 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           3512 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           3514 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           3516 libavcodec/mips/h264qpel_msa.c         LD_UB4(dst, stride, dst0, dst1, dst2, dst3);
stride           3549 libavcodec/mips/h264qpel_msa.c         ST_UB4(dst0, dst1, dst2, dst3, dst, stride);
stride           3550 libavcodec/mips/h264qpel_msa.c         dst += (4 * stride);
stride           3555 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           3569 libavcodec/mips/h264qpel_msa.c     LD_SB8(src - 2, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride           3601 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           3604 libavcodec/mips/h264qpel_msa.c     LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride           3609 libavcodec/mips/h264qpel_msa.c     ST_D8(out0, out1, out4, out5, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           3613 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           3624 libavcodec/mips/h264qpel_msa.c     LD_SB4(src - 2, stride, src0, src1, src2, src3);
stride           3635 libavcodec/mips/h264qpel_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           3638 libavcodec/mips/h264qpel_msa.c     ST_W4(res, 0, 1, 2, 3, dst, stride);
stride           3642 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           3659 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           3661 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           3662 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           3671 libavcodec/mips/h264qpel_msa.c         LD_SB4(src, stride, src5, src6, src7, src8);
stride           3672 libavcodec/mips/h264qpel_msa.c         src += (4 * stride);
stride           3697 libavcodec/mips/h264qpel_msa.c         LD_UB4(dst, stride, dst0, dst1, dst2, dst3);
stride           3701 libavcodec/mips/h264qpel_msa.c         ST_UB4(dst0, dst1, dst2, dst3, dst, stride);
stride           3702 libavcodec/mips/h264qpel_msa.c         dst += (4 * stride);
stride           3719 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           3736 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           3738 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           3739 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           3748 libavcodec/mips/h264qpel_msa.c         LD_SB4(src, stride, src5, src6, src7, src8);
stride           3749 libavcodec/mips/h264qpel_msa.c         src += (4 * stride);
stride           3774 libavcodec/mips/h264qpel_msa.c         LD_UB4(dst, stride, dst0, dst1, dst2, dst3);
stride           3778 libavcodec/mips/h264qpel_msa.c         ST_UB4(dst0, dst1, dst2, dst3, dst, stride);
stride           3779 libavcodec/mips/h264qpel_msa.c         dst += (4 * stride);
stride           3795 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           3812 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           3814 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           3815 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           3820 libavcodec/mips/h264qpel_msa.c     LD_SB8(src, stride, src7, src8, src9, src10, src11, src12, src13, src14);
stride           3841 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           3844 libavcodec/mips/h264qpel_msa.c     LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride           3857 libavcodec/mips/h264qpel_msa.c     ST_D8(dst0, dst1, dst2, dst3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           3861 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           3878 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           3880 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           3881 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           3886 libavcodec/mips/h264qpel_msa.c     LD_SB8(src, stride, src7, src8, src9, src10, src11, src12, src13, src14);
stride           3907 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           3910 libavcodec/mips/h264qpel_msa.c     LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride           3923 libavcodec/mips/h264qpel_msa.c     ST_D8(dst0, dst1, dst2, dst3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           3927 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           3943 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           3944 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           3945 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           3951 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           3963 libavcodec/mips/h264qpel_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           3968 libavcodec/mips/h264qpel_msa.c     ST_W4(dst0, 0, 1, 2, 3, dst, stride);
stride           3972 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           3988 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           3990 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           3991 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           3997 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           4006 libavcodec/mips/h264qpel_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           4014 libavcodec/mips/h264qpel_msa.c     ST_W4(dst0, 0, 1, 2, 3, dst, stride);
stride           4018 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           4021 libavcodec/mips/h264qpel_msa.c                                            src - (stride * 2),
stride           4022 libavcodec/mips/h264qpel_msa.c                                            dst, stride);
stride           4026 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           4029 libavcodec/mips/h264qpel_msa.c                                            src - (stride * 2) +
stride           4031 libavcodec/mips/h264qpel_msa.c                                            dst, stride);
stride           4035 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           4037 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_and_aver_dst_16x16_msa(src + stride - 2,
stride           4038 libavcodec/mips/h264qpel_msa.c                                            src - (stride * 2),
stride           4039 libavcodec/mips/h264qpel_msa.c                                            dst, stride);
stride           4043 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           4045 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_and_aver_dst_16x16_msa(src + stride - 2,
stride           4046 libavcodec/mips/h264qpel_msa.c                                            src - (stride * 2) +
stride           4048 libavcodec/mips/h264qpel_msa.c                                            dst, stride);
stride           4052 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4055 libavcodec/mips/h264qpel_msa.c                                          src - (stride * 2),
stride           4056 libavcodec/mips/h264qpel_msa.c                                          dst, stride);
stride           4060 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4063 libavcodec/mips/h264qpel_msa.c                                          src - (stride * 2) +
stride           4064 libavcodec/mips/h264qpel_msa.c                                          sizeof(uint8_t), dst, stride);
stride           4068 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4070 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_and_aver_dst_8x8_msa(src + stride - 2,
stride           4071 libavcodec/mips/h264qpel_msa.c                                          src - (stride * 2),
stride           4072 libavcodec/mips/h264qpel_msa.c                                          dst, stride);
stride           4076 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4078 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_and_aver_dst_8x8_msa(src + stride - 2,
stride           4079 libavcodec/mips/h264qpel_msa.c                                          src - (stride * 2) +
stride           4080 libavcodec/mips/h264qpel_msa.c                                          sizeof(uint8_t), dst, stride);
stride           4085 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4088 libavcodec/mips/h264qpel_msa.c                                          src - (stride * 2),
stride           4089 libavcodec/mips/h264qpel_msa.c                                          dst, stride);
stride           4093 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4096 libavcodec/mips/h264qpel_msa.c                                          src - (stride * 2) +
stride           4097 libavcodec/mips/h264qpel_msa.c                                          sizeof(uint8_t), dst, stride);
stride           4101 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4103 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_and_aver_dst_4x4_msa(src + stride - 2,
stride           4104 libavcodec/mips/h264qpel_msa.c                                          src - (stride * 2),
stride           4105 libavcodec/mips/h264qpel_msa.c                                          dst, stride);
stride           4109 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4111 libavcodec/mips/h264qpel_msa.c     avc_luma_hv_qrt_and_aver_dst_4x4_msa(src + stride - 2,
stride           4112 libavcodec/mips/h264qpel_msa.c                                          src - (stride * 2) +
stride           4113 libavcodec/mips/h264qpel_msa.c                                          sizeof(uint8_t), dst, stride);
stride           4117 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           4121 libavcodec/mips/h264qpel_msa.c     const uint8_t *src_tmp = src - (2 * stride) - 2;
stride           4147 libavcodec/mips/h264qpel_msa.c         LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           4149 libavcodec/mips/h264qpel_msa.c         src += (5 * stride);
stride           4158 libavcodec/mips/h264qpel_msa.c             LD_SB2(src, stride, src5, src6);
stride           4159 libavcodec/mips/h264qpel_msa.c             src += (2 * stride);
stride           4192 libavcodec/mips/h264qpel_msa.c             LD2(dst, stride, tp0, tp1);
stride           4197 libavcodec/mips/h264qpel_msa.c             ST_D2(dst0, 0, 1, dst, stride);
stride           4198 libavcodec/mips/h264qpel_msa.c             dst += (2 * stride);
stride           4200 libavcodec/mips/h264qpel_msa.c             LD_SB2(src, stride, src7, src8);
stride           4201 libavcodec/mips/h264qpel_msa.c             src += (2 * stride);
stride           4228 libavcodec/mips/h264qpel_msa.c             LD2(dst, stride, tp2, tp3);
stride           4233 libavcodec/mips/h264qpel_msa.c             ST_D2(dst1, 0, 1, dst, stride);
stride           4234 libavcodec/mips/h264qpel_msa.c             dst += (2 * stride);
stride           4249 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           4253 libavcodec/mips/h264qpel_msa.c     const uint8_t *src_tmp = src - (2 * stride) - 2;
stride           4279 libavcodec/mips/h264qpel_msa.c         LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           4281 libavcodec/mips/h264qpel_msa.c         src += (5 * stride);
stride           4290 libavcodec/mips/h264qpel_msa.c             LD_SB2(src, stride, src5, src6);
stride           4291 libavcodec/mips/h264qpel_msa.c             src += (2 * stride);
stride           4323 libavcodec/mips/h264qpel_msa.c             LD2(dst, stride, tp0, tp1);
stride           4327 libavcodec/mips/h264qpel_msa.c             ST_D2(dst0, 0, 1, dst, stride);
stride           4328 libavcodec/mips/h264qpel_msa.c             dst += (2 * stride);
stride           4330 libavcodec/mips/h264qpel_msa.c             LD_SB2(src, stride, src7, src8);
stride           4331 libavcodec/mips/h264qpel_msa.c             src += (2 * stride);
stride           4358 libavcodec/mips/h264qpel_msa.c             LD2(dst, stride, tp2, tp3);
stride           4362 libavcodec/mips/h264qpel_msa.c             ST_D2(dst1, 0, 1, dst, stride);
stride           4363 libavcodec/mips/h264qpel_msa.c             dst += (2 * stride);
stride           4378 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4403 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           4405 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           4407 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           4415 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           4416 libavcodec/mips/h264qpel_msa.c     src += (4 * stride);
stride           4457 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           4469 libavcodec/mips/h264qpel_msa.c     ST_D4(dst0, dst1, 0, 1, 0, 1, dst, stride);
stride           4470 libavcodec/mips/h264qpel_msa.c     dst += (4 * stride);
stride           4472 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src9, src10, src11, src12);
stride           4508 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           4520 libavcodec/mips/h264qpel_msa.c     ST_D4(dst0, dst1, 0, 1, 0, 1, dst, stride);
stride           4524 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4549 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           4551 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           4553 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           4561 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           4562 libavcodec/mips/h264qpel_msa.c     src += (4 * stride);
stride           4603 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           4615 libavcodec/mips/h264qpel_msa.c     ST_D4(dst0, dst1, 0, 1, 0, 1, dst, stride);
stride           4616 libavcodec/mips/h264qpel_msa.c     dst += (4 * stride);
stride           4618 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src9, src10, src11, src12);
stride           4654 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           4666 libavcodec/mips/h264qpel_msa.c     ST_D4(dst0, dst1, 0, 1, 0, 1, dst, stride);
stride           4670 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4691 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           4693 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           4694 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           4695 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           4729 libavcodec/mips/h264qpel_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           4733 libavcodec/mips/h264qpel_msa.c     ST_W4(res, 0, 1, 2, 3, dst, stride);
stride           4737 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4758 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           4760 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           4761 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           4762 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           4797 libavcodec/mips/h264qpel_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           4801 libavcodec/mips/h264qpel_msa.c     ST_W4(res, 0, 1, 2, 3, dst, stride);
stride           4805 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           4821 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           4823 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           4824 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           4833 libavcodec/mips/h264qpel_msa.c         LD_SB4(src, stride, src5, src6, src7, src8);
stride           4834 libavcodec/mips/h264qpel_msa.c         src += (4 * stride);
stride           4853 libavcodec/mips/h264qpel_msa.c         LD_UB4(dst, stride, dst0, dst1, dst2, dst3);
stride           4859 libavcodec/mips/h264qpel_msa.c         ST_UB4(res0, res1, res2, res3, dst, stride);
stride           4860 libavcodec/mips/h264qpel_msa.c         dst += (4 * stride);
stride           4875 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4892 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           4894 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           4895 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           4901 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src7, src8, src9, src10);
stride           4902 libavcodec/mips/h264qpel_msa.c     src += (4 * stride);
stride           4911 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src0, src1, src2, src3);
stride           4920 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           4923 libavcodec/mips/h264qpel_msa.c     LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3);
stride           4937 libavcodec/mips/h264qpel_msa.c     ST_D8(dst0, dst1, dst2, dst3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride           4941 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           4957 libavcodec/mips/h264qpel_msa.c     src -= (stride * 2);
stride           4958 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           4959 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           4965 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           4974 libavcodec/mips/h264qpel_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           4978 libavcodec/mips/h264qpel_msa.c     ST_W4(dst0, 0, 1, 2, 3, dst, stride);
stride           4982 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           5002 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           5004 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           5005 libavcodec/mips/h264qpel_msa.c     LD_SB5(src + 8, stride, src7, src8, src9, src10, src11);
stride           5006 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           5012 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           5050 libavcodec/mips/h264qpel_msa.c         dst += stride;
stride           5066 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           5086 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           5088 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           5089 libavcodec/mips/h264qpel_msa.c     LD_SB5(src + 8, stride, src7, src8, src9, src10, src11);
stride           5090 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           5096 libavcodec/mips/h264qpel_msa.c         src += stride;
stride           5135 libavcodec/mips/h264qpel_msa.c         dst += stride;
stride           5151 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           5172 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           5174 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           5175 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           5179 libavcodec/mips/h264qpel_msa.c         LD_SB2(src, stride, src5, src6);
stride           5180 libavcodec/mips/h264qpel_msa.c         src += (2 * stride);
stride           5209 libavcodec/mips/h264qpel_msa.c         LD2(dst, stride, tp0, tp1);
stride           5218 libavcodec/mips/h264qpel_msa.c         ST_D2(out, 0, 1, dst, stride);
stride           5219 libavcodec/mips/h264qpel_msa.c         dst += (2 * stride);
stride           5230 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           5251 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           5253 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           5254 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           5258 libavcodec/mips/h264qpel_msa.c         LD_SB2(src, stride, src5, src6);
stride           5259 libavcodec/mips/h264qpel_msa.c         src += (2 * stride);
stride           5288 libavcodec/mips/h264qpel_msa.c         LD2(dst, stride, tp0, tp1);
stride           5298 libavcodec/mips/h264qpel_msa.c         ST_D2(out, 0, 1, dst, stride);
stride           5299 libavcodec/mips/h264qpel_msa.c         dst += (2 * stride);
stride           5310 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           5335 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           5337 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           5338 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           5340 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           5397 libavcodec/mips/h264qpel_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           5402 libavcodec/mips/h264qpel_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride           5406 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           5431 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           5433 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           5434 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           5436 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           5496 libavcodec/mips/h264qpel_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           5501 libavcodec/mips/h264qpel_msa.c     ST_W4(out, 0, 1, 2, 3, dst, stride);
stride           5505 libavcodec/mips/h264qpel_msa.c                                  ptrdiff_t stride)
stride           5510 libavcodec/mips/h264qpel_msa.c     const uint8_t *src_tmp = src - (2 * stride) - 2;
stride           5534 libavcodec/mips/h264qpel_msa.c         LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           5536 libavcodec/mips/h264qpel_msa.c         src += (5 * stride);
stride           5545 libavcodec/mips/h264qpel_msa.c             LD_SB4(src, stride, src0, src1, src2, src3);
stride           5547 libavcodec/mips/h264qpel_msa.c             src += (4 * stride);
stride           5587 libavcodec/mips/h264qpel_msa.c             LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           5593 libavcodec/mips/h264qpel_msa.c             ST_D4(out0, out1, 0, 1, 0, 1, dst, stride);
stride           5594 libavcodec/mips/h264qpel_msa.c             dst += (4 * stride);
stride           5609 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           5633 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           5634 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           5636 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           5644 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src0, src1, src2, src3);
stride           5646 libavcodec/mips/h264qpel_msa.c     src += (4 * stride);
stride           5680 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           5686 libavcodec/mips/h264qpel_msa.c     ST_D4(dst0, dst1, 0, 1, 0, 1, dst, stride);
stride           5687 libavcodec/mips/h264qpel_msa.c     dst += (4 * stride);
stride           5689 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src0, src1, src2, src3);
stride           5721 libavcodec/mips/h264qpel_msa.c     LD4(dst, stride, tp0, tp1, tp2, tp3);
stride           5727 libavcodec/mips/h264qpel_msa.c     ST_D4(dst0, dst1, 0, 1, 0, 1, dst, stride);
stride           5731 libavcodec/mips/h264qpel_msa.c                                 ptrdiff_t stride)
stride           5752 libavcodec/mips/h264qpel_msa.c     src -= ((2 * stride) + 2);
stride           5754 libavcodec/mips/h264qpel_msa.c     LD_SB5(src, stride, src0, src1, src2, src3, src4);
stride           5755 libavcodec/mips/h264qpel_msa.c     src += (5 * stride);
stride           5756 libavcodec/mips/h264qpel_msa.c     LD_SB4(src, stride, src5, src6, src7, src8);
stride           5782 libavcodec/mips/h264qpel_msa.c     LW4(dst, stride, tp0, tp1, tp2, tp3);
stride           5786 libavcodec/mips/h264qpel_msa.c     ST_W4(res, 0, 1, 2, 3, dst, stride);
stride            716 libavcodec/mips/hevc_idct_msa.c static void hevc_addblk_4x4_msa(int16_t *coeffs, uint8_t *dst, int32_t stride)
stride            724 libavcodec/mips/hevc_idct_msa.c     LW4(dst, stride, dst0, dst1, dst2, dst3);
stride            730 libavcodec/mips/hevc_idct_msa.c     ST_W4(dst_vec, 0, 1, 2, 3, dst, stride);
stride            733 libavcodec/mips/hevc_idct_msa.c static void hevc_addblk_8x8_msa(int16_t *coeffs, uint8_t *dst, int32_t stride)
stride            744 libavcodec/mips/hevc_idct_msa.c     LD4(temp_dst, stride, dst0, dst1, dst2, dst3);
stride            745 libavcodec/mips/hevc_idct_msa.c     temp_dst += (4 * stride);
stride            755 libavcodec/mips/hevc_idct_msa.c     ST_D4(dst_r0, dst_r1, 0, 1, 0, 1, dst, stride);
stride            757 libavcodec/mips/hevc_idct_msa.c     LD4(temp_dst, stride, dst0, dst1, dst2, dst3);
stride            766 libavcodec/mips/hevc_idct_msa.c     ST_D4(dst_r0, dst_r1, 0, 1, 0, 1, dst + 4 * stride, stride);
stride            769 libavcodec/mips/hevc_idct_msa.c static void hevc_addblk_16x16_msa(int16_t *coeffs, uint8_t *dst, int32_t stride)
stride            778 libavcodec/mips/hevc_idct_msa.c     LD_UB4(temp_dst, stride, dst4, dst5, dst6, dst7);
stride            779 libavcodec/mips/hevc_idct_msa.c     temp_dst += (4 * stride);
stride            800 libavcodec/mips/hevc_idct_msa.c         LD_UB4(temp_dst, stride, dst4, dst5, dst6, dst7);
stride            801 libavcodec/mips/hevc_idct_msa.c         temp_dst += (4 * stride);
stride            811 libavcodec/mips/hevc_idct_msa.c         ST_UB4(dst0, dst1, dst2, dst3, dst, stride);
stride            812 libavcodec/mips/hevc_idct_msa.c         dst += (4 * stride);
stride            833 libavcodec/mips/hevc_idct_msa.c     ST_UB4(dst0, dst1, dst2, dst3, dst, stride);
stride            836 libavcodec/mips/hevc_idct_msa.c static void hevc_addblk_32x32_msa(int16_t *coeffs, uint8_t *dst, int32_t stride)
stride            846 libavcodec/mips/hevc_idct_msa.c     temp_dst += stride;
stride            848 libavcodec/mips/hevc_idct_msa.c     temp_dst += stride;
stride            870 libavcodec/mips/hevc_idct_msa.c         temp_dst += stride;
stride            872 libavcodec/mips/hevc_idct_msa.c         temp_dst += stride;
stride            882 libavcodec/mips/hevc_idct_msa.c         dst += stride;
stride            884 libavcodec/mips/hevc_idct_msa.c         dst += stride;
stride            903 libavcodec/mips/hevc_idct_msa.c     temp_dst += stride;
stride            905 libavcodec/mips/hevc_idct_msa.c     temp_dst += stride;
stride            914 libavcodec/mips/hevc_idct_msa.c     dst += stride;
stride            916 libavcodec/mips/hevc_idct_msa.c     dst += stride;
stride            937 libavcodec/mips/hevc_idct_msa.c     dst += stride;
stride            983 libavcodec/mips/hevc_idct_msa.c void ff_hevc_addblk_4x4_msa(uint8_t *dst, int16_t *coeffs, ptrdiff_t stride)
stride            985 libavcodec/mips/hevc_idct_msa.c     hevc_addblk_4x4_msa(coeffs, dst, stride);
stride            988 libavcodec/mips/hevc_idct_msa.c void ff_hevc_addblk_8x8_msa(uint8_t *dst, int16_t *coeffs, ptrdiff_t stride)
stride            990 libavcodec/mips/hevc_idct_msa.c     hevc_addblk_8x8_msa(coeffs, dst, stride);
stride            993 libavcodec/mips/hevc_idct_msa.c void ff_hevc_addblk_16x16_msa(uint8_t *dst, int16_t *coeffs, ptrdiff_t stride)
stride            995 libavcodec/mips/hevc_idct_msa.c     hevc_addblk_16x16_msa(coeffs, dst, stride);
stride            998 libavcodec/mips/hevc_idct_msa.c void ff_hevc_addblk_32x32_msa(uint8_t *dst, int16_t *coeffs, ptrdiff_t stride)
stride           1000 libavcodec/mips/hevc_idct_msa.c     hevc_addblk_32x32_msa(coeffs, dst, stride);
stride             24 libavcodec/mips/hevc_lpf_sao_msa.c static void hevc_loopfilter_luma_hor_msa(uint8_t *src, int32_t stride,
stride             28 libavcodec/mips/hevc_lpf_sao_msa.c     uint8_t *p3 = src - (stride << 2);
stride             29 libavcodec/mips/hevc_lpf_sao_msa.c     uint8_t *p2 = src - ((stride << 1) + stride);
stride             30 libavcodec/mips/hevc_lpf_sao_msa.c     uint8_t *p1 = src - (stride << 1);
stride             31 libavcodec/mips/hevc_lpf_sao_msa.c     uint8_t *p0 = src - stride;
stride             33 libavcodec/mips/hevc_lpf_sao_msa.c     uint8_t *q1 = src + stride;
stride             34 libavcodec/mips/hevc_lpf_sao_msa.c     uint8_t *q2 = src + (stride << 1);
stride             35 libavcodec/mips/hevc_lpf_sao_msa.c     uint8_t *q3 = src + (stride << 1) + stride;
stride            202 libavcodec/mips/hevc_lpf_sao_msa.c             ST_D4(dst0, dst1, 0, 1, 0, 1, p2, stride);
stride            203 libavcodec/mips/hevc_lpf_sao_msa.c             SD(dst_val0, p2 + 4 * stride);
stride            204 libavcodec/mips/hevc_lpf_sao_msa.c             SD(dst_val1, p2 + 5 * stride);
stride            288 libavcodec/mips/hevc_lpf_sao_msa.c             p2 += stride;
stride            289 libavcodec/mips/hevc_lpf_sao_msa.c             ST_D4(dst0, dst1, 0, 1, 0, 1, p2, stride);
stride            443 libavcodec/mips/hevc_lpf_sao_msa.c             ST_D4(dst0, dst1, 0, 1, 0, 1, p2, stride);
stride            444 libavcodec/mips/hevc_lpf_sao_msa.c             SD(dst_val0, p2 + 4 * stride);
stride            445 libavcodec/mips/hevc_lpf_sao_msa.c             SD(dst_val1, p2 + 5 * stride);
stride            450 libavcodec/mips/hevc_lpf_sao_msa.c static void hevc_loopfilter_luma_ver_msa(uint8_t *src, int32_t stride,
stride            455 libavcodec/mips/hevc_lpf_sao_msa.c     uint8_t *p2 = src + 3 * stride;
stride            456 libavcodec/mips/hevc_lpf_sao_msa.c     uint8_t *p1 = src + (stride << 2);
stride            457 libavcodec/mips/hevc_lpf_sao_msa.c     uint8_t *p0 = src + 7 * stride;
stride            510 libavcodec/mips/hevc_lpf_sao_msa.c         LD_UH8(src, stride, p3_src, p2_src, p1_src, p0_src, q0_src, q1_src,
stride            694 libavcodec/mips/hevc_lpf_sao_msa.c             src += stride;
stride            696 libavcodec/mips/hevc_lpf_sao_msa.c             src += stride;
stride            701 libavcodec/mips/hevc_lpf_sao_msa.c             src += stride;
stride            703 libavcodec/mips/hevc_lpf_sao_msa.c             src += stride;
stride            708 libavcodec/mips/hevc_lpf_sao_msa.c             src += stride;
stride            710 libavcodec/mips/hevc_lpf_sao_msa.c             src += stride;
stride            715 libavcodec/mips/hevc_lpf_sao_msa.c             src += stride;
stride            877 libavcodec/mips/hevc_lpf_sao_msa.c         src += stride;
stride            880 libavcodec/mips/hevc_lpf_sao_msa.c         src += stride;
stride            888 libavcodec/mips/hevc_lpf_sao_msa.c         src += stride;
stride            891 libavcodec/mips/hevc_lpf_sao_msa.c         src += stride;
stride            899 libavcodec/mips/hevc_lpf_sao_msa.c         src += stride;
stride            902 libavcodec/mips/hevc_lpf_sao_msa.c         src += stride;
stride            910 libavcodec/mips/hevc_lpf_sao_msa.c         src += stride;
stride            916 libavcodec/mips/hevc_lpf_sao_msa.c static void hevc_loopfilter_chroma_hor_msa(uint8_t *src, int32_t stride,
stride            920 libavcodec/mips/hevc_lpf_sao_msa.c     uint8_t *p1_ptr = src - (stride << 1);
stride            921 libavcodec/mips/hevc_lpf_sao_msa.c     uint8_t *p0_ptr = src - stride;
stride            923 libavcodec/mips/hevc_lpf_sao_msa.c     uint8_t *q1_ptr = src + stride;
stride            975 libavcodec/mips/hevc_lpf_sao_msa.c         ST_D2(temp0, 0, 1, p0_ptr, stride);
stride            979 libavcodec/mips/hevc_lpf_sao_msa.c static void hevc_loopfilter_chroma_ver_msa(uint8_t *src, int32_t stride,
stride           1007 libavcodec/mips/hevc_lpf_sao_msa.c         LD_UB8(src, stride, src0, src1, src2, src3, src4, src5, src6, src7);
stride           1036 libavcodec/mips/hevc_lpf_sao_msa.c         ST_H8(temp0, 0, 1, 2, 3, 4, 5, 6, 7, src, stride);
stride            473 libavcodec/mips/hevcdsp_mips.h                             ptrdiff_t stride);
stride            475 libavcodec/mips/hevcdsp_mips.h                             ptrdiff_t stride);
stride            477 libavcodec/mips/hevcdsp_mips.h                               ptrdiff_t stride);
stride            479 libavcodec/mips/hevcdsp_mips.h                               ptrdiff_t stride);
stride            109 libavcodec/mips/hevcdsp_mmi.c         : [filter]"r"(filter), [stride]"r"(srcstride)                    \
stride            210 libavcodec/mips/hevcdsp_mmi.c         : [filter]"r"(filter), [stride]"r"(srcstride)                    \
stride            303 libavcodec/mips/hevcdsp_mmi.c         : [filter]"r"(filter), [stride]"r"(srcstride)                    \
stride            543 libavcodec/mips/hevcdsp_mmi.c         : [filter]"r"(filter), [stride]"r"(srcstride)                   \
stride            663 libavcodec/mips/hevcdsp_mmi.c         : [filter]"r"(filter), [stride]"r"(dststride),                  \
stride            757 libavcodec/mips/hevcdsp_mmi.c         : [filter]"r"(filter), [stride]"r"(srcstride)                   \
stride            851 libavcodec/mips/hevcdsp_mmi.c         : [filter]"r"(filter), [stride]"r"(dststride),                  \
stride           1069 libavcodec/mips/hevcdsp_mmi.c         : [filter]"r"(filter), [stride]"r"(srcstride)                   \
stride           1170 libavcodec/mips/hevcdsp_mmi.c         : [filter]"r"(filter), [stride]"r"(dststride),                  \
stride             29 libavcodec/mips/hevcpred_mips.h                                      ptrdiff_t stride);
stride             34 libavcodec/mips/hevcpred_mips.h                                      ptrdiff_t stride);
stride             39 libavcodec/mips/hevcpred_mips.h                                      ptrdiff_t stride);
stride             44 libavcodec/mips/hevcpred_mips.h                                      ptrdiff_t stride);
stride             48 libavcodec/mips/hevcpred_mips.h                                ptrdiff_t stride, int log2, int c_idx);
stride             53 libavcodec/mips/hevcpred_mips.h                                       ptrdiff_t stride, int c_idx, int mode);
stride             58 libavcodec/mips/hevcpred_mips.h                                       ptrdiff_t stride, int c_idx, int mode);
stride             63 libavcodec/mips/hevcpred_mips.h                                       ptrdiff_t stride, int c_idx, int mode);
stride             68 libavcodec/mips/hevcpred_mips.h                                       ptrdiff_t stride, int c_idx, int mode);
stride             63 libavcodec/mips/hevcpred_msa.c                                          uint8_t *dst, int32_t stride,
stride             72 libavcodec/mips/hevcpred_msa.c     SW4(src_data, src_data, src_data, src_data, dst, stride);
stride             89 libavcodec/mips/hevcpred_msa.c             dst[stride * col] = (uint8_t) vec2[col];
stride             96 libavcodec/mips/hevcpred_msa.c                                          uint8_t *dst, int32_t stride,
stride            110 libavcodec/mips/hevcpred_msa.c         tmp_dst += stride;
stride            133 libavcodec/mips/hevcpred_msa.c         dst[stride] = val1;
stride            134 libavcodec/mips/hevcpred_msa.c         dst[2 * stride] = val2;
stride            135 libavcodec/mips/hevcpred_msa.c         dst[3 * stride] = val3;
stride            142 libavcodec/mips/hevcpred_msa.c         dst[4 * stride] = val0;
stride            143 libavcodec/mips/hevcpred_msa.c         dst[5 * stride] = val1;
stride            144 libavcodec/mips/hevcpred_msa.c         dst[6 * stride] = val2;
stride            145 libavcodec/mips/hevcpred_msa.c         dst[7 * stride] = val3;
stride            151 libavcodec/mips/hevcpred_msa.c                                            uint8_t *dst, int32_t stride,
stride            164 libavcodec/mips/hevcpred_msa.c         tmp_dst += stride;
stride            185 libavcodec/mips/hevcpred_msa.c             dst[stride * col] = src[col];
stride            192 libavcodec/mips/hevcpred_msa.c                                           uint8_t *dst, int32_t stride,
stride            204 libavcodec/mips/hevcpred_msa.c     SW4(val0, val1, val2, val3, dst, stride);
stride            226 libavcodec/mips/hevcpred_msa.c                                           uint8_t *dst, int32_t stride,
stride            238 libavcodec/mips/hevcpred_msa.c     SD4(val0, val1, val2, val3, dst, stride);
stride            244 libavcodec/mips/hevcpred_msa.c     SD4(val0, val1, val2, val3, dst + 4 * stride, stride);
stride            266 libavcodec/mips/hevcpred_msa.c                                             uint8_t *dst, int32_t stride,
stride            289 libavcodec/mips/hevcpred_msa.c         ST_SB4(src0, src1, src2, src3, tmp_dst, stride);
stride            290 libavcodec/mips/hevcpred_msa.c         tmp_dst += (4 * stride);
stride            312 libavcodec/mips/hevcpred_msa.c                                             uint8_t *dst, int32_t stride)
stride            330 libavcodec/mips/hevcpred_msa.c         dst += stride;
stride            332 libavcodec/mips/hevcpred_msa.c         dst += stride;
stride            334 libavcodec/mips/hevcpred_msa.c         dst += stride;
stride            336 libavcodec/mips/hevcpred_msa.c         dst += stride;
stride            342 libavcodec/mips/hevcpred_msa.c                                        uint8_t *dst, int32_t stride,
stride            363 libavcodec/mips/hevcpred_msa.c     SW4(val0, val0, val0, val0, dst, stride)
stride            395 libavcodec/mips/hevcpred_msa.c         tmp_dst[stride * 1] = val0;
stride            396 libavcodec/mips/hevcpred_msa.c         tmp_dst[stride * 2] = val1;
stride            397 libavcodec/mips/hevcpred_msa.c         tmp_dst[stride * 3] = val2;
stride            403 libavcodec/mips/hevcpred_msa.c                                        uint8_t *dst, int32_t stride,
stride            430 libavcodec/mips/hevcpred_msa.c         dst += stride;
stride            455 libavcodec/mips/hevcpred_msa.c             tmp_dst[stride * col] = vec1[col];
stride            462 libavcodec/mips/hevcpred_msa.c                                          uint8_t *dst, int32_t stride,
stride            488 libavcodec/mips/hevcpred_msa.c         dst += stride;
stride            511 libavcodec/mips/hevcpred_msa.c             tmp_dst[stride * col] = store[col];
stride            518 libavcodec/mips/hevcpred_msa.c                                          uint8_t *dst, int32_t stride)
stride            542 libavcodec/mips/hevcpred_msa.c         dst += stride;
stride            544 libavcodec/mips/hevcpred_msa.c         dst += stride;
stride            550 libavcodec/mips/hevcpred_msa.c                                           uint8_t *dst, int32_t stride)
stride            592 libavcodec/mips/hevcpred_msa.c     ST_W4(src_vec0, 0, 1, 2, 3, dst, stride);
stride            597 libavcodec/mips/hevcpred_msa.c                                           uint8_t *dst, int32_t stride)
stride            660 libavcodec/mips/hevcpred_msa.c           0, 1, 0, 1, dst, stride);
stride            665 libavcodec/mips/hevcpred_msa.c                                             uint8_t *dst, int32_t stride)
stride            691 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            692 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            698 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            699 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            705 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            706 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            712 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            713 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            719 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            720 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            726 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            727 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            733 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            734 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            740 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            745 libavcodec/mips/hevcpred_msa.c                                           uint8_t *dst, int32_t stride,
stride            774 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            775 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            781 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            782 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            788 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            789 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            795 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            796 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            802 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            803 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            809 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            810 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            816 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            817 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            823 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            828 libavcodec/mips/hevcpred_msa.c                                           uint8_t *dst, int32_t stride,
stride            856 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            857 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            863 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            864 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            870 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            871 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            877 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            878 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            884 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            885 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            891 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            892 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            898 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            899 libavcodec/mips/hevcpred_msa.c     dst += (2 * stride);
stride            905 libavcodec/mips/hevcpred_msa.c     ST_SH2(res0, res1, dst, stride);
stride            910 libavcodec/mips/hevcpred_msa.c                                             uint8_t *dst, int32_t stride)
stride            912 libavcodec/mips/hevcpred_msa.c     process_intra_upper_16x16_msa(src_top, src_left, dst, stride, 0);
stride            914 libavcodec/mips/hevcpred_msa.c                                   (dst + 16), stride, 16);
stride            915 libavcodec/mips/hevcpred_msa.c     dst += (16 * stride);
stride            918 libavcodec/mips/hevcpred_msa.c     process_intra_lower_16x16_msa(src_top, src_left, dst, stride, 0);
stride            920 libavcodec/mips/hevcpred_msa.c                                   (dst + 16), stride, 16);
stride            926 libavcodec/mips/hevcpred_msa.c                                                      int32_t stride,
stride           1012 libavcodec/mips/hevcpred_msa.c     ST_W4(dst_val0, 0, 1, 2, 3, dst, stride);
stride           1018 libavcodec/mips/hevcpred_msa.c                                                      int32_t stride,
stride           1109 libavcodec/mips/hevcpred_msa.c         ST_D4(dst_val0, dst_val1, 0, 1, 0, 1, dst, stride);
stride           1110 libavcodec/mips/hevcpred_msa.c         dst += (4 * stride);
stride           1117 libavcodec/mips/hevcpred_msa.c                                                       int32_t stride,
stride           1219 libavcodec/mips/hevcpred_msa.c         ST_SB4(dst0, dst1, dst2, dst3, dst, stride);
stride           1220 libavcodec/mips/hevcpred_msa.c         dst += (4 * stride);
stride           1227 libavcodec/mips/hevcpred_msa.c                                                       int32_t stride,
stride           1332 libavcodec/mips/hevcpred_msa.c         dst += stride;
stride           1334 libavcodec/mips/hevcpred_msa.c         dst += stride;
stride           1341 libavcodec/mips/hevcpred_msa.c                                                      int32_t stride,
stride           1431 libavcodec/mips/hevcpred_msa.c     ST_W2(dst_val0, 0, 1, dst, stride);
stride           1432 libavcodec/mips/hevcpred_msa.c     ST_W2(dst_val1, 0, 1, dst + 2 * stride, stride);
stride           1438 libavcodec/mips/hevcpred_msa.c                                                      int32_t stride,
stride           1531 libavcodec/mips/hevcpred_msa.c         ST_W8(diff3, diff4, 0, 1, 2, 3, 0, 1, 2, 3, dst_org, stride);
stride           1539 libavcodec/mips/hevcpred_msa.c                                                       int32_t stride,
stride           1645 libavcodec/mips/hevcpred_msa.c         ST_W8(diff4, diff5, 0, 1, 2, 3, 0, 1, 2, 3, dst_org, stride);
stride           1646 libavcodec/mips/hevcpred_msa.c         dst_org += (8 * stride);
stride           1647 libavcodec/mips/hevcpred_msa.c         ST_W8(diff6, diff7, 0, 1, 2, 3, 0, 1, 2, 3, dst_org, stride);
stride           1655 libavcodec/mips/hevcpred_msa.c                                                       int32_t stride,
stride           1751 libavcodec/mips/hevcpred_msa.c         ST_H8(diff0, 0, 1, 2, 3, 4, 5, 6, 7, dst_org, stride)
stride           1752 libavcodec/mips/hevcpred_msa.c         dst_org += (8 * stride);
stride           1753 libavcodec/mips/hevcpred_msa.c         ST_H8(diff1, 0, 1, 2, 3, 4, 5, 6, 7, dst_org, stride)
stride           1754 libavcodec/mips/hevcpred_msa.c         dst_org += (8 * stride);
stride           1755 libavcodec/mips/hevcpred_msa.c         ST_H8(diff2, 0, 1, 2, 3, 4, 5, 6, 7, dst_org, stride)
stride           1756 libavcodec/mips/hevcpred_msa.c         dst_org += (8 * stride);
stride           1757 libavcodec/mips/hevcpred_msa.c         ST_H8(diff3, 0, 1, 2, 3, 4, 5, 6, 7, dst_org, stride)
stride           1758 libavcodec/mips/hevcpred_msa.c         dst_org += (8 * stride);
stride           1782 libavcodec/mips/hevcpred_msa.c                                      ptrdiff_t stride)
stride           1784 libavcodec/mips/hevcpred_msa.c     hevc_intra_pred_plane_4x4_msa(src_top, src_left, dst, stride);
stride           1790 libavcodec/mips/hevcpred_msa.c                                      ptrdiff_t stride)
stride           1792 libavcodec/mips/hevcpred_msa.c     hevc_intra_pred_plane_8x8_msa(src_top, src_left, dst, stride);
stride           1798 libavcodec/mips/hevcpred_msa.c                                      ptrdiff_t stride)
stride           1800 libavcodec/mips/hevcpred_msa.c     hevc_intra_pred_plane_16x16_msa(src_top, src_left, dst, stride);
stride           1806 libavcodec/mips/hevcpred_msa.c                                      ptrdiff_t stride)
stride           1808 libavcodec/mips/hevcpred_msa.c     hevc_intra_pred_plane_32x32_msa(src_top, src_left, dst, stride);
stride           1813 libavcodec/mips/hevcpred_msa.c                                ptrdiff_t stride, int log2, int c_idx)
stride           1817 libavcodec/mips/hevcpred_msa.c         hevc_intra_pred_dc_4x4_msa(src_top, src_left, dst, stride, c_idx);
stride           1821 libavcodec/mips/hevcpred_msa.c         hevc_intra_pred_dc_8x8_msa(src_top, src_left, dst, stride, c_idx);
stride           1825 libavcodec/mips/hevcpred_msa.c         hevc_intra_pred_dc_16x16_msa(src_top, src_left, dst, stride, c_idx);
stride           1829 libavcodec/mips/hevcpred_msa.c         hevc_intra_pred_dc_32x32_msa(src_top, src_left, dst, stride);
stride           1837 libavcodec/mips/hevcpred_msa.c                                       ptrdiff_t stride, int c_idx, int mode)
stride           1840 libavcodec/mips/hevcpred_msa.c         hevc_intra_pred_horiz_4x4_msa(src_top, src_left, dst, stride, c_idx);
stride           1842 libavcodec/mips/hevcpred_msa.c         hevc_intra_pred_vert_4x4_msa(src_top, src_left, dst, stride, c_idx);
stride           1845 libavcodec/mips/hevcpred_msa.c                                                  dst, stride, mode);
stride           1848 libavcodec/mips/hevcpred_msa.c                                                  dst, stride, mode);
stride           1855 libavcodec/mips/hevcpred_msa.c                                       ptrdiff_t stride, int c_idx, int mode)
stride           1858 libavcodec/mips/hevcpred_msa.c         hevc_intra_pred_horiz_8x8_msa(src_top, src_left, dst, stride, c_idx);
stride           1860 libavcodec/mips/hevcpred_msa.c         hevc_intra_pred_vert_8x8_msa(src_top, src_left, dst, stride, c_idx);
stride           1863 libavcodec/mips/hevcpred_msa.c                                                  dst, stride, mode);
stride           1866 libavcodec/mips/hevcpred_msa.c                                                  dst, stride, mode);
stride           1873 libavcodec/mips/hevcpred_msa.c                                       ptrdiff_t stride, int c_idx, int mode)
stride           1876 libavcodec/mips/hevcpred_msa.c         hevc_intra_pred_horiz_16x16_msa(src_top, src_left, dst, stride, c_idx);
stride           1878 libavcodec/mips/hevcpred_msa.c         hevc_intra_pred_vert_16x16_msa(src_top, src_left, dst, stride, c_idx);
stride           1881 libavcodec/mips/hevcpred_msa.c                                                   dst, stride, mode);
stride           1884 libavcodec/mips/hevcpred_msa.c                                                   dst, stride, mode);
stride           1891 libavcodec/mips/hevcpred_msa.c                                       ptrdiff_t stride, int c_idx, int mode)
stride           1894 libavcodec/mips/hevcpred_msa.c         hevc_intra_pred_horiz_32x32_msa(src_top, src_left, dst, stride);
stride           1896 libavcodec/mips/hevcpred_msa.c         intra_predict_vert_32x32_msa(src_top, dst, stride);
stride           1899 libavcodec/mips/hevcpred_msa.c                                                   dst, stride, mode);
stride           1902 libavcodec/mips/hevcpred_msa.c                                                   dst, stride, mode);
stride           1925 libavcodec/mips/hevcpred_msa.c     ptrdiff_t stride = s->frame->linesize[c_idx] / sizeof(uint8_t);
stride           1926 libavcodec/mips/hevcpred_msa.c     uint8_t *src = (uint8_t *) s->frame->data[c_idx] + x + y * stride;
stride           2053 libavcodec/mips/hevcpred_msa.c         left[-1] = src[(-1) + stride * (-1)];
stride           2057 libavcodec/mips/hevcpred_msa.c         vec0 = LD_UB(src - stride);
stride           2061 libavcodec/mips/hevcpred_msa.c         vec0 = LD_UB(src - stride + 16);
stride           2066 libavcodec/mips/hevcpred_msa.c                 ((src[(16 + top_right_size - 1) + stride * (-1)]) *
stride           2075 libavcodec/mips/hevcpred_msa.c             left[i] = src[(-1) + stride * (i)];
stride           2078 libavcodec/mips/hevcpred_msa.c             left[i] = src[(-1) + stride * (i)];
stride           2081 libavcodec/mips/hevcpred_msa.c                 ((src[(-1) + stride * (16 + bottom_left_size - 1)]) *
stride           2406 libavcodec/mips/hevcpred_msa.c                                    (uint8_t *) left, stride);
stride           2410 libavcodec/mips/hevcpred_msa.c                        (uint8_t *) left, stride, 4, c_idx);
stride           2414 libavcodec/mips/hevcpred_msa.c                                     (uint8_t *) left, stride, c_idx, mode);
stride           2442 libavcodec/mips/hevcpred_msa.c     ptrdiff_t stride = s->frame->linesize[c_idx] / sizeof(uint8_t);
stride           2443 libavcodec/mips/hevcpred_msa.c     uint8_t *src = (uint8_t *) s->frame->data[c_idx] + x + y * stride;
stride           2568 libavcodec/mips/hevcpred_msa.c         left[-1] = src[(-1) + stride * (-1)];
stride           2572 libavcodec/mips/hevcpred_msa.c         LD_UB2(src - stride, 16, vec0, vec1);
stride           2577 libavcodec/mips/hevcpred_msa.c         LD_UB2(src - stride + 32, 16, vec0, vec1);
stride           2581 libavcodec/mips/hevcpred_msa.c                 ((src[(32 + top_right_size - 1) + stride * (-1)]) *
stride           2590 libavcodec/mips/hevcpred_msa.c             left[i] = src[(-1) + stride * (i)];
stride           2593 libavcodec/mips/hevcpred_msa.c             left[i] = src[(-1) + stride * (i)];
stride           2596 libavcodec/mips/hevcpred_msa.c                 ((src[(-1) + stride * (32 + bottom_left_size - 1)]) *
stride           3066 libavcodec/mips/hevcpred_msa.c                                (uint8_t *) left, stride);
stride           3070 libavcodec/mips/hevcpred_msa.c                        (uint8_t *) left, stride, 5, c_idx);
stride           3074 libavcodec/mips/hevcpred_msa.c                                 (uint8_t *) left, stride, c_idx, mode);
stride             33 libavcodec/mips/hpeldsp_msa.c #define PCKEV_ST_SB4(in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride)  \
stride             40 libavcodec/mips/hpeldsp_msa.c     ST_SB4(tmp0_m, tmp1_m, tmp2_m, tmp3_m, pdst_m, stride);                 \
stride             44 libavcodec/mips/hpeldsp_msa.c                            pdst, stride)                                \
stride             52 libavcodec/mips/hpeldsp_msa.c     ST_D4(tmp0_m, tmp1_m, 0, 1, 0, 1, pdst_m, stride);                  \
stride             37 libavcodec/mips/idctdsp_mips.h void ff_jref_idct_put_msa(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             38 libavcodec/mips/idctdsp_mips.h void ff_jref_idct_add_msa(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             25 libavcodec/mips/idctdsp_msa.c                                    int32_t stride)
stride             43 libavcodec/mips/idctdsp_msa.c     SD4(in0_d, in1_d, in2_d, in3_d, pixels, stride);
stride             44 libavcodec/mips/idctdsp_msa.c     pixels += 4 * stride;
stride             45 libavcodec/mips/idctdsp_msa.c     SD4(in4_d, in5_d, in6_d, in7_d, pixels, stride);
stride             49 libavcodec/mips/idctdsp_msa.c                                           int32_t stride)
stride             77 libavcodec/mips/idctdsp_msa.c     SD4(in0_d, in1_d, in2_d, in3_d, pixels, stride);
stride             78 libavcodec/mips/idctdsp_msa.c     pixels += 4 * stride;
stride             79 libavcodec/mips/idctdsp_msa.c     SD4(in4_d, in5_d, in6_d, in7_d, pixels, stride);
stride             83 libavcodec/mips/idctdsp_msa.c                                    int32_t stride)
stride             93 libavcodec/mips/idctdsp_msa.c     LD_UB8(pixels, stride, pix_in0, pix_in1, pix_in2,
stride            122 libavcodec/mips/idctdsp_msa.c     SD4(in0_d, in1_d, in2_d, in3_d, pixels, stride);
stride            123 libavcodec/mips/idctdsp_msa.c     pixels += 4 * stride;
stride            124 libavcodec/mips/idctdsp_msa.c     SD4(in4_d, in5_d, in6_d, in7_d, pixels, stride);
stride             28 libavcodec/mips/me_cmp_mips.h                              ptrdiff_t stride, int h);
stride             30 libavcodec/mips/me_cmp_mips.h                               ptrdiff_t stride, int h);
stride             32 libavcodec/mips/me_cmp_mips.h                             ptrdiff_t stride, int h);
stride             34 libavcodec/mips/me_cmp_mips.h                              ptrdiff_t stride, int h);
stride             36 libavcodec/mips/me_cmp_mips.h                      ptrdiff_t stride, int h);
stride             38 libavcodec/mips/me_cmp_mips.h                         ptrdiff_t stride, int h);
stride             40 libavcodec/mips/me_cmp_mips.h                         ptrdiff_t stride, int h);
stride             42 libavcodec/mips/me_cmp_mips.h                          ptrdiff_t stride, int h);
stride             44 libavcodec/mips/me_cmp_mips.h                     ptrdiff_t stride, int h);
stride             46 libavcodec/mips/me_cmp_mips.h                        ptrdiff_t stride, int h);
stride             48 libavcodec/mips/me_cmp_mips.h                        ptrdiff_t stride, int h);
stride             50 libavcodec/mips/me_cmp_mips.h                         ptrdiff_t stride, int h);
stride             52 libavcodec/mips/me_cmp_mips.h                  ptrdiff_t stride, int i32Height);
stride             54 libavcodec/mips/me_cmp_mips.h                 ptrdiff_t stride, int i32Height);
stride             56 libavcodec/mips/me_cmp_mips.h                 ptrdiff_t stride, int i32Height);
stride             58 libavcodec/mips/me_cmp_mips.h                         ptrdiff_t stride);
stride            591 libavcodec/mips/me_cmp_msa.c                      ptrdiff_t stride, int height)
stride            593 libavcodec/mips/me_cmp_msa.c     return sad_16width_msa(src, stride, ref, stride, height);
stride            597 libavcodec/mips/me_cmp_msa.c                     ptrdiff_t stride, int height)
stride            599 libavcodec/mips/me_cmp_msa.c     return sad_8width_msa(src, stride, ref, stride, height);
stride            603 libavcodec/mips/me_cmp_msa.c                         ptrdiff_t stride, int h)
stride            605 libavcodec/mips/me_cmp_msa.c     return sad_horiz_bilinear_filter_16width_msa(pix1, stride, pix2, stride, h);
stride            609 libavcodec/mips/me_cmp_msa.c                         ptrdiff_t stride, int h)
stride            611 libavcodec/mips/me_cmp_msa.c     return sad_vert_bilinear_filter_16width_msa(pix1, stride, pix2, stride, h);
stride            615 libavcodec/mips/me_cmp_msa.c                          ptrdiff_t stride, int h)
stride            617 libavcodec/mips/me_cmp_msa.c     return sad_hv_bilinear_filter_16width_msa(pix1, stride, pix2, stride, h);
stride            621 libavcodec/mips/me_cmp_msa.c                        ptrdiff_t stride, int h)
stride            623 libavcodec/mips/me_cmp_msa.c     return sad_horiz_bilinear_filter_8width_msa(pix1, stride, pix2, stride, h);
stride            627 libavcodec/mips/me_cmp_msa.c                        ptrdiff_t stride, int h)
stride            629 libavcodec/mips/me_cmp_msa.c     return sad_vert_bilinear_filter_8width_msa(pix1, stride, pix2, stride, h);
stride            633 libavcodec/mips/me_cmp_msa.c                         ptrdiff_t stride, int h)
stride            635 libavcodec/mips/me_cmp_msa.c     return sad_hv_bilinear_filter_8width_msa(pix1, stride, pix2, stride, h);
stride            639 libavcodec/mips/me_cmp_msa.c                  ptrdiff_t stride, int height)
stride            641 libavcodec/mips/me_cmp_msa.c     return sse_16width_msa(src, stride, ref, stride, height);
stride            645 libavcodec/mips/me_cmp_msa.c                 ptrdiff_t stride, int height)
stride            647 libavcodec/mips/me_cmp_msa.c     return sse_8width_msa(src, stride, ref, stride, height);
stride            651 libavcodec/mips/me_cmp_msa.c                 ptrdiff_t stride, int height)
stride            653 libavcodec/mips/me_cmp_msa.c     return sse_4width_msa(src, stride, ref, stride, height);
stride            657 libavcodec/mips/me_cmp_msa.c                              ptrdiff_t stride, int h)
stride            659 libavcodec/mips/me_cmp_msa.c     return hadamard_diff_8x8_msa(src, stride, dst, stride);
stride            663 libavcodec/mips/me_cmp_msa.c                               ptrdiff_t stride, int h)
stride            665 libavcodec/mips/me_cmp_msa.c     return hadamard_intra_8x8_msa(src, stride, dst, stride);
stride            671 libavcodec/mips/me_cmp_msa.c            ptrdiff_t stride, int h)                        \
stride            674 libavcodec/mips/me_cmp_msa.c     score += name8(s, dst, src, stride, 8);                \
stride            675 libavcodec/mips/me_cmp_msa.c     score += name8(s, dst + 8, src + 8, stride, 8);        \
stride            677 libavcodec/mips/me_cmp_msa.c         dst += 8 * stride;                                 \
stride            678 libavcodec/mips/me_cmp_msa.c         src += 8 * stride;                                 \
stride            679 libavcodec/mips/me_cmp_msa.c         score +=name8(s, dst, src, stride, 8);             \
stride            680 libavcodec/mips/me_cmp_msa.c         score +=name8(s, dst + 8, src + 8, stride, 8);     \
stride             24 libavcodec/mips/mpegvideoencdsp_msa.c static int32_t sum_u8src_16width_msa(uint8_t *src, int32_t stride)
stride             30 libavcodec/mips/mpegvideoencdsp_msa.c     LD_UB8(src, stride, in0, in1, in2, in3, in4, in5, in6, in7);
stride             31 libavcodec/mips/mpegvideoencdsp_msa.c     src += (8 * stride);
stride             32 libavcodec/mips/mpegvideoencdsp_msa.c     LD_UB8(src, stride, in8, in9, in10, in11, in12, in13, in14, in15);
stride             28 libavcodec/mips/pixblockdsp_mips.h                         const uint8_t *src2, ptrdiff_t stride);
stride             30 libavcodec/mips/pixblockdsp_mips.h                           ptrdiff_t stride);
stride             32 libavcodec/mips/pixblockdsp_mips.h                          ptrdiff_t stride);
stride             35 libavcodec/mips/pixblockdsp_mips.h                          ptrdiff_t stride);
stride             37 libavcodec/mips/pixblockdsp_mips.h                         const uint8_t *src2, ptrdiff_t stride);
stride             29 libavcodec/mips/pixblockdsp_mmi.c                          ptrdiff_t stride)
stride             39 libavcodec/mips/pixblockdsp_mmi.c         MMI_LDXC1(%[ftmp2], %[pixels], %[stride], 0x00)
stride             51 libavcodec/mips/pixblockdsp_mmi.c         MMI_LDXC1(%[ftmp2], %[pixels], %[stride], 0x00)
stride             63 libavcodec/mips/pixblockdsp_mmi.c         MMI_LDXC1(%[ftmp2], %[pixels], %[stride], 0x00)
stride             75 libavcodec/mips/pixblockdsp_mmi.c         MMI_LDXC1(%[ftmp2], %[pixels], %[stride], 0x00)
stride             91 libavcodec/mips/pixblockdsp_mmi.c         : [block]"r"((mips_reg)block),      [stride]"r"((mips_reg)stride),
stride             92 libavcodec/mips/pixblockdsp_mmi.c           [stride_x2]"r"((mips_reg)(stride<<1))
stride             98 libavcodec/mips/pixblockdsp_mmi.c         const uint8_t *src2, ptrdiff_t stride)
stride            132 libavcodec/mips/pixblockdsp_mmi.c         : [stride]"r"((mips_reg)stride)
stride             25 libavcodec/mips/pixblockdsp_msa.c                             const uint8_t *src2, int32_t stride)
stride             31 libavcodec/mips/pixblockdsp_msa.c     LD_UB8(src1, stride, in10, in11, in12, in13, in14, in15, in16, in17);
stride             32 libavcodec/mips/pixblockdsp_msa.c     LD_UB8(src2, stride, in20, in21, in22, in23, in24, in25, in26, in27);
stride            128 libavcodec/mips/pixblockdsp_msa.c                           ptrdiff_t stride)
stride            130 libavcodec/mips/pixblockdsp_msa.c     copy_width16_msa(src, stride, (uint8_t *) dest, 16, 8);
stride            134 libavcodec/mips/pixblockdsp_msa.c                          ptrdiff_t stride)
stride            136 libavcodec/mips/pixblockdsp_msa.c     copy_8bit_to_16bit_width8_msa(src, stride, dest, 8, 8);
stride            140 libavcodec/mips/pixblockdsp_msa.c                         const uint8_t *src2, ptrdiff_t stride)
stride            142 libavcodec/mips/pixblockdsp_msa.c     diff_pixels_msa(block, src1, src2, stride);
stride             26 libavcodec/mips/qpeldsp_mips.h void ff_copy_8x8_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             27 libavcodec/mips/qpeldsp_mips.h void ff_copy_16x16_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             28 libavcodec/mips/qpeldsp_mips.h void ff_avg_width8_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             29 libavcodec/mips/qpeldsp_mips.h void ff_avg_width16_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             32 libavcodec/mips/qpeldsp_mips.h                                            ptrdiff_t stride);
stride             34 libavcodec/mips/qpeldsp_mips.h                                             ptrdiff_t stride);
stride             36 libavcodec/mips/qpeldsp_mips.h                                  ptrdiff_t stride);
stride             38 libavcodec/mips/qpeldsp_mips.h                                   ptrdiff_t stride);
stride             40 libavcodec/mips/qpeldsp_mips.h                                            ptrdiff_t stride);
stride             42 libavcodec/mips/qpeldsp_mips.h                                             ptrdiff_t stride);
stride             45 libavcodec/mips/qpeldsp_mips.h                                                   ptrdiff_t stride);
stride             48 libavcodec/mips/qpeldsp_mips.h                                                    ptrdiff_t stride);
stride             50 libavcodec/mips/qpeldsp_mips.h                                         ptrdiff_t stride);
stride             52 libavcodec/mips/qpeldsp_mips.h                                          ptrdiff_t stride);
stride             55 libavcodec/mips/qpeldsp_mips.h                                                   ptrdiff_t stride);
stride             58 libavcodec/mips/qpeldsp_mips.h                                                    ptrdiff_t stride);
stride             61 libavcodec/mips/qpeldsp_mips.h                                                    ptrdiff_t stride);
stride             64 libavcodec/mips/qpeldsp_mips.h                                                     ptrdiff_t stride);
stride             66 libavcodec/mips/qpeldsp_mips.h                                          ptrdiff_t stride);
stride             68 libavcodec/mips/qpeldsp_mips.h                                           ptrdiff_t stride);
stride             71 libavcodec/mips/qpeldsp_mips.h                                                    ptrdiff_t stride);
stride             74 libavcodec/mips/qpeldsp_mips.h                                                     ptrdiff_t stride);
stride             77 libavcodec/mips/qpeldsp_mips.h                                        ptrdiff_t stride);
stride             79 libavcodec/mips/qpeldsp_mips.h                                          ptrdiff_t stride);
stride             81 libavcodec/mips/qpeldsp_mips.h                              ptrdiff_t stride);
stride             83 libavcodec/mips/qpeldsp_mips.h                                ptrdiff_t stride);
stride             85 libavcodec/mips/qpeldsp_mips.h                                        ptrdiff_t stride);
stride             87 libavcodec/mips/qpeldsp_mips.h                                          ptrdiff_t stride);
stride             90 libavcodec/mips/qpeldsp_mips.h                                               ptrdiff_t stride);
stride             93 libavcodec/mips/qpeldsp_mips.h                                                 ptrdiff_t stride);
stride             95 libavcodec/mips/qpeldsp_mips.h                                     ptrdiff_t stride);
stride             97 libavcodec/mips/qpeldsp_mips.h                                       ptrdiff_t stride);
stride            100 libavcodec/mips/qpeldsp_mips.h                                               ptrdiff_t stride);
stride            103 libavcodec/mips/qpeldsp_mips.h                                                 ptrdiff_t stride);
stride            106 libavcodec/mips/qpeldsp_mips.h                                                ptrdiff_t stride);
stride            109 libavcodec/mips/qpeldsp_mips.h                                                  ptrdiff_t stride);
stride            111 libavcodec/mips/qpeldsp_mips.h                                      ptrdiff_t stride);
stride            113 libavcodec/mips/qpeldsp_mips.h                                        ptrdiff_t stride);
stride            116 libavcodec/mips/qpeldsp_mips.h                                                ptrdiff_t stride);
stride            119 libavcodec/mips/qpeldsp_mips.h                                                  ptrdiff_t stride);
stride            122 libavcodec/mips/qpeldsp_mips.h                                            ptrdiff_t stride);
stride            124 libavcodec/mips/qpeldsp_mips.h                                          ptrdiff_t stride);
stride            126 libavcodec/mips/qpeldsp_mips.h                                          ptrdiff_t stride);
stride            128 libavcodec/mips/qpeldsp_mips.h                                        ptrdiff_t stride);
stride            130 libavcodec/mips/qpeldsp_mips.h                                            ptrdiff_t stride);
stride            132 libavcodec/mips/qpeldsp_mips.h                                          ptrdiff_t stride);
stride            134 libavcodec/mips/qpeldsp_mips.h                                          ptrdiff_t stride);
stride            136 libavcodec/mips/qpeldsp_mips.h                                        ptrdiff_t stride);
stride            138 libavcodec/mips/qpeldsp_mips.h                              ptrdiff_t stride);
stride            139 libavcodec/mips/qpeldsp_mips.h void ff_hv_mc_qpel_8x8_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride            141 libavcodec/mips/qpeldsp_mips.h                                          ptrdiff_t stride);
stride            143 libavcodec/mips/qpeldsp_mips.h                                        ptrdiff_t stride);
stride            145 libavcodec/mips/qpeldsp_mips.h                                            ptrdiff_t stride);
stride            147 libavcodec/mips/qpeldsp_mips.h                                          ptrdiff_t stride);
stride            149 libavcodec/mips/qpeldsp_mips.h                                          ptrdiff_t stride);
stride            151 libavcodec/mips/qpeldsp_mips.h                                        ptrdiff_t stride);
stride            153 libavcodec/mips/qpeldsp_mips.h                                            ptrdiff_t stride);
stride            155 libavcodec/mips/qpeldsp_mips.h                                          ptrdiff_t stride);
stride            158 libavcodec/mips/qpeldsp_mips.h                                                    ptrdiff_t stride);
stride            161 libavcodec/mips/qpeldsp_mips.h                                                  ptrdiff_t stride);
stride            164 libavcodec/mips/qpeldsp_mips.h                                                  ptrdiff_t stride);
stride            167 libavcodec/mips/qpeldsp_mips.h                                                ptrdiff_t stride);
stride            170 libavcodec/mips/qpeldsp_mips.h                                                    ptrdiff_t stride);
stride            173 libavcodec/mips/qpeldsp_mips.h                                                  ptrdiff_t stride);
stride            176 libavcodec/mips/qpeldsp_mips.h                                                  ptrdiff_t stride);
stride            179 libavcodec/mips/qpeldsp_mips.h                                                ptrdiff_t stride);
stride            181 libavcodec/mips/qpeldsp_mips.h                                      ptrdiff_t stride);
stride            183 libavcodec/mips/qpeldsp_mips.h                                    ptrdiff_t stride);
stride            186 libavcodec/mips/qpeldsp_mips.h                                                  ptrdiff_t stride);
stride            189 libavcodec/mips/qpeldsp_mips.h                                                ptrdiff_t stride);
stride            192 libavcodec/mips/qpeldsp_mips.h                                                    ptrdiff_t stride);
stride            195 libavcodec/mips/qpeldsp_mips.h                                                  ptrdiff_t stride);
stride            198 libavcodec/mips/qpeldsp_mips.h                                                  ptrdiff_t stride);
stride            201 libavcodec/mips/qpeldsp_mips.h                                                ptrdiff_t stride);
stride            204 libavcodec/mips/qpeldsp_mips.h                                                    ptrdiff_t stride);
stride            207 libavcodec/mips/qpeldsp_mips.h                                                  ptrdiff_t stride);
stride            210 libavcodec/mips/qpeldsp_mips.h                                                   ptrdiff_t stride);
stride            213 libavcodec/mips/qpeldsp_mips.h                                                 ptrdiff_t stride);
stride            216 libavcodec/mips/qpeldsp_mips.h                                                 ptrdiff_t stride);
stride            219 libavcodec/mips/qpeldsp_mips.h                                               ptrdiff_t stride);
stride            222 libavcodec/mips/qpeldsp_mips.h                                                   ptrdiff_t stride);
stride            225 libavcodec/mips/qpeldsp_mips.h                                                 ptrdiff_t stride);
stride            228 libavcodec/mips/qpeldsp_mips.h                                                 ptrdiff_t stride);
stride            231 libavcodec/mips/qpeldsp_mips.h                                               ptrdiff_t stride);
stride            233 libavcodec/mips/qpeldsp_mips.h                                     ptrdiff_t stride);
stride            235 libavcodec/mips/qpeldsp_mips.h                                   ptrdiff_t stride);
stride            238 libavcodec/mips/qpeldsp_mips.h                                                 ptrdiff_t stride);
stride            241 libavcodec/mips/qpeldsp_mips.h                                               ptrdiff_t stride);
stride            244 libavcodec/mips/qpeldsp_mips.h                                                   ptrdiff_t stride);
stride            247 libavcodec/mips/qpeldsp_mips.h                                                 ptrdiff_t stride);
stride            250 libavcodec/mips/qpeldsp_mips.h                                                 ptrdiff_t stride);
stride            253 libavcodec/mips/qpeldsp_mips.h                                               ptrdiff_t stride);
stride            256 libavcodec/mips/qpeldsp_mips.h                                                   ptrdiff_t stride);
stride            259 libavcodec/mips/qpeldsp_mips.h                                                 ptrdiff_t stride);
stride           5854 libavcodec/mips/qpeldsp_msa.c void ff_copy_16x16_msa(uint8_t *dest, const uint8_t *src, ptrdiff_t stride)
stride           5856 libavcodec/mips/qpeldsp_msa.c     copy_16x16_msa(src, stride, dest, stride);
stride           5859 libavcodec/mips/qpeldsp_msa.c void ff_copy_8x8_msa(uint8_t *dest, const uint8_t *src, ptrdiff_t stride)
stride           5861 libavcodec/mips/qpeldsp_msa.c     copy_8x8_msa(src, stride, dest, stride);
stride           5866 libavcodec/mips/qpeldsp_msa.c                                            ptrdiff_t stride)
stride           5868 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_aver_src0_8width_msa(src, stride, dest, stride, 8);
stride           5873 libavcodec/mips/qpeldsp_msa.c                                             ptrdiff_t stride)
stride           5875 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_aver_src0_16width_msa(src, stride, dest, stride, 16);
stride           5879 libavcodec/mips/qpeldsp_msa.c                                  ptrdiff_t stride)
stride           5881 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_8width_msa(src, stride, dest, stride, 8);
stride           5885 libavcodec/mips/qpeldsp_msa.c                                   const uint8_t *src, ptrdiff_t stride)
stride           5887 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_16width_msa(src, stride, dest, stride, 16);
stride           5892 libavcodec/mips/qpeldsp_msa.c                                            ptrdiff_t stride)
stride           5894 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_aver_src1_8width_msa(src, stride, dest, stride, 8);
stride           5899 libavcodec/mips/qpeldsp_msa.c                                             ptrdiff_t stride)
stride           5901 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_aver_src1_16width_msa(src, stride, dest, stride, 16);
stride           5906 libavcodec/mips/qpeldsp_msa.c                                                   ptrdiff_t stride)
stride           5908 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_no_rnd_aver_src0_8width_msa(src, stride, dest, stride, 8);
stride           5913 libavcodec/mips/qpeldsp_msa.c                                                    ptrdiff_t stride)
stride           5915 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_no_rnd_aver_src0_16width_msa(src, stride, dest, stride, 16);
stride           5919 libavcodec/mips/qpeldsp_msa.c                                         const uint8_t *src, ptrdiff_t stride)
stride           5921 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_no_rnd_8width_msa(src, stride, dest, stride, 8);
stride           5925 libavcodec/mips/qpeldsp_msa.c                                          const uint8_t *src, ptrdiff_t stride)
stride           5927 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_no_rnd_16width_msa(src, stride, dest, stride, 16);
stride           5932 libavcodec/mips/qpeldsp_msa.c                                                   ptrdiff_t stride)
stride           5934 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_no_rnd_aver_src1_8width_msa(src, stride, dest, stride, 8);
stride           5939 libavcodec/mips/qpeldsp_msa.c                                                    ptrdiff_t stride)
stride           5941 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_no_rnd_aver_src1_16width_msa(src, stride, dest, stride, 16);
stride           5944 libavcodec/mips/qpeldsp_msa.c void ff_avg_width8_msa(uint8_t *dest, const uint8_t *src, ptrdiff_t stride)
stride           5946 libavcodec/mips/qpeldsp_msa.c     avg_width8_msa(src, stride, dest, stride, 8);
stride           5949 libavcodec/mips/qpeldsp_msa.c void ff_avg_width16_msa(uint8_t *dest, const uint8_t *src, ptrdiff_t stride)
stride           5951 libavcodec/mips/qpeldsp_msa.c     avg_width16_msa(src, stride, dest, stride, 16);
stride           5956 libavcodec/mips/qpeldsp_msa.c                                                    ptrdiff_t stride)
stride           5958 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_avg_dst_aver_src0_8width_msa(src, stride, dest, stride, 8);
stride           5963 libavcodec/mips/qpeldsp_msa.c                                                     ptrdiff_t stride)
stride           5965 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_avg_dst_aver_src0_16width_msa(src, stride, dest, stride, 16);
stride           5969 libavcodec/mips/qpeldsp_msa.c                                          const uint8_t *src, ptrdiff_t stride)
stride           5971 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_avg_dst_8width_msa(src, stride, dest, stride, 8);
stride           5975 libavcodec/mips/qpeldsp_msa.c                                           const uint8_t *src, ptrdiff_t stride)
stride           5977 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_avg_dst_16width_msa(src, stride, dest, stride, 16);
stride           5982 libavcodec/mips/qpeldsp_msa.c                                                    ptrdiff_t stride)
stride           5984 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_avg_dst_aver_src1_8width_msa(src, stride, dest, stride, 8);
stride           5989 libavcodec/mips/qpeldsp_msa.c                                                     ptrdiff_t stride)
stride           5991 libavcodec/mips/qpeldsp_msa.c     horiz_mc_qpel_avg_dst_aver_src1_16width_msa(src, stride, dest, stride, 16);
stride           5996 libavcodec/mips/qpeldsp_msa.c                                        const uint8_t *src, ptrdiff_t stride)
stride           5998 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_aver_src0_8x8_msa(src, stride, dest, stride);
stride           6002 libavcodec/mips/qpeldsp_msa.c                                          const uint8_t *src, ptrdiff_t stride)
stride           6004 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_aver_src0_16x16_msa(src, stride, dest, stride);
stride           6008 libavcodec/mips/qpeldsp_msa.c                              ptrdiff_t stride)
stride           6010 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_8x8_msa(src, stride, dest, stride);
stride           6014 libavcodec/mips/qpeldsp_msa.c                                ptrdiff_t stride)
stride           6016 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_16x16_msa(src, stride, dest, stride);
stride           6020 libavcodec/mips/qpeldsp_msa.c                                        const uint8_t *src, ptrdiff_t stride)
stride           6022 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_aver_src1_8x8_msa(src, stride, dest, stride);
stride           6026 libavcodec/mips/qpeldsp_msa.c                                          const uint8_t *src, ptrdiff_t stride)
stride           6028 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_aver_src1_16x16_msa(src, stride, dest, stride);
stride           6033 libavcodec/mips/qpeldsp_msa.c                                               ptrdiff_t stride)
stride           6035 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_no_rnd_aver_src0_8x8_msa(src, stride, dest, stride);
stride           6040 libavcodec/mips/qpeldsp_msa.c                                                 ptrdiff_t stride)
stride           6042 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_no_rnd_aver_src0_16x16_msa(src, stride, dest, stride);
stride           6046 libavcodec/mips/qpeldsp_msa.c                                     const uint8_t *src, ptrdiff_t stride)
stride           6048 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_no_rnd_8x8_msa(src, stride, dest, stride);
stride           6052 libavcodec/mips/qpeldsp_msa.c                                       const uint8_t *src, ptrdiff_t stride)
stride           6054 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_no_rnd_16x16_msa(src, stride, dest, stride);
stride           6059 libavcodec/mips/qpeldsp_msa.c                                               ptrdiff_t stride)
stride           6061 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_no_rnd_aver_src1_8x8_msa(src, stride, dest, stride);
stride           6066 libavcodec/mips/qpeldsp_msa.c                                                 ptrdiff_t stride)
stride           6068 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_no_rnd_aver_src1_16x16_msa(src, stride, dest, stride);
stride           6073 libavcodec/mips/qpeldsp_msa.c                                                ptrdiff_t stride)
stride           6075 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_avg_dst_aver_src0_8x8_msa(src, stride, dest, stride);
stride           6080 libavcodec/mips/qpeldsp_msa.c                                                  ptrdiff_t stride)
stride           6082 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_avg_dst_aver_src0_16x16_msa(src, stride, dest, stride);
stride           6086 libavcodec/mips/qpeldsp_msa.c                                      const uint8_t *src, ptrdiff_t stride)
stride           6088 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_avg_dst_8x8_msa(src, stride, dest, stride);
stride           6092 libavcodec/mips/qpeldsp_msa.c                                        const uint8_t *src, ptrdiff_t stride)
stride           6094 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_avg_dst_16x16_msa(src, stride, dest, stride);
stride           6099 libavcodec/mips/qpeldsp_msa.c                                                ptrdiff_t stride)
stride           6101 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_avg_dst_aver_src1_8x8_msa(src, stride, dest, stride);
stride           6106 libavcodec/mips/qpeldsp_msa.c                                                  ptrdiff_t stride)
stride           6108 libavcodec/mips/qpeldsp_msa.c     vert_mc_qpel_avg_dst_aver_src1_16x16_msa(src, stride, dest, stride);
stride           6114 libavcodec/mips/qpeldsp_msa.c                                            ptrdiff_t stride)
stride           6116 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_hv_src00_16x16_msa(src, stride, dest, stride);
stride           6120 libavcodec/mips/qpeldsp_msa.c                                          const uint8_t *src, ptrdiff_t stride)
stride           6122 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_hv_src00_8x8_msa(src, stride, dest, stride);
stride           6126 libavcodec/mips/qpeldsp_msa.c                                          const uint8_t *src, ptrdiff_t stride)
stride           6128 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_v_src0_16x16_msa(src, stride, dest, stride);
stride           6132 libavcodec/mips/qpeldsp_msa.c                                        const uint8_t *src, ptrdiff_t stride)
stride           6134 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_v_src0_8x8_msa(src, stride, dest, stride);
stride           6139 libavcodec/mips/qpeldsp_msa.c                                            ptrdiff_t stride)
stride           6141 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_hv_src10_16x16_msa(src, stride, dest, stride);
stride           6145 libavcodec/mips/qpeldsp_msa.c                                          const uint8_t *src, ptrdiff_t stride)
stride           6147 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_hv_src10_8x8_msa(src, stride, dest, stride);
stride           6151 libavcodec/mips/qpeldsp_msa.c                                          const uint8_t *src, ptrdiff_t stride)
stride           6153 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_h_src0_16x16_msa(src, stride, dest, stride);
stride           6157 libavcodec/mips/qpeldsp_msa.c                                        const uint8_t *src, ptrdiff_t stride)
stride           6159 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_h_src0_8x8_msa(src, stride, dest, stride);
stride           6163 libavcodec/mips/qpeldsp_msa.c                              ptrdiff_t stride)
stride           6165 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_16x16_msa(src, stride, dest, stride);
stride           6169 libavcodec/mips/qpeldsp_msa.c                            ptrdiff_t stride)
stride           6171 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_8x8_msa(src, stride, dest, stride);
stride           6175 libavcodec/mips/qpeldsp_msa.c                                          const uint8_t *src, ptrdiff_t stride)
stride           6177 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_h_src1_16x16_msa(src, stride, dest, stride);
stride           6181 libavcodec/mips/qpeldsp_msa.c                                        const uint8_t *src, ptrdiff_t stride)
stride           6183 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_h_src1_8x8_msa(src, stride, dest, stride);
stride           6188 libavcodec/mips/qpeldsp_msa.c                                            ptrdiff_t stride)
stride           6190 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_hv_src01_16x16_msa(src, stride, dest, stride);
stride           6194 libavcodec/mips/qpeldsp_msa.c                                          const uint8_t *src, ptrdiff_t stride)
stride           6196 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_hv_src01_8x8_msa(src, stride, dest, stride);
stride           6200 libavcodec/mips/qpeldsp_msa.c                                          const uint8_t *src, ptrdiff_t stride)
stride           6202 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_v_src1_16x16_msa(src, stride, dest, stride);
stride           6206 libavcodec/mips/qpeldsp_msa.c                                        const uint8_t *src, ptrdiff_t stride)
stride           6208 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_v_src1_8x8_msa(src, stride, dest, stride);
stride           6213 libavcodec/mips/qpeldsp_msa.c                                            ptrdiff_t stride)
stride           6215 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_hv_src11_16x16_msa(src, stride, dest, stride);
stride           6219 libavcodec/mips/qpeldsp_msa.c                                          const uint8_t *src, ptrdiff_t stride)
stride           6221 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_aver_hv_src11_8x8_msa(src, stride, dest, stride);
stride           6226 libavcodec/mips/qpeldsp_msa.c                                                    ptrdiff_t stride)
stride           6228 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_hv_src00_16x16_msa(src, stride, dest, stride);
stride           6233 libavcodec/mips/qpeldsp_msa.c                                                  ptrdiff_t stride)
stride           6235 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_hv_src00_8x8_msa(src, stride, dest, stride);
stride           6240 libavcodec/mips/qpeldsp_msa.c                                                  ptrdiff_t stride)
stride           6242 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_v_src0_16x16_msa(src, stride, dest, stride);
stride           6247 libavcodec/mips/qpeldsp_msa.c                                                ptrdiff_t stride)
stride           6249 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_v_src0_8x8_msa(src, stride, dest, stride);
stride           6254 libavcodec/mips/qpeldsp_msa.c                                                    ptrdiff_t stride)
stride           6256 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_hv_src10_16x16_msa(src, stride, dest, stride);
stride           6261 libavcodec/mips/qpeldsp_msa.c                                                  ptrdiff_t stride)
stride           6263 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_hv_src10_8x8_msa(src, stride, dest, stride);
stride           6268 libavcodec/mips/qpeldsp_msa.c                                                  ptrdiff_t stride)
stride           6270 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_h_src0_16x16_msa(src, stride, dest, stride);
stride           6275 libavcodec/mips/qpeldsp_msa.c                                                ptrdiff_t stride)
stride           6277 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_h_src0_8x8_msa(src, stride, dest, stride);
stride           6281 libavcodec/mips/qpeldsp_msa.c                                      const uint8_t *src, ptrdiff_t stride)
stride           6283 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_16x16_msa(src, stride, dest, stride);
stride           6287 libavcodec/mips/qpeldsp_msa.c                                    const uint8_t *src, ptrdiff_t stride)
stride           6289 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_8x8_msa(src, stride, dest, stride);
stride           6294 libavcodec/mips/qpeldsp_msa.c                                                  ptrdiff_t stride)
stride           6296 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_h_src1_16x16_msa(src, stride, dest, stride);
stride           6301 libavcodec/mips/qpeldsp_msa.c                                                ptrdiff_t stride)
stride           6303 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_h_src1_8x8_msa(src, stride, dest, stride);
stride           6308 libavcodec/mips/qpeldsp_msa.c                                                    ptrdiff_t stride)
stride           6310 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_hv_src01_16x16_msa(src, stride, dest, stride);
stride           6315 libavcodec/mips/qpeldsp_msa.c                                                  ptrdiff_t stride)
stride           6317 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_hv_src01_8x8_msa(src, stride, dest, stride);
stride           6322 libavcodec/mips/qpeldsp_msa.c                                                  ptrdiff_t stride)
stride           6324 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_v_src1_16x16_msa(src, stride, dest, stride);
stride           6329 libavcodec/mips/qpeldsp_msa.c                                                ptrdiff_t stride)
stride           6331 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_v_src1_8x8_msa(src, stride, dest, stride);
stride           6336 libavcodec/mips/qpeldsp_msa.c                                                    ptrdiff_t stride)
stride           6338 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_hv_src11_16x16_msa(src, stride, dest, stride);
stride           6343 libavcodec/mips/qpeldsp_msa.c                                                  ptrdiff_t stride)
stride           6345 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_avg_dst_aver_hv_src11_8x8_msa(src, stride, dest, stride);
stride           6350 libavcodec/mips/qpeldsp_msa.c                                                   ptrdiff_t stride)
stride           6352 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_hv_src00_16x16_msa(src, stride, dest, stride);
stride           6357 libavcodec/mips/qpeldsp_msa.c                                                 ptrdiff_t stride)
stride           6359 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_hv_src00_8x8_msa(src, stride, dest, stride);
stride           6364 libavcodec/mips/qpeldsp_msa.c                                                 ptrdiff_t stride)
stride           6366 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_v_src0_16x16_msa(src, stride, dest, stride);
stride           6371 libavcodec/mips/qpeldsp_msa.c                                               ptrdiff_t stride)
stride           6373 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_v_src0_8x8_msa(src, stride, dest, stride);
stride           6378 libavcodec/mips/qpeldsp_msa.c                                                   ptrdiff_t stride)
stride           6380 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_hv_src10_16x16_msa(src, stride, dest, stride);
stride           6385 libavcodec/mips/qpeldsp_msa.c                                                 ptrdiff_t stride)
stride           6387 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_hv_src10_8x8_msa(src, stride, dest, stride);
stride           6392 libavcodec/mips/qpeldsp_msa.c                                                 ptrdiff_t stride)
stride           6394 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_h_src0_16x16_msa(src, stride, dest, stride);
stride           6399 libavcodec/mips/qpeldsp_msa.c                                               ptrdiff_t stride)
stride           6401 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_h_src0_8x8_msa(src, stride, dest, stride);
stride           6405 libavcodec/mips/qpeldsp_msa.c                                     const uint8_t *src, ptrdiff_t stride)
stride           6407 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_16x16_msa(src, stride, dest, stride);
stride           6411 libavcodec/mips/qpeldsp_msa.c                                   const uint8_t *src, ptrdiff_t stride)
stride           6413 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_8x8_msa(src, stride, dest, stride);
stride           6418 libavcodec/mips/qpeldsp_msa.c                                                 ptrdiff_t stride)
stride           6420 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_h_src1_16x16_msa(src, stride, dest, stride);
stride           6425 libavcodec/mips/qpeldsp_msa.c                                               ptrdiff_t stride)
stride           6427 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_h_src1_8x8_msa(src, stride, dest, stride);
stride           6432 libavcodec/mips/qpeldsp_msa.c                                                   ptrdiff_t stride)
stride           6434 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_hv_src01_16x16_msa(src, stride, dest, stride);
stride           6439 libavcodec/mips/qpeldsp_msa.c                                                 ptrdiff_t stride)
stride           6441 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_hv_src01_8x8_msa(src, stride, dest, stride);
stride           6446 libavcodec/mips/qpeldsp_msa.c                                                 ptrdiff_t stride)
stride           6448 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_v_src1_16x16_msa(src, stride, dest, stride);
stride           6453 libavcodec/mips/qpeldsp_msa.c                                               ptrdiff_t stride)
stride           6455 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_v_src1_8x8_msa(src, stride, dest, stride);
stride           6460 libavcodec/mips/qpeldsp_msa.c                                                   ptrdiff_t stride)
stride           6462 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_hv_src11_16x16_msa(src, stride, dest, stride);
stride           6467 libavcodec/mips/qpeldsp_msa.c                                                 ptrdiff_t stride)
stride           6469 libavcodec/mips/qpeldsp_msa.c     hv_mc_qpel_no_rnd_aver_hv_src11_8x8_msa(src, stride, dest, stride);
stride             27 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             29 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             31 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             33 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             35 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             37 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             39 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             41 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             43 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             45 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             47 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             49 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             51 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             53 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             55 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             57 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             60 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             62 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             64 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             66 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             68 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             70 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             72 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             74 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             76 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             78 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             80 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             82 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             84 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             86 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             88 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             90 libavcodec/mips/vc1dsp_mips.h                                ptrdiff_t stride, int rnd);
stride             94 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride             96 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride             98 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            100 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            102 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            104 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            106 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            108 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            110 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            112 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            114 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            116 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            118 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            120 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            122 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            124 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            127 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            129 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            131 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            133 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            135 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            137 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            139 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            141 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            143 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            145 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            147 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            149 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            151 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            153 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            155 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            157 libavcodec/mips/vc1dsp_mips.h                                   ptrdiff_t stride, int rnd);
stride            169 libavcodec/mips/vc1dsp_mips.h void ff_vc1_v_overlap_mmi(uint8_t *src, int stride);
stride            170 libavcodec/mips/vc1dsp_mips.h void ff_vc1_h_overlap_mmi(uint8_t *src, int stride);
stride            174 libavcodec/mips/vc1dsp_mips.h void ff_vc1_v_loop_filter4_mmi(uint8_t *src, int stride, int pq);
stride            175 libavcodec/mips/vc1dsp_mips.h void ff_vc1_h_loop_filter4_mmi(uint8_t *src, int stride, int pq);
stride            176 libavcodec/mips/vc1dsp_mips.h void ff_vc1_v_loop_filter8_mmi(uint8_t *src, int stride, int pq);
stride            177 libavcodec/mips/vc1dsp_mips.h void ff_vc1_h_loop_filter8_mmi(uint8_t *src, int stride, int pq);
stride            178 libavcodec/mips/vc1dsp_mips.h void ff_vc1_v_loop_filter16_mmi(uint8_t *src, int stride, int pq);
stride            179 libavcodec/mips/vc1dsp_mips.h void ff_vc1_h_loop_filter16_mmi(uint8_t *src, int stride, int pq);
stride            183 libavcodec/mips/vc1dsp_mips.h                                       ptrdiff_t stride, int h, int x, int y);
stride            186 libavcodec/mips/vc1dsp_mips.h                                       ptrdiff_t stride, int h, int x, int y);
stride            189 libavcodec/mips/vc1dsp_mips.h                                       ptrdiff_t stride, int h, int x, int y);
stride            192 libavcodec/mips/vc1dsp_mips.h                                       ptrdiff_t stride, int h, int x, int y);
stride            201 libavcodec/mips/vc1dsp_mips.h                                                   ptrdiff_t stride, int rnd); \
stride            204 libavcodec/mips/vc1dsp_mips.h                                                   ptrdiff_t stride, int rnd);
stride           1377 libavcodec/mips/vc1dsp_mmi.c void ff_vc1_h_overlap_mmi(uint8_t *src, int stride)
stride           1395 libavcodec/mips/vc1dsp_mmi.c         src    += stride;
stride           1430 libavcodec/mips/vc1dsp_mmi.c void ff_vc1_v_overlap_mmi(uint8_t *src, int stride)
stride           1437 libavcodec/mips/vc1dsp_mmi.c         a  = src[-2 * stride];
stride           1438 libavcodec/mips/vc1dsp_mmi.c         b  = src[-stride];
stride           1440 libavcodec/mips/vc1dsp_mmi.c         d  = src[stride];
stride           1444 libavcodec/mips/vc1dsp_mmi.c         src[-2 * stride] = a - d1;
stride           1445 libavcodec/mips/vc1dsp_mmi.c         src[-stride]     = av_clip_uint8(b - d2);
stride           1447 libavcodec/mips/vc1dsp_mmi.c         src[stride]      = d + d1;
stride           1487 libavcodec/mips/vc1dsp_mmi.c static av_always_inline int vc1_filter_line(uint8_t *src, int stride, int pq)
stride           1489 libavcodec/mips/vc1dsp_mmi.c     int a0 = (2 * (src[-2 * stride] - src[1 * stride]) -
stride           1490 libavcodec/mips/vc1dsp_mmi.c               5 * (src[-1 * stride] - src[0 * stride]) + 4) >> 3;
stride           1495 libavcodec/mips/vc1dsp_mmi.c         int a1 = FFABS((2 * (src[-4 * stride] - src[-1 * stride]) -
stride           1496 libavcodec/mips/vc1dsp_mmi.c                         5 * (src[-3 * stride] - src[-2 * stride]) + 4) >> 3);
stride           1497 libavcodec/mips/vc1dsp_mmi.c         int a2 = FFABS((2 * (src[ 0 * stride] - src[ 3 * stride]) -
stride           1498 libavcodec/mips/vc1dsp_mmi.c                         5 * (src[ 1 * stride] - src[ 2 * stride]) + 4) >> 3);
stride           1500 libavcodec/mips/vc1dsp_mmi.c             int clip      = src[-1 * stride] - src[0 * stride];
stride           1517 libavcodec/mips/vc1dsp_mmi.c                     src[-1 * stride] = av_clip_uint8(src[-1 * stride] - d);
stride           1518 libavcodec/mips/vc1dsp_mmi.c                     src[ 0 * stride] = av_clip_uint8(src[ 0 * stride] + d);
stride           1536 libavcodec/mips/vc1dsp_mmi.c static inline void vc1_loop_filter(uint8_t *src, int step, int stride,
stride           1543 libavcodec/mips/vc1dsp_mmi.c         filt3 = vc1_filter_line(src + 2 * step, stride, pq);
stride           1545 libavcodec/mips/vc1dsp_mmi.c             vc1_filter_line(src + 0 * step, stride, pq);
stride           1546 libavcodec/mips/vc1dsp_mmi.c             vc1_filter_line(src + 1 * step, stride, pq);
stride           1547 libavcodec/mips/vc1dsp_mmi.c             vc1_filter_line(src + 3 * step, stride, pq);
stride           1553 libavcodec/mips/vc1dsp_mmi.c void ff_vc1_v_loop_filter4_mmi(uint8_t *src, int stride, int pq)
stride           1555 libavcodec/mips/vc1dsp_mmi.c     vc1_loop_filter(src, 1, stride, 4, pq);
stride           1558 libavcodec/mips/vc1dsp_mmi.c void ff_vc1_h_loop_filter4_mmi(uint8_t *src, int stride, int pq)
stride           1560 libavcodec/mips/vc1dsp_mmi.c     vc1_loop_filter(src, stride, 1, 4, pq);
stride           1563 libavcodec/mips/vc1dsp_mmi.c void ff_vc1_v_loop_filter8_mmi(uint8_t *src, int stride, int pq)
stride           1565 libavcodec/mips/vc1dsp_mmi.c     vc1_loop_filter(src, 1, stride, 8, pq);
stride           1568 libavcodec/mips/vc1dsp_mmi.c void ff_vc1_h_loop_filter8_mmi(uint8_t *src, int stride, int pq)
stride           1570 libavcodec/mips/vc1dsp_mmi.c     vc1_loop_filter(src, stride, 1, 8, pq);
stride           1573 libavcodec/mips/vc1dsp_mmi.c void ff_vc1_v_loop_filter16_mmi(uint8_t *src, int stride, int pq)
stride           1575 libavcodec/mips/vc1dsp_mmi.c     vc1_loop_filter(src, 1, stride, 16, pq);
stride           1578 libavcodec/mips/vc1dsp_mmi.c void ff_vc1_h_loop_filter16_mmi(uint8_t *src, int stride, int pq)
stride           1580 libavcodec/mips/vc1dsp_mmi.c     vc1_loop_filter(src, stride, 1, 16, pq);
stride           1584 libavcodec/mips/vc1dsp_mmi.c                                ptrdiff_t stride, int rnd)
stride           1586 libavcodec/mips/vc1dsp_mmi.c     ff_put_pixels8_8_mmi(dst, src, stride, 8);
stride           1589 libavcodec/mips/vc1dsp_mmi.c                                   ptrdiff_t stride, int rnd)
stride           1591 libavcodec/mips/vc1dsp_mmi.c     ff_put_pixels16_8_mmi(dst, src, stride, 16);
stride           1594 libavcodec/mips/vc1dsp_mmi.c                                ptrdiff_t stride, int rnd)
stride           1596 libavcodec/mips/vc1dsp_mmi.c     ff_avg_pixels8_8_mmi(dst, src, stride, 8);
stride           1599 libavcodec/mips/vc1dsp_mmi.c                                   ptrdiff_t stride, int rnd)
stride           1601 libavcodec/mips/vc1dsp_mmi.c     ff_avg_pixels16_8_mmi(dst, src, stride, 16);
stride           1657 libavcodec/mips/vc1dsp_mmi.c                                        const uint8_t *src, mips_reg stride,
stride           1688 libavcodec/mips/vc1dsp_mmi.c         : [stride]"r"(stride),          [stride1]"r"(-2*stride),
stride           1690 libavcodec/mips/vc1dsp_mmi.c           [stride2]"r"(9*stride-4),     [ff_pw_9]"m"(ff_pw_9)
stride           1701 libavcodec/mips/vc1dsp_mmi.c static void OPNAME ## vc1_hor_16b_shift2_mmi(uint8_t *dst, mips_reg stride, \
stride           1746 libavcodec/mips/vc1dsp_mmi.c         : [stride]"r"(stride),          [rnd]"m"(rnd),                      \
stride           1762 libavcodec/mips/vc1dsp_mmi.c                                      mips_reg stride, int rnd,              \
stride           1817 libavcodec/mips/vc1dsp_mmi.c           [stride]"r"(stride),          [rnd]"m"(rnd),                      \
stride           1818 libavcodec/mips/vc1dsp_mmi.c           [stride1]"r"(stride-offset),                                      \
stride           1962 libavcodec/mips/vc1dsp_mmi.c OPNAME ## vc1_hor_16b_ ## NAME ## _mmi(uint8_t *dst, mips_reg stride,       \
stride           1994 libavcodec/mips/vc1dsp_mmi.c         : [stride]"r"(stride),          [rnd]"m"(rnd),                      \
stride           2013 libavcodec/mips/vc1dsp_mmi.c                               mips_reg stride, int rnd, mips_reg offset)    \
stride           2042 libavcodec/mips/vc1dsp_mmi.c           [offset_x3]"r"(3*offset),     [stride]"r"(stride),                \
stride           2072 libavcodec/mips/vc1dsp_mmi.c              (uint8_t *dst, const uint8_t *src, mips_reg stride, int rnd,
stride           2087 libavcodec/mips/vc1dsp_mmi.c static void OP ## vc1_mspel_mc(uint8_t *dst, const uint8_t *src, int stride,\
stride           2111 libavcodec/mips/vc1dsp_mmi.c             vc1_put_shift_ver_16bits[vmode](tmp, src-1, stride, r, shift);  \
stride           2113 libavcodec/mips/vc1dsp_mmi.c             vc1_put_shift_hor_16bits[hmode](dst, stride, tmp+1, 64-rnd);    \
stride           2117 libavcodec/mips/vc1dsp_mmi.c             vc1_put_shift_8bits[vmode](dst, src, stride, 1-rnd, stride);    \
stride           2123 libavcodec/mips/vc1dsp_mmi.c     vc1_put_shift_8bits[hmode](dst, src, stride, rnd, 1);                   \
stride           2126 libavcodec/mips/vc1dsp_mmi.c                                   int stride, int hmode, int vmode, int rnd)\
stride           2128 libavcodec/mips/vc1dsp_mmi.c     OP ## vc1_mspel_mc(dst + 0, src + 0, stride, hmode, vmode, rnd);        \
stride           2129 libavcodec/mips/vc1dsp_mmi.c     OP ## vc1_mspel_mc(dst + 8, src + 8, stride, hmode, vmode, rnd);        \
stride           2130 libavcodec/mips/vc1dsp_mmi.c     dst += 8*stride; src += 8*stride;                                       \
stride           2131 libavcodec/mips/vc1dsp_mmi.c     OP ## vc1_mspel_mc(dst + 0, src + 0, stride, hmode, vmode, rnd);        \
stride           2132 libavcodec/mips/vc1dsp_mmi.c     OP ## vc1_mspel_mc(dst + 8, src + 8, stride, hmode, vmode, rnd);        \
stride           2142 libavcodec/mips/vc1dsp_mmi.c                                            ptrdiff_t stride,                \
stride           2145 libavcodec/mips/vc1dsp_mmi.c      put_vc1_mspel_mc(dst, src, stride, a, b, rnd);                         \
stride           2149 libavcodec/mips/vc1dsp_mmi.c                                            ptrdiff_t stride,                \
stride           2152 libavcodec/mips/vc1dsp_mmi.c      avg_vc1_mspel_mc(dst, src, stride, a, b, rnd);                         \
stride           2156 libavcodec/mips/vc1dsp_mmi.c                                               ptrdiff_t stride,             \
stride           2159 libavcodec/mips/vc1dsp_mmi.c      put_vc1_mspel_mc_16(dst, src, stride, a, b, rnd);                      \
stride           2163 libavcodec/mips/vc1dsp_mmi.c                                               ptrdiff_t stride,             \
stride           2166 libavcodec/mips/vc1dsp_mmi.c      avg_vc1_mspel_mc_16(dst, src, stride, a, b, rnd);                      \
stride           2244 libavcodec/mips/vc1dsp_mmi.c                                       ptrdiff_t stride, int h, int x, int y)
stride           2289 libavcodec/mips/vc1dsp_mmi.c         : [stride]"r"((mips_reg)stride),
stride           2299 libavcodec/mips/vc1dsp_mmi.c                                       ptrdiff_t stride, int h, int x, int y)
stride           2342 libavcodec/mips/vc1dsp_mmi.c         : [stride]"r"((mips_reg)stride),
stride           2352 libavcodec/mips/vc1dsp_mmi.c                                       ptrdiff_t stride, int h, int x, int y)
stride           2400 libavcodec/mips/vc1dsp_mmi.c         : [stride]"r"((mips_reg)stride),
stride           2410 libavcodec/mips/vc1dsp_mmi.c                                       ptrdiff_t stride, int h, int x, int y)
stride           2456 libavcodec/mips/vc1dsp_mmi.c         : [stride]"r"((mips_reg)stride),
stride            314 libavcodec/mips/vc1dsp_msa.c                                      ptrdiff_t stride, int hmode, int vmode,
stride            328 libavcodec/mips/vc1dsp_msa.c     src -= 1, src -= stride;
stride            333 libavcodec/mips/vc1dsp_msa.c     LD_SH4(src, stride, in_l0, in_l1, in_l2, in_l3);
stride            343 libavcodec/mips/vc1dsp_msa.c     in_l0 = LD_SH(src + 4 * stride);
stride            350 libavcodec/mips/vc1dsp_msa.c     in_l1 = LD_SH(src + 5 * stride);
stride            357 libavcodec/mips/vc1dsp_msa.c     in_l2 = LD_SH(src + 6 * stride);
stride            364 libavcodec/mips/vc1dsp_msa.c     in_l3 = LD_SH(src + 7 * stride);
stride            371 libavcodec/mips/vc1dsp_msa.c     in_l0 = LD_SH(src + 8 * stride);
stride            378 libavcodec/mips/vc1dsp_msa.c     in_l1 = LD_SH(src + 9 * stride);
stride            385 libavcodec/mips/vc1dsp_msa.c     in_l2 = LD_SH(src + 10 * stride);
stride            430 libavcodec/mips/vc1dsp_msa.c     ST_D8(t0, t1, t2, t3, 0, 1, 0, 1, 0, 1, 0, 1, dst, stride);
stride            436 libavcodec/mips/vc1dsp_msa.c                                                 ptrdiff_t stride, int rnd)    \
stride            438 libavcodec/mips/vc1dsp_msa.c     put_vc1_mspel_mc_h_v_msa(dst, src, stride, hmode, vmode, rnd);            \
stride            442 libavcodec/mips/vc1dsp_msa.c                                                    ptrdiff_t stride, int rnd) \
stride            444 libavcodec/mips/vc1dsp_msa.c     put_vc1_mspel_mc_h_v_msa(dst, src, stride, hmode, vmode, rnd);            \
stride            445 libavcodec/mips/vc1dsp_msa.c     put_vc1_mspel_mc_h_v_msa(dst + 8, src + 8, stride, hmode, vmode, rnd);    \
stride            446 libavcodec/mips/vc1dsp_msa.c     dst += 8 * stride, src += 8 * stride;                                     \
stride            447 libavcodec/mips/vc1dsp_msa.c     put_vc1_mspel_mc_h_v_msa(dst, src, stride, hmode, vmode, rnd);            \
stride            448 libavcodec/mips/vc1dsp_msa.c     put_vc1_mspel_mc_h_v_msa(dst + 8, src + 8, stride, hmode, vmode, rnd);    \
stride             27 libavcodec/mips/videodsp_init.c static void prefetch_mips(uint8_t *mem, ptrdiff_t stride, int h)
stride             41 libavcodec/mips/videodsp_init.c         : [stride] "r" (stride)
stride            188 libavcodec/mips/vp3dsp_idct_mmi.c static void idct_column_true_mmi(uint8_t *dst, int stride, int16_t *input)
stride            402 libavcodec/mips/vp3dsp_idct_mmi.c         : [stride]"r"(stride), [temp_value]"r"(temp_value)
stride            407 libavcodec/mips/vp3dsp_idct_mmi.c static void idct_column_false_mmi(uint8_t *dst, int stride, int16_t *input)
stride            661 libavcodec/mips/vp3dsp_idct_mmi.c         : [stride]"r"(stride), [temp_value]"r"(temp_value)
stride            665 libavcodec/mips/vp3dsp_idct_mmi.c static void idct_mmi(uint8_t *dst, int stride, int16_t *input, int type)
stride            669 libavcodec/mips/vp3dsp_idct_mmi.c         idct_column_true_mmi(dst, stride, input);
stride            671 libavcodec/mips/vp3dsp_idct_mmi.c         idct_column_false_mmi(dst, stride, input);
stride            720 libavcodec/mips/vp3dsp_idct_mmi.c                                  const uint8_t *src2, ptrdiff_t stride, int h)
stride            752 libavcodec/mips/vp3dsp_idct_mmi.c             : [stride]"r"(stride)
stride            761 libavcodec/mips/vp3dsp_idct_mmi.c             a = AV_RN32(&src1[i * stride]);
stride            762 libavcodec/mips/vp3dsp_idct_mmi.c             b = AV_RN32(&src2[i * stride]);
stride            763 libavcodec/mips/vp3dsp_idct_mmi.c             AV_WN32A(&dst[i * stride], no_rnd_avg32(a, b));
stride            764 libavcodec/mips/vp3dsp_idct_mmi.c             a = AV_RN32(&src1[i * stride + 4]);
stride            765 libavcodec/mips/vp3dsp_idct_mmi.c             b = AV_RN32(&src2[i * stride + 4]);
stride            766 libavcodec/mips/vp3dsp_idct_mmi.c             AV_WN32A(&dst[i * stride + 4], no_rnd_avg32(a, b));
stride             26 libavcodec/mips/vp3dsp_idct_msa.c static void idct_msa(uint8_t *dst, int stride, int16_t *input, int type)
stride            172 libavcodec/mips/vp3dsp_idct_msa.c         LD_SB8(dst, stride, d0, d1, d2, d3, d4, d5, d6, d7);
stride            361 libavcodec/mips/vp3dsp_idct_msa.c     ST_D1(d1, 0, dst + stride);
stride            362 libavcodec/mips/vp3dsp_idct_msa.c     ST_D1(d2, 0, dst + 2 * stride);
stride            363 libavcodec/mips/vp3dsp_idct_msa.c     ST_D1(d3, 0, dst + 3 * stride);
stride            364 libavcodec/mips/vp3dsp_idct_msa.c     ST_D1(d4, 0, dst + 4 * stride);
stride            365 libavcodec/mips/vp3dsp_idct_msa.c     ST_D1(d5, 0, dst + 5 * stride);
stride            366 libavcodec/mips/vp3dsp_idct_msa.c     ST_D1(d6, 0, dst + 6 * stride);
stride            367 libavcodec/mips/vp3dsp_idct_msa.c     ST_D1(d7, 0, dst + 7 * stride);
stride            445 libavcodec/mips/vp3dsp_idct_msa.c void ff_vp3_v_loop_filter_msa(uint8_t *first_pixel, ptrdiff_t stride,
stride            448 libavcodec/mips/vp3dsp_idct_msa.c     int nstride = -stride;
stride            460 libavcodec/mips/vp3dsp_idct_msa.c     LD_SB4(first_pixel + nstride * 2, stride, d0, d1, d2, d3);
stride            485 libavcodec/mips/vp3dsp_idct_msa.c void ff_vp3_h_loop_filter_msa(uint8_t *first_pixel, ptrdiff_t stride,
stride            499 libavcodec/mips/vp3dsp_idct_msa.c     LD_SB8(first_pixel - 2, stride, d0, d1, d2, d3, d4, d5, d6, d7);
stride            524 libavcodec/mips/vp3dsp_idct_msa.c     ST_H4(d1, 0, 1, 2, 3, first_pixel - 1, stride);
stride            525 libavcodec/mips/vp3dsp_idct_msa.c     ST_H4(d2, 0, 1, 2, 3, first_pixel - 1 + 4 * stride, stride);
stride            529 libavcodec/mips/vp3dsp_idct_msa.c                                  const uint8_t *src2, ptrdiff_t stride, int h)
stride            542 libavcodec/mips/vp3dsp_idct_msa.c         LD_SB8(src1, stride, d0, d1, d2, d3, d4, d5, d6, d7);
stride            550 libavcodec/mips/vp3dsp_idct_msa.c         LD_SB8(src2, stride, d0, d1, d2, d3, d4, d5, d6, d7);
stride            582 libavcodec/mips/vp3dsp_idct_msa.c         ST_W8(t0, t1, 0, 1, 2, 3, 0, 1, 2, 3, dst, stride);
stride            583 libavcodec/mips/vp3dsp_idct_msa.c         ST_W8(t2, t3, 0, 1, 2, 3, 0, 1, 2, 3, dst + 4, stride);
stride            590 libavcodec/mips/vp3dsp_idct_msa.c             a = AV_RN32(&src1[i * stride]);
stride            591 libavcodec/mips/vp3dsp_idct_msa.c             b = AV_RN32(&src2[i * stride]);
stride            592 libavcodec/mips/vp3dsp_idct_msa.c             AV_WN32A(&dst[i * stride], no_rnd_avg32(a, b));
stride            593 libavcodec/mips/vp3dsp_idct_msa.c             a = AV_RN32(&src1[i * stride + 4]);
stride            594 libavcodec/mips/vp3dsp_idct_msa.c             b = AV_RN32(&src2[i * stride + 4]);
stride            595 libavcodec/mips/vp3dsp_idct_msa.c             AV_WN32A(&dst[i * stride + 4], no_rnd_avg32(a, b));
stride             30 libavcodec/mips/vp3dsp_mips.h void ff_vp3_v_loop_filter_msa(uint8_t *first_pixel, ptrdiff_t stride,
stride             33 libavcodec/mips/vp3dsp_mips.h                                  const uint8_t *src2, ptrdiff_t stride, int h);
stride             34 libavcodec/mips/vp3dsp_mips.h void ff_vp3_h_loop_filter_msa(uint8_t *first_pixel, ptrdiff_t stride,
stride             41 libavcodec/mips/vp3dsp_mips.h                                  const uint8_t *src2, ptrdiff_t stride, int h);
stride             48 libavcodec/mips/vp8_idct_msa.c void ff_vp8_idct_add_msa(uint8_t *dst, int16_t input[16], ptrdiff_t stride)
stride             68 libavcodec/mips/vp8_idct_msa.c     LD_SB4(dst, stride, pred0, pred1, pred2, pred3);
stride             76 libavcodec/mips/vp8_idct_msa.c     ST_W2(dest0, 0, 1, dst, stride);
stride             77 libavcodec/mips/vp8_idct_msa.c     ST_W2(dest1, 0, 1, dst + 2 * stride, stride);
stride             82 libavcodec/mips/vp8_idct_msa.c void ff_vp8_idct_dc_add_msa(uint8_t *dst, int16_t in_dc[16], ptrdiff_t stride)
stride             92 libavcodec/mips/vp8_idct_msa.c     LD_SB4(dst, stride, pred0, pred1, pred2, pred3);
stride             98 libavcodec/mips/vp8_idct_msa.c     ST_W2(dest0, 0, 1, dst, stride);
stride             99 libavcodec/mips/vp8_idct_msa.c     ST_W2(dest1, 0, 1, dst + 2 * stride, stride);
stride            144 libavcodec/mips/vp8_idct_msa.c                               ptrdiff_t stride)
stride            146 libavcodec/mips/vp8_idct_msa.c     ff_vp8_idct_dc_add_msa(dst, &block[0][0], stride);
stride            147 libavcodec/mips/vp8_idct_msa.c     ff_vp8_idct_dc_add_msa(dst + 4, &block[1][0], stride);
stride            148 libavcodec/mips/vp8_idct_msa.c     ff_vp8_idct_dc_add_msa(dst + 8, &block[2][0], stride);
stride            149 libavcodec/mips/vp8_idct_msa.c     ff_vp8_idct_dc_add_msa(dst + 12, &block[3][0], stride);
stride            153 libavcodec/mips/vp8_idct_msa.c                                ptrdiff_t stride)
stride            155 libavcodec/mips/vp8_idct_msa.c     ff_vp8_idct_dc_add_msa(dst, &block[0][0], stride);
stride            156 libavcodec/mips/vp8_idct_msa.c     ff_vp8_idct_dc_add_msa(dst + 4, &block[1][0], stride);
stride            157 libavcodec/mips/vp8_idct_msa.c     ff_vp8_idct_dc_add_msa(dst + stride * 4, &block[2][0], stride);
stride            158 libavcodec/mips/vp8_idct_msa.c     ff_vp8_idct_dc_add_msa(dst + stride * 4 + 4, &block[3][0], stride);
stride            286 libavcodec/mips/vp8_lpf_msa.c #define VP8_ST6x1_UB(in0, in0_idx, in1, in1_idx, pdst, stride)  \
stride            294 libavcodec/mips/vp8_lpf_msa.c     SH(tmp0_h, pdst + stride);                                  \
stride            146 libavcodec/mips/vp8dsp_mips.h void ff_vp8_h_loop_filter16_inner_msa(uint8_t *dst, ptrdiff_t stride,
stride            148 libavcodec/mips/vp8dsp_mips.h void ff_vp8_v_loop_filter16_inner_msa(uint8_t *dst, ptrdiff_t stride,
stride            151 libavcodec/mips/vp8dsp_mips.h                                        ptrdiff_t stride,
stride            154 libavcodec/mips/vp8dsp_mips.h                                        ptrdiff_t stride,
stride            156 libavcodec/mips/vp8dsp_mips.h void ff_vp8_h_loop_filter16_msa(uint8_t *dst, ptrdiff_t stride,
stride            158 libavcodec/mips/vp8dsp_mips.h void ff_vp8_v_loop_filter16_msa(uint8_t *dst, ptrdiff_t stride,
stride            161 libavcodec/mips/vp8dsp_mips.h                                  ptrdiff_t stride,
stride            164 libavcodec/mips/vp8dsp_mips.h                                  ptrdiff_t stride,
stride            166 libavcodec/mips/vp8dsp_mips.h void ff_vp8_h_loop_filter_simple_msa(uint8_t *dst, ptrdiff_t stride, int flim);
stride            167 libavcodec/mips/vp8dsp_mips.h void ff_vp8_v_loop_filter_simple_msa(uint8_t *dst, ptrdiff_t stride, int flim);
stride            171 libavcodec/mips/vp8dsp_mips.h void ff_vp8_idct_add_msa(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride            172 libavcodec/mips/vp8dsp_mips.h void ff_vp8_idct_dc_add_msa(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride            174 libavcodec/mips/vp8dsp_mips.h                                ptrdiff_t stride);
stride            176 libavcodec/mips/vp8dsp_mips.h                               ptrdiff_t stride);
stride            180 libavcodec/mips/vp8dsp_mips.h void ff_vp8_idct_add_mmi(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride            181 libavcodec/mips/vp8dsp_mips.h void ff_vp8_idct_dc_add_mmi(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride            183 libavcodec/mips/vp8dsp_mips.h         ptrdiff_t stride);
stride            185 libavcodec/mips/vp8dsp_mips.h         ptrdiff_t stride);
stride            267 libavcodec/mips/vp8dsp_mips.h void ff_vp8_v_loop_filter16_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E,
stride            269 libavcodec/mips/vp8dsp_mips.h void ff_vp8_h_loop_filter16_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E,
stride            271 libavcodec/mips/vp8dsp_mips.h void ff_vp8_v_loop_filter8uv_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride,
stride            273 libavcodec/mips/vp8dsp_mips.h void ff_vp8_h_loop_filter8uv_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride,
stride            277 libavcodec/mips/vp8dsp_mips.h void ff_vp8_v_loop_filter16_inner_mmi(uint8_t *dst, ptrdiff_t stride,
stride            279 libavcodec/mips/vp8dsp_mips.h void ff_vp8_h_loop_filter16_inner_mmi(uint8_t *dst, ptrdiff_t stride,
stride            282 libavcodec/mips/vp8dsp_mips.h         ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh);
stride            284 libavcodec/mips/vp8dsp_mips.h         ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh);
stride            286 libavcodec/mips/vp8dsp_mips.h void ff_vp8_v_loop_filter_simple_mmi(uint8_t *dst, ptrdiff_t stride, int flim);
stride            287 libavcodec/mips/vp8dsp_mips.h void ff_vp8_h_loop_filter_simple_mmi(uint8_t *dst, ptrdiff_t stride, int flim);
stride            642 libavcodec/mips/vp8dsp_mmi.c #define FILTER_6TAP(src, F, stride)                                           \
stride            643 libavcodec/mips/vp8dsp_mmi.c     cm[(F[2] * src[x + 0 * stride] - F[1] * src[x - 1 * stride] +             \
stride            644 libavcodec/mips/vp8dsp_mmi.c         F[0] * src[x - 2 * stride] + F[3] * src[x + 1 * stride] -             \
stride            645 libavcodec/mips/vp8dsp_mmi.c         F[4] * src[x + 2 * stride] + F[5] * src[x + 3 * stride] + 64) >> 7]
stride            647 libavcodec/mips/vp8dsp_mmi.c #define FILTER_4TAP(src, F, stride)                                           \
stride            648 libavcodec/mips/vp8dsp_mmi.c     cm[(F[2] * src[x + 0 * stride] - F[1] * src[x - 1 * stride] +             \
stride            649 libavcodec/mips/vp8dsp_mmi.c         F[3] * src[x + 1 * stride] - F[4] * src[x + 2 * stride] + 64) >> 7]
stride            667 libavcodec/mips/vp8dsp_mmi.c         ptrdiff_t stride)
stride            669 libavcodec/mips/vp8dsp_mmi.c     int av_unused p1 = p[-2 * stride];
stride            670 libavcodec/mips/vp8dsp_mmi.c     int av_unused p0 = p[-1 * stride];
stride            671 libavcodec/mips/vp8dsp_mmi.c     int av_unused q0 = p[ 0 * stride];
stride            672 libavcodec/mips/vp8dsp_mmi.c     int av_unused q1 = p[ 1 * stride];
stride            687 libavcodec/mips/vp8dsp_mmi.c     p[-1 * stride] = cm[p0 + f2];
stride            688 libavcodec/mips/vp8dsp_mmi.c     p[ 0 * stride] = cm[q0 - f1];
stride            692 libavcodec/mips/vp8dsp_mmi.c         ptrdiff_t stride)
stride            694 libavcodec/mips/vp8dsp_mmi.c     int av_unused p1 = p[-2 * stride];
stride            695 libavcodec/mips/vp8dsp_mmi.c     int av_unused p0 = p[-1 * stride];
stride            696 libavcodec/mips/vp8dsp_mmi.c     int av_unused q0 = p[ 0 * stride];
stride            697 libavcodec/mips/vp8dsp_mmi.c     int av_unused q1 = p[ 1 * stride];
stride            711 libavcodec/mips/vp8dsp_mmi.c     p[-1 * stride] = cm[p0 + f2];
stride            712 libavcodec/mips/vp8dsp_mmi.c     p[ 0 * stride] = cm[q0 - f1];
stride            714 libavcodec/mips/vp8dsp_mmi.c     p[-2 * stride] = cm[p1 + a];
stride            715 libavcodec/mips/vp8dsp_mmi.c     p[ 1 * stride] = cm[q1 - a];
stride            718 libavcodec/mips/vp8dsp_mmi.c static av_always_inline int vp8_simple_limit(uint8_t *p, ptrdiff_t stride,
stride            721 libavcodec/mips/vp8dsp_mmi.c     int av_unused p1 = p[-2 * stride];
stride            722 libavcodec/mips/vp8dsp_mmi.c     int av_unused p0 = p[-1 * stride];
stride            723 libavcodec/mips/vp8dsp_mmi.c     int av_unused q0 = p[ 0 * stride];
stride            724 libavcodec/mips/vp8dsp_mmi.c     int av_unused q1 = p[ 1 * stride];
stride            729 libavcodec/mips/vp8dsp_mmi.c static av_always_inline int hev(uint8_t *p, ptrdiff_t stride, int thresh)
stride            731 libavcodec/mips/vp8dsp_mmi.c     int av_unused p1 = p[-2 * stride];
stride            732 libavcodec/mips/vp8dsp_mmi.c     int av_unused p0 = p[-1 * stride];
stride            733 libavcodec/mips/vp8dsp_mmi.c     int av_unused q0 = p[ 0 * stride];
stride            734 libavcodec/mips/vp8dsp_mmi.c     int av_unused q1 = p[ 1 * stride];
stride            739 libavcodec/mips/vp8dsp_mmi.c static av_always_inline void filter_mbedge(uint8_t *p, ptrdiff_t stride)
stride            744 libavcodec/mips/vp8dsp_mmi.c     int av_unused p2 = p[-3 * stride];
stride            745 libavcodec/mips/vp8dsp_mmi.c     int av_unused p1 = p[-2 * stride];
stride            746 libavcodec/mips/vp8dsp_mmi.c     int av_unused p0 = p[-1 * stride];
stride            747 libavcodec/mips/vp8dsp_mmi.c     int av_unused q0 = p[ 0 * stride];
stride            748 libavcodec/mips/vp8dsp_mmi.c     int av_unused q1 = p[ 1 * stride];
stride            749 libavcodec/mips/vp8dsp_mmi.c     int av_unused q2 = p[ 2 * stride];
stride            758 libavcodec/mips/vp8dsp_mmi.c     p[-3 * stride] = cm[p2 + a2];
stride            759 libavcodec/mips/vp8dsp_mmi.c     p[-2 * stride] = cm[p1 + a1];
stride            760 libavcodec/mips/vp8dsp_mmi.c     p[-1 * stride] = cm[p0 + a0];
stride            761 libavcodec/mips/vp8dsp_mmi.c     p[ 0 * stride] = cm[q0 - a0];
stride            762 libavcodec/mips/vp8dsp_mmi.c     p[ 1 * stride] = cm[q1 - a1];
stride            763 libavcodec/mips/vp8dsp_mmi.c     p[ 2 * stride] = cm[q2 - a2];
stride            766 libavcodec/mips/vp8dsp_mmi.c static av_always_inline int vp8_normal_limit(uint8_t *p, ptrdiff_t stride,
stride            769 libavcodec/mips/vp8dsp_mmi.c     int av_unused p3 = p[-4 * stride];
stride            770 libavcodec/mips/vp8dsp_mmi.c     int av_unused p2 = p[-3 * stride];
stride            771 libavcodec/mips/vp8dsp_mmi.c     int av_unused p1 = p[-2 * stride];
stride            772 libavcodec/mips/vp8dsp_mmi.c     int av_unused p0 = p[-1 * stride];
stride            773 libavcodec/mips/vp8dsp_mmi.c     int av_unused q0 = p[ 0 * stride];
stride            774 libavcodec/mips/vp8dsp_mmi.c     int av_unused q1 = p[ 1 * stride];
stride            775 libavcodec/mips/vp8dsp_mmi.c     int av_unused q2 = p[ 2 * stride];
stride            776 libavcodec/mips/vp8dsp_mmi.c     int av_unused q3 = p[ 3 * stride];
stride            778 libavcodec/mips/vp8dsp_mmi.c     return vp8_simple_limit(p, stride, E) &&
stride            785 libavcodec/mips/vp8dsp_mmi.c         ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh)
stride            849 libavcodec/mips/vp8dsp_mmi.c           [i]"r"((mips_reg)flim_I), [stride]"r"((mips_reg)stride)
stride            855 libavcodec/mips/vp8dsp_mmi.c         ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh)
stride            860 libavcodec/mips/vp8dsp_mmi.c         if (vp8_normal_limit(dst + i * 1, stride, flim_E, flim_I)) {
stride            861 libavcodec/mips/vp8dsp_mmi.c             int hv = hev(dst + i * 1, stride, hev_thresh);
stride            863 libavcodec/mips/vp8dsp_mmi.c                 vp8_filter_common_is4tap(dst + i * 1, stride);
stride            865 libavcodec/mips/vp8dsp_mmi.c                 vp8_filter_common_isnot4tap(dst + i * 1, stride);
stride            870 libavcodec/mips/vp8dsp_mmi.c         ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh)
stride            948 libavcodec/mips/vp8dsp_mmi.c           [i]"r"((mips_reg)flim_I), [stride]"r"((mips_reg)stride)
stride            954 libavcodec/mips/vp8dsp_mmi.c         ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh)
stride            959 libavcodec/mips/vp8dsp_mmi.c         if (vp8_normal_limit(dst + i * stride, 1, flim_E, flim_I)) {
stride            960 libavcodec/mips/vp8dsp_mmi.c             int hv = hev(dst + i * stride, 1, hev_thresh);
stride            962 libavcodec/mips/vp8dsp_mmi.c                 vp8_filter_common_is4tap(dst + i * stride, 1);
stride            964 libavcodec/mips/vp8dsp_mmi.c                 vp8_filter_common_isnot4tap(dst + i * stride, 1);
stride           1126 libavcodec/mips/vp8dsp_mmi.c void ff_vp8_idct_add_mmi(uint8_t *dst, int16_t block[16], ptrdiff_t stride)
stride           1252 libavcodec/mips/vp8dsp_mmi.c         : [dst0]"r"(dst),                   [dst1]"r"(dst+stride),
stride           1253 libavcodec/mips/vp8dsp_mmi.c           [dst2]"r"(dst+2*stride),          [dst3]"r"(dst+3*stride),
stride           1288 libavcodec/mips/vp8dsp_mmi.c         dst   += stride;
stride           1293 libavcodec/mips/vp8dsp_mmi.c void ff_vp8_idct_dc_add_mmi(uint8_t *dst, int16_t block[16], ptrdiff_t stride)
stride           1331 libavcodec/mips/vp8dsp_mmi.c         : [dst0]"r"(dst),                   [dst1]"r"(dst+stride),
stride           1332 libavcodec/mips/vp8dsp_mmi.c           [dst2]"r"(dst+2*stride),          [dst3]"r"(dst+3*stride),
stride           1346 libavcodec/mips/vp8dsp_mmi.c         dst   += stride;
stride           1352 libavcodec/mips/vp8dsp_mmi.c         ptrdiff_t stride)
stride           1354 libavcodec/mips/vp8dsp_mmi.c     ff_vp8_idct_dc_add_mmi(dst +  0, block[0], stride);
stride           1355 libavcodec/mips/vp8dsp_mmi.c     ff_vp8_idct_dc_add_mmi(dst +  4, block[1], stride);
stride           1356 libavcodec/mips/vp8dsp_mmi.c     ff_vp8_idct_dc_add_mmi(dst +  8, block[2], stride);
stride           1357 libavcodec/mips/vp8dsp_mmi.c     ff_vp8_idct_dc_add_mmi(dst + 12, block[3], stride);
stride           1361 libavcodec/mips/vp8dsp_mmi.c         ptrdiff_t stride)
stride           1363 libavcodec/mips/vp8dsp_mmi.c     ff_vp8_idct_dc_add_mmi(dst + stride * 0 + 0, block[0], stride);
stride           1364 libavcodec/mips/vp8dsp_mmi.c     ff_vp8_idct_dc_add_mmi(dst + stride * 0 + 4, block[1], stride);
stride           1365 libavcodec/mips/vp8dsp_mmi.c     ff_vp8_idct_dc_add_mmi(dst + stride * 4 + 0, block[2], stride);
stride           1366 libavcodec/mips/vp8dsp_mmi.c     ff_vp8_idct_dc_add_mmi(dst + stride * 4 + 4, block[3], stride);
stride           1370 libavcodec/mips/vp8dsp_mmi.c void ff_vp8_v_loop_filter16_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E,
stride           1373 libavcodec/mips/vp8dsp_mmi.c     vp8_v_loop_filter8_mmi(dst, stride, flim_E, flim_I, hev_thresh);
stride           1374 libavcodec/mips/vp8dsp_mmi.c     vp8_v_loop_filter8_mmi(dst + 8, stride, flim_E, flim_I, hev_thresh);
stride           1377 libavcodec/mips/vp8dsp_mmi.c void ff_vp8_h_loop_filter16_mmi(uint8_t *dst, ptrdiff_t stride, int flim_E,
stride           1380 libavcodec/mips/vp8dsp_mmi.c     vp8_h_loop_filter8_mmi(dst, stride, flim_E, flim_I, hev_thresh);
stride           1381 libavcodec/mips/vp8dsp_mmi.c     vp8_h_loop_filter8_mmi(dst + 8 * stride, stride, flim_E, flim_I,
stride           1385 libavcodec/mips/vp8dsp_mmi.c void ff_vp8_v_loop_filter8uv_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride,
stride           1388 libavcodec/mips/vp8dsp_mmi.c     vp8_v_loop_filter8_mmi(dstU, stride, flim_E, flim_I, hev_thresh);
stride           1389 libavcodec/mips/vp8dsp_mmi.c     vp8_v_loop_filter8_mmi(dstV, stride, flim_E, flim_I, hev_thresh);
stride           1392 libavcodec/mips/vp8dsp_mmi.c void ff_vp8_h_loop_filter8uv_mmi(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride,
stride           1395 libavcodec/mips/vp8dsp_mmi.c     vp8_h_loop_filter8_mmi(dstU, stride, flim_E, flim_I, hev_thresh);
stride           1396 libavcodec/mips/vp8dsp_mmi.c     vp8_h_loop_filter8_mmi(dstV, stride, flim_E, flim_I, hev_thresh);
stride           1400 libavcodec/mips/vp8dsp_mmi.c void ff_vp8_v_loop_filter16_inner_mmi(uint8_t *dst, ptrdiff_t stride,
stride           1406 libavcodec/mips/vp8dsp_mmi.c         if (vp8_normal_limit(dst + i * 1, stride, flim_E, flim_I)) {
stride           1407 libavcodec/mips/vp8dsp_mmi.c             int hv = hev(dst + i * 1, stride, hev_thresh);
stride           1409 libavcodec/mips/vp8dsp_mmi.c                 vp8_filter_common_is4tap(dst + i * 1, stride);
stride           1411 libavcodec/mips/vp8dsp_mmi.c                 vp8_filter_common_isnot4tap(dst + i * 1, stride);
stride           1415 libavcodec/mips/vp8dsp_mmi.c void ff_vp8_h_loop_filter16_inner_mmi(uint8_t *dst, ptrdiff_t stride,
stride           1421 libavcodec/mips/vp8dsp_mmi.c         if (vp8_normal_limit(dst + i * stride, 1, flim_E, flim_I)) {
stride           1422 libavcodec/mips/vp8dsp_mmi.c             int hv = hev(dst + i * stride, 1, hev_thresh);
stride           1424 libavcodec/mips/vp8dsp_mmi.c                 vp8_filter_common_is4tap(dst + i * stride, 1);
stride           1426 libavcodec/mips/vp8dsp_mmi.c                 vp8_filter_common_isnot4tap(dst + i * stride, 1);
stride           1431 libavcodec/mips/vp8dsp_mmi.c         ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh)
stride           1433 libavcodec/mips/vp8dsp_mmi.c     vp8_v_loop_filter8_inner_mmi(dstU, stride, flim_E, flim_I, hev_thresh);
stride           1434 libavcodec/mips/vp8dsp_mmi.c     vp8_v_loop_filter8_inner_mmi(dstV, stride, flim_E, flim_I, hev_thresh);
stride           1438 libavcodec/mips/vp8dsp_mmi.c         ptrdiff_t stride, int flim_E, int flim_I, int hev_thresh)
stride           1440 libavcodec/mips/vp8dsp_mmi.c     vp8_h_loop_filter8_inner_mmi(dstU, stride, flim_E, flim_I, hev_thresh);
stride           1441 libavcodec/mips/vp8dsp_mmi.c     vp8_h_loop_filter8_inner_mmi(dstV, stride, flim_E, flim_I, hev_thresh);
stride           1444 libavcodec/mips/vp8dsp_mmi.c void ff_vp8_v_loop_filter_simple_mmi(uint8_t *dst, ptrdiff_t stride, int flim)
stride           1449 libavcodec/mips/vp8dsp_mmi.c         if (vp8_simple_limit(dst + i, stride, flim))
stride           1450 libavcodec/mips/vp8dsp_mmi.c             vp8_filter_common_is4tap(dst + i, stride);
stride           1453 libavcodec/mips/vp8dsp_mmi.c void ff_vp8_h_loop_filter_simple_mmi(uint8_t *dst, ptrdiff_t stride, int flim)
stride           1458 libavcodec/mips/vp8dsp_mmi.c         if (vp8_simple_limit(dst + i * stride, 1, flim))
stride           1459 libavcodec/mips/vp8dsp_mmi.c             vp8_filter_common_is4tap(dst + i * stride, 1);
stride           2065 libavcodec/mips/vp9_idct_msa.c void ff_idct_idct_4x4_add_msa(uint8_t *dst, ptrdiff_t stride,
stride           2069 libavcodec/mips/vp9_idct_msa.c         vp9_idct4x4_colcol_addblk_msa(block, dst, stride);
stride           2072 libavcodec/mips/vp9_idct_msa.c         vp9_idct4x4_1_add_msa(block, dst, stride);
stride           2076 libavcodec/mips/vp9_idct_msa.c void ff_idct_idct_8x8_add_msa(uint8_t *dst, ptrdiff_t stride,
stride           2080 libavcodec/mips/vp9_idct_msa.c         vp9_idct8x8_1_add_msa(block, dst, stride);
stride           2083 libavcodec/mips/vp9_idct_msa.c         vp9_idct8x8_12_colcol_addblk_msa(block, dst, stride);
stride           2086 libavcodec/mips/vp9_idct_msa.c         vp9_idct8x8_colcol_addblk_msa(block, dst, stride);
stride           2090 libavcodec/mips/vp9_idct_msa.c void ff_idct_idct_16x16_add_msa(uint8_t *dst, ptrdiff_t stride,
stride           2095 libavcodec/mips/vp9_idct_msa.c         vp9_idct16x16_1_add_msa(block, dst, stride);
stride           2098 libavcodec/mips/vp9_idct_msa.c         vp9_idct16x16_10_colcol_addblk_msa(block, dst, stride);
stride           2101 libavcodec/mips/vp9_idct_msa.c         vp9_idct16x16_colcol_addblk_msa(block, dst, stride);
stride           2105 libavcodec/mips/vp9_idct_msa.c void ff_idct_idct_32x32_add_msa(uint8_t *dst, ptrdiff_t stride,
stride           2109 libavcodec/mips/vp9_idct_msa.c         vp9_idct32x32_1_add_msa(block, dst, stride);
stride           2112 libavcodec/mips/vp9_idct_msa.c         vp9_idct32x32_34_colcol_addblk_msa(block, dst, stride);
stride           2115 libavcodec/mips/vp9_idct_msa.c         vp9_idct32x32_colcol_addblk_msa(block, dst, stride);
stride           2119 libavcodec/mips/vp9_idct_msa.c void ff_iadst_iadst_4x4_add_msa(uint8_t *dst, ptrdiff_t stride,
stride           2122 libavcodec/mips/vp9_idct_msa.c     vp9_iadst4x4_colcol_addblk_msa(block, dst, stride);
stride           2125 libavcodec/mips/vp9_idct_msa.c void ff_iadst_iadst_8x8_add_msa(uint8_t *dst, ptrdiff_t stride,
stride           2128 libavcodec/mips/vp9_idct_msa.c     vp9_iadst8x8_colcol_addblk_msa(block, dst, stride);
stride           2131 libavcodec/mips/vp9_idct_msa.c void ff_iadst_iadst_16x16_add_msa(uint8_t *dst, ptrdiff_t stride,
stride           2134 libavcodec/mips/vp9_idct_msa.c     vp9_iadst16x16_colcol_addblk_msa(block, dst, stride);
stride           2137 libavcodec/mips/vp9_idct_msa.c void ff_idct_iadst_4x4_add_msa(uint8_t *dst, ptrdiff_t stride,
stride           2140 libavcodec/mips/vp9_idct_msa.c     vp9_idct_iadst_4x4_add_msa(block, dst, stride, eob);
stride           2143 libavcodec/mips/vp9_idct_msa.c void ff_idct_iadst_8x8_add_msa(uint8_t *dst, ptrdiff_t stride,
stride           2146 libavcodec/mips/vp9_idct_msa.c     vp9_idct_iadst_8x8_add_msa(block, dst, stride, eob);
stride           2149 libavcodec/mips/vp9_idct_msa.c void ff_idct_iadst_16x16_add_msa(uint8_t *dst, ptrdiff_t stride,
stride           2152 libavcodec/mips/vp9_idct_msa.c     vp9_idct_iadst_16x16_add_msa(block, dst, stride, eob);
stride           2155 libavcodec/mips/vp9_idct_msa.c void ff_iadst_idct_4x4_add_msa(uint8_t *dst, ptrdiff_t stride,
stride           2158 libavcodec/mips/vp9_idct_msa.c     vp9_iadst_idct_4x4_add_msa(block, dst, stride, eob);
stride           2161 libavcodec/mips/vp9_idct_msa.c void ff_iadst_idct_8x8_add_msa(uint8_t *dst, ptrdiff_t stride,
stride           2164 libavcodec/mips/vp9_idct_msa.c     vp9_iadst_idct_8x8_add_msa(block, dst, stride, eob);
stride           2167 libavcodec/mips/vp9_idct_msa.c void ff_iadst_idct_16x16_add_msa(uint8_t *dst, ptrdiff_t stride,
stride           2170 libavcodec/mips/vp9_idct_msa.c     vp9_iadst_idct_16x16_add_msa(block, dst, stride, eob);
stride            149 libavcodec/mips/vp9_mc_msa.c                            pdst, stride)                      \
stride            156 libavcodec/mips/vp9_mc_msa.c     ST_D4(tmp0_m, tmp1_m, 0, 1, 0, 1, pdst_m, stride);        \
stride            123 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_h_4_8_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            125 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_h_8_8_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            127 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_h_16_8_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            129 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_v_4_8_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            131 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_v_8_8_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            133 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_v_16_8_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            135 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_h_44_16_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            137 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_h_88_16_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            139 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_h_16_16_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            141 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_v_44_16_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            143 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_v_88_16_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            145 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_v_16_16_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            147 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_h_48_16_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            149 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_h_84_16_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            151 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_v_48_16_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            153 libavcodec/mips/vp9dsp_mips.h void ff_loop_filter_v_84_16_msa(uint8_t *dst, ptrdiff_t stride, int32_t e,
stride            155 libavcodec/mips/vp9dsp_mips.h void ff_idct_idct_4x4_add_msa(uint8_t *dst, ptrdiff_t stride,
stride            157 libavcodec/mips/vp9dsp_mips.h void ff_idct_idct_8x8_add_msa(uint8_t *dst, ptrdiff_t stride,
stride            159 libavcodec/mips/vp9dsp_mips.h void ff_idct_idct_16x16_add_msa(uint8_t *dst, ptrdiff_t stride,
stride            161 libavcodec/mips/vp9dsp_mips.h void ff_idct_idct_32x32_add_msa(uint8_t *dst, ptrdiff_t stride,
stride            163 libavcodec/mips/vp9dsp_mips.h void ff_iadst_iadst_4x4_add_msa(uint8_t *dst, ptrdiff_t stride,
stride            165 libavcodec/mips/vp9dsp_mips.h void ff_iadst_iadst_8x8_add_msa(uint8_t *dst, ptrdiff_t stride,
stride            167 libavcodec/mips/vp9dsp_mips.h void ff_iadst_iadst_16x16_add_msa(uint8_t *dst, ptrdiff_t stride,
stride            169 libavcodec/mips/vp9dsp_mips.h void ff_iadst_idct_4x4_add_msa(uint8_t *dst, ptrdiff_t stride,
stride            171 libavcodec/mips/vp9dsp_mips.h void ff_iadst_idct_8x8_add_msa(uint8_t *dst, ptrdiff_t stride,
stride            173 libavcodec/mips/vp9dsp_mips.h void ff_iadst_idct_16x16_add_msa(uint8_t *dst, ptrdiff_t stride,
stride            175 libavcodec/mips/vp9dsp_mips.h void ff_idct_iadst_4x4_add_msa(uint8_t *pu8Dest, ptrdiff_t stride,
stride            177 libavcodec/mips/vp9dsp_mips.h void ff_idct_iadst_8x8_add_msa(uint8_t *pu8Dest, ptrdiff_t stride,
stride            179 libavcodec/mips/vp9dsp_mips.h void ff_idct_iadst_16x16_add_msa(uint8_t *pu8Dest, ptrdiff_t stride,
stride            181 libavcodec/mips/vp9dsp_mips.h void ff_iwht_iwht_4x4_add_msa(uint8_t *dst, ptrdiff_t stride,
stride            184 libavcodec/mips/vp9dsp_mips.h void ff_vert_16x16_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            186 libavcodec/mips/vp9dsp_mips.h void ff_vert_32x32_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            188 libavcodec/mips/vp9dsp_mips.h void ff_hor_16x16_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            190 libavcodec/mips/vp9dsp_mips.h void ff_hor_32x32_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            192 libavcodec/mips/vp9dsp_mips.h void ff_dc_4x4_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            194 libavcodec/mips/vp9dsp_mips.h void ff_dc_8x8_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            196 libavcodec/mips/vp9dsp_mips.h void ff_dc_16x16_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            198 libavcodec/mips/vp9dsp_mips.h void ff_dc_32x32_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            200 libavcodec/mips/vp9dsp_mips.h void ff_dc_left_4x4_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            202 libavcodec/mips/vp9dsp_mips.h void ff_dc_left_8x8_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            204 libavcodec/mips/vp9dsp_mips.h void ff_dc_left_16x16_msa(uint8_t *dst, ptrdiff_t stride,
stride            206 libavcodec/mips/vp9dsp_mips.h void ff_dc_left_32x32_msa(uint8_t *dst, ptrdiff_t stride,
stride            208 libavcodec/mips/vp9dsp_mips.h void ff_dc_top_4x4_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            210 libavcodec/mips/vp9dsp_mips.h void ff_dc_top_8x8_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            212 libavcodec/mips/vp9dsp_mips.h void ff_dc_top_16x16_msa(uint8_t *dst, ptrdiff_t stride,
stride            214 libavcodec/mips/vp9dsp_mips.h void ff_dc_top_32x32_msa(uint8_t *dst, ptrdiff_t stride,
stride            216 libavcodec/mips/vp9dsp_mips.h void ff_dc_128_16x16_msa(uint8_t *dst, ptrdiff_t stride,
stride            218 libavcodec/mips/vp9dsp_mips.h void ff_dc_128_32x32_msa(uint8_t *dst, ptrdiff_t stride,
stride            220 libavcodec/mips/vp9dsp_mips.h void ff_dc_127_16x16_msa(uint8_t *dst, ptrdiff_t stride,
stride            222 libavcodec/mips/vp9dsp_mips.h void ff_dc_127_32x32_msa(uint8_t *dst, ptrdiff_t stride,
stride            224 libavcodec/mips/vp9dsp_mips.h void ff_dc_129_16x16_msa(uint8_t *dst, ptrdiff_t stride,
stride            226 libavcodec/mips/vp9dsp_mips.h void ff_dc_129_32x32_msa(uint8_t *dst, ptrdiff_t stride,
stride            228 libavcodec/mips/vp9dsp_mips.h void ff_tm_4x4_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            230 libavcodec/mips/vp9dsp_mips.h void ff_tm_8x8_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            232 libavcodec/mips/vp9dsp_mips.h void ff_tm_16x16_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride            234 libavcodec/mips/vp9dsp_mips.h void ff_tm_32x32_msa(uint8_t *dst, ptrdiff_t stride, const uint8_t *left,
stride             85 libavcodec/motion_est.c           y*c->  stride + x,
stride            111 libavcodec/motion_est.c     const int stride= c->stride;
stride            133 libavcodec/motion_est.c                     uint8_t *dst= c->temp + 8*(i&1) + 8*stride*(i>>1);
stride            135 libavcodec/motion_est.c                         c->qpel_put[1][fxy](dst, ref[0] + (fx>>2) + (fy>>2)*stride, stride);
stride            136 libavcodec/motion_est.c                         c->qpel_avg[1][bxy](dst, ref[8] + (bx>>2) + (by>>2)*stride, stride);
stride            138 libavcodec/motion_est.c                         c->hpel_put[1][fxy](dst, ref[0] + (fx>>1) + (fy>>1)*stride, stride, 8);
stride            139 libavcodec/motion_est.c                         c->hpel_avg[1][bxy](dst, ref[8] + (bx>>1) + (by>>1)*stride, stride, 8);
stride            151 libavcodec/motion_est.c                     c->qpel_put[1][fxy](c->temp               , ref[0] + (fx>>2) + (fy>>2)*stride               , stride);
stride            152 libavcodec/motion_est.c                     c->qpel_put[1][fxy](c->temp + 8           , ref[0] + (fx>>2) + (fy>>2)*stride + 8           , stride);
stride            153 libavcodec/motion_est.c                     c->qpel_put[1][fxy](c->temp     + 8*stride, ref[0] + (fx>>2) + (fy>>2)*stride     + 8*stride, stride);
stride            154 libavcodec/motion_est.c                     c->qpel_put[1][fxy](c->temp + 8 + 8*stride, ref[0] + (fx>>2) + (fy>>2)*stride + 8 + 8*stride, stride);
stride            155 libavcodec/motion_est.c                     c->qpel_avg[1][bxy](c->temp               , ref[8] + (bx>>2) + (by>>2)*stride               , stride);
stride            156 libavcodec/motion_est.c                     c->qpel_avg[1][bxy](c->temp + 8           , ref[8] + (bx>>2) + (by>>2)*stride + 8           , stride);
stride            157 libavcodec/motion_est.c                     c->qpel_avg[1][bxy](c->temp     + 8*stride, ref[8] + (bx>>2) + (by>>2)*stride     + 8*stride, stride);
stride            158 libavcodec/motion_est.c                     c->qpel_avg[1][bxy](c->temp + 8 + 8*stride, ref[8] + (bx>>2) + (by>>2)*stride + 8 + 8*stride, stride);
stride            169 libavcodec/motion_est.c                     c->hpel_put[0][fxy](c->temp, ref[0] + (fx>>1) + (fy>>1)*stride, stride, 16);
stride            170 libavcodec/motion_est.c                     c->hpel_avg[0][bxy](c->temp, ref[8] + (bx>>1) + (by>>1)*stride, stride, 16);
stride            173 libavcodec/motion_est.c             d = cmp_func(s, c->temp, src[0], stride, 16);
stride            183 libavcodec/motion_est.c     const int stride= c->stride;
stride            196 libavcodec/motion_est.c                     c->qpel_put[size][dxy](c->temp, ref[0] + x + y*stride, stride); //FIXME prototype (add h)
stride            198 libavcodec/motion_est.c                     c->qpel_put[1][dxy](c->temp    , ref[0] + x + y*stride    , stride);
stride            199 libavcodec/motion_est.c                     c->qpel_put[1][dxy](c->temp + 8, ref[0] + x + y*stride + 8, stride);
stride            211 libavcodec/motion_est.c                 c->hpel_put[size][dxy](c->temp, ref[0] + x + y*stride, stride, h);
stride            215 libavcodec/motion_est.c             d = cmp_func(s, c->temp, src[0], stride, h);
stride            217 libavcodec/motion_est.c             d = cmp_func(s, src[0], ref[0] + x + y*stride, stride, h);
stride            222 libavcodec/motion_est.c             uint8_t * const uvtemp= c->temp + 16*stride;
stride            298 libavcodec/motion_est.c                     ptrdiff_t stride, int h)
stride            303 libavcodec/motion_est.c static void zero_hpel(uint8_t *a, const uint8_t *b, ptrdiff_t stride, int h){
stride            321 libavcodec/motion_est.c     if(cache_size < 2*dia_size && !c->stride){
stride            359 libavcodec/motion_est.c         c->stride  = s->linesize;
stride            362 libavcodec/motion_est.c         c->stride  = 16*s->mb_width + 32;
stride            387 libavcodec/motion_est.c     d  = s->mecc.pix_abs[size][(x ? 1 : 0) + (y ? 2 : 0)](NULL, pix, ptr + ((x) >> 1), stride, h); \
stride            401 libavcodec/motion_est.c     int stride= c->stride;
stride            416 libavcodec/motion_est.c     ptr = c->ref[ref_index][0] + (my * stride) + mx;
stride            436 libavcodec/motion_est.c         ptr-= stride;
stride            443 libavcodec/motion_est.c                     ptr+= stride;
stride            445 libavcodec/motion_est.c                     ptr+= stride;
stride            453 libavcodec/motion_est.c                     ptr+= stride;
stride            455 libavcodec/motion_est.c                     ptr+= stride;
stride            464 libavcodec/motion_est.c                     ptr+= stride;
stride            466 libavcodec/motion_est.c                     ptr+= stride;
stride            474 libavcodec/motion_est.c                     ptr+= stride;
stride            476 libavcodec/motion_est.c                     ptr+= stride;
stride            561 libavcodec/motion_est.c     const int stride= c->stride;
stride            564 libavcodec/motion_est.c     c->ref[2][0] = c->ref[0][0] + 8*stride;
stride            567 libavcodec/motion_est.c     c->src[2][0] = c->src[0][0] + 8*stride;
stride            580 libavcodec/motion_est.c     const int stride= c->stride;
stride            642 libavcodec/motion_est.c             const int offset= ((block&1) + (block>>1)*stride)*8;
stride            645 libavcodec/motion_est.c                 uint8_t *ref= c->ref[block][0] + (mx4>>2) + (my4>>2)*stride;
stride            649 libavcodec/motion_est.c                     s->qdsp.put_no_rnd_qpel_pixels_tab[1][dxy](dest_y, ref, stride);
stride            651 libavcodec/motion_est.c                     s->qdsp.put_qpel_pixels_tab[1][dxy](dest_y, ref, stride);
stride            653 libavcodec/motion_est.c                 uint8_t *ref= c->ref[block][0] + (mx4>>1) + (my4>>1)*stride;
stride            657 libavcodec/motion_est.c                     s->hdsp.put_no_rnd_pixels_tab[1][dxy](dest_y    , ref    , stride, h);
stride            659 libavcodec/motion_est.c                     s->hdsp.put_pixels_tab       [1][dxy](dest_y    , ref    , stride, h);
stride            685 libavcodec/motion_est.c                                       s->mb_x * 16 + s->mb_y * 16 * stride,
stride            686 libavcodec/motion_est.c                                       c->scratchpad, stride, 16);
stride            748 libavcodec/motion_est.c     const int stride= 2*s->linesize;
stride            755 libavcodec/motion_est.c     c->stride<<=1;
stride            809 libavcodec/motion_est.c                 uint8_t *ref= c->ref[field_select+ref_index][0] + (mx_i>>1) + (my_i>>1)*stride;
stride            813 libavcodec/motion_est.c                     s->hdsp.put_no_rnd_pixels_tab[size][dxy](c->scratchpad, ref    , stride, h);
stride            815 libavcodec/motion_est.c                     s->hdsp.put_pixels_tab       [size][dxy](c->scratchpad, ref    , stride, h);
stride            817 libavcodec/motion_est.c                 dmin = s->mecc.mb_cmp[size](s, c->src[block][0], c->scratchpad, stride, h);
stride            844 libavcodec/motion_est.c     c->stride>>=1;
stride            901 libavcodec/motion_est.c     av_assert0(s->linesize == c->stride);
stride           1189 libavcodec/motion_est.c     int stride= c->stride;
stride           1204 libavcodec/motion_est.c         ptr = ref_data[0] + (src_y * stride) + src_x;
stride           1205 libavcodec/motion_est.c         s->qdsp.put_qpel_pixels_tab[0][dxy](dest_y, ptr, stride);
stride           1211 libavcodec/motion_est.c         ptr = ref2_data[0] + (src_y * stride) + src_x;
stride           1212 libavcodec/motion_est.c         s->qdsp.avg_qpel_pixels_tab[size][dxy](dest_y, ptr, stride);
stride           1218 libavcodec/motion_est.c         ptr = ref_data[0] + (src_y * stride) + src_x;
stride           1219 libavcodec/motion_est.c         s->hdsp.put_pixels_tab[size][dxy](dest_y    , ptr    , stride, h);
stride           1225 libavcodec/motion_est.c         ptr = ref2_data[0] + (src_y * stride) + src_x;
stride           1226 libavcodec/motion_est.c         s->hdsp.avg_pixels_tab[size][dxy](dest_y    , ptr    , stride, h);
stride           1231 libavcodec/motion_est.c            + s->mecc.mb_cmp[size](s, src_data[0], dest_y, stride, h); // FIXME new_pic
stride             82 libavcodec/motion_est.h     int stride;
stride            751 libavcodec/mpeg4videodec.c                 const int stride       = s->b8_stride * 2;
stride            777 libavcodec/mpeg4videodec.c                     mot_val[0 + stride] =
stride            778 libavcodec/mpeg4videodec.c                     mot_val[2 + stride] = mx;
stride            781 libavcodec/mpeg4videodec.c                     mot_val[1 + stride] =
stride            782 libavcodec/mpeg4videodec.c                     mot_val[3 + stride] = my;
stride            807 libavcodec/mpeg4videodec.c                     mot_val[0 + stride] =
stride            808 libavcodec/mpeg4videodec.c                     mot_val[2 + stride] = 0;
stride            811 libavcodec/mpeg4videodec.c                     mot_val[1 + stride] =
stride            812 libavcodec/mpeg4videodec.c                     mot_val[3 + stride] = 0;
stride            848 libavcodec/mpeg4videodec.c                         mot_val[0 + stride] =
stride            849 libavcodec/mpeg4videodec.c                         mot_val[2 + stride] = mx;
stride            852 libavcodec/mpeg4videodec.c                         mot_val[1 + stride] =
stride            853 libavcodec/mpeg4videodec.c                         mot_val[3 + stride] = my;
stride           1460 libavcodec/mpegvideo.c                                      int width, int height, ptrdiff_t stride,
stride           1481 libavcodec/mpegvideo.c     src   += src_y * stride + src_x;
stride           1498 libavcodec/mpegvideo.c     pix_op[op_index](dest, src, stride, h, sx, sy);
stride           1105 libavcodec/mpegvideo_enc.c static int get_sae(uint8_t *src, int ref, int stride)
stride           1112 libavcodec/mpegvideo_enc.c             acc += FFABS(src[x + y * stride] - ref);
stride           1120 libavcodec/mpegvideo_enc.c                            uint8_t *ref, int stride)
stride           1130 libavcodec/mpegvideo_enc.c             int offset = x + y * stride;
stride           1132 libavcodec/mpegvideo_enc.c                                       stride, 16);
stride           1133 libavcodec/mpegvideo_enc.c             int mean = (s->mpvencdsp.pix_sum(src + offset, stride) + 128) >> 8;
stride           1134 libavcodec/mpegvideo_enc.c             int sae  = get_sae(src + offset, mean, stride);
stride           1308 libavcodec/mpegvideo_enc.c         const int stride = p->f->linesize[plane];
stride           1313 libavcodec/mpegvideo_enc.c                 uint8_t *dptr = p->f->data[plane] + 8 * (x + y * stride) + off;
stride           1314 libavcodec/mpegvideo_enc.c                 uint8_t *rptr = ref->f->data[plane] + 8 * (x + y * stride);
stride           1315 libavcodec/mpegvideo_enc.c                 int v = s->mecc.frame_skip_cmp[1](s, dptr, rptr, stride, 8);
stride           2170 libavcodec/mpegvideo_enc.c static void get_visual_weight(int16_t *weight, uint8_t *ptr, int stride)
stride           2183 libavcodec/mpegvideo_enc.c                     int v = ptr[x2 + y2 * stride];
stride           2699 libavcodec/mpegvideo_enc.c static int sse(MpegEncContext *s, uint8_t *src1, uint8_t *src2, int w, int h, int stride){
stride           2705 libavcodec/mpegvideo_enc.c         return s->mecc.sse[0](NULL, src1, src2, stride, 16);
stride           2707 libavcodec/mpegvideo_enc.c         return s->mecc.sse[1](NULL, src1, src2, stride, 8);
stride           2711 libavcodec/mpegvideo_enc.c             acc+= sq[src1[x + y*stride] - src2[x + y*stride]];
stride            409 libavcodec/mpegvideo_motion.c static inline void put_obmc(uint8_t *dst, uint8_t *src[5], int stride)
stride            422 libavcodec/mpegvideo_motion.c     OBMC_FILTER(x  +stride, t, l, m, r, b);\
stride            423 libavcodec/mpegvideo_motion.c     OBMC_FILTER(x+1+stride, t, l, m, r, b);
stride            432 libavcodec/mpegvideo_motion.c     x += stride;
stride            437 libavcodec/mpegvideo_motion.c     x += stride;
stride            442 libavcodec/mpegvideo_motion.c     x += 2 * stride;
stride            447 libavcodec/mpegvideo_motion.c     x += 2*stride;
stride            454 libavcodec/mpegvideo_motion.c     x += stride;
stride             24 libavcodec/mpegvideodsp.c static void gmc1_c(uint8_t *dst, uint8_t *src, int stride, int h,
stride             34 libavcodec/mpegvideodsp.c         dst[0] = (A * src[0] + B * src[1] + C * src[stride + 0] + D * src[stride + 1] + rounder) >> 8;
stride             35 libavcodec/mpegvideodsp.c         dst[1] = (A * src[1] + B * src[2] + C * src[stride + 1] + D * src[stride + 2] + rounder) >> 8;
stride             36 libavcodec/mpegvideodsp.c         dst[2] = (A * src[2] + B * src[3] + C * src[stride + 2] + D * src[stride + 3] + rounder) >> 8;
stride             37 libavcodec/mpegvideodsp.c         dst[3] = (A * src[3] + B * src[4] + C * src[stride + 3] + D * src[stride + 4] + rounder) >> 8;
stride             38 libavcodec/mpegvideodsp.c         dst[4] = (A * src[4] + B * src[5] + C * src[stride + 4] + D * src[stride + 5] + rounder) >> 8;
stride             39 libavcodec/mpegvideodsp.c         dst[5] = (A * src[5] + B * src[6] + C * src[stride + 5] + D * src[stride + 6] + rounder) >> 8;
stride             40 libavcodec/mpegvideodsp.c         dst[6] = (A * src[6] + B * src[7] + C * src[stride + 6] + D * src[stride + 7] + rounder) >> 8;
stride             41 libavcodec/mpegvideodsp.c         dst[7] = (A * src[7] + B * src[8] + C * src[stride + 7] + D * src[stride + 8] + rounder) >> 8;
stride             42 libavcodec/mpegvideodsp.c         dst   += stride;
stride             43 libavcodec/mpegvideodsp.c         src   += stride;
stride             47 libavcodec/mpegvideodsp.c void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy,
stride             74 libavcodec/mpegvideodsp.c                     index = src_x + src_y * stride;
stride             75 libavcodec/mpegvideodsp.c                     dst[y * stride + x] =
stride             78 libavcodec/mpegvideodsp.c                          (src[index + stride]               * (s - frac_x) +
stride             79 libavcodec/mpegvideodsp.c                           src[index + stride + 1] * frac_x) *      frac_y  +
stride             82 libavcodec/mpegvideodsp.c                     index = src_x + av_clip(src_y, 0, height) * stride;
stride             83 libavcodec/mpegvideodsp.c                     dst[y * stride + x] =
stride             90 libavcodec/mpegvideodsp.c                     index = av_clip(src_x, 0, width) + src_y * stride;
stride             91 libavcodec/mpegvideodsp.c                     dst[y * stride + x] =
stride             93 libavcodec/mpegvideodsp.c                           src[index + stride] * frac_y) *  s           +
stride             97 libavcodec/mpegvideodsp.c                             av_clip(src_y, 0, height) * stride;
stride             98 libavcodec/mpegvideodsp.c                     dst[y * stride + x] = src[index];
stride             24 libavcodec/mpegvideodsp.h void ff_gmc_c(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy,
stride             38 libavcodec/mpegvideodsp.h                 int stride, int h, int ox, int oy,
stride            206 libavcodec/mscc.c     int stride, zret;
stride            219 libavcodec/mscc.c     stride = 4 * ((avctx->width * avctx->bits_per_coded_sample + 31) / 32);
stride            221 libavcodec/mscc.c     s->decomp_size = 2 * avctx->height * stride;
stride            225 libavcodec/mscc.c     s->uncomp_size = avctx->height * stride;
stride            179 libavcodec/msmpeg4.c static int get_dc(uint8_t *src, int stride, int scale, int block_size)
stride            186 libavcodec/msmpeg4.c             sum+=src[x + y*stride];
stride            202 libavcodec/mss12.c                                    uint8_t *src, ptrdiff_t stride, int x, int y,
stride            215 libavcodec/mss12.c         neighbours[TOP] = src[-stride];
stride            219 libavcodec/mss12.c             neighbours[TOP_LEFT] = src[-stride - 1];
stride            223 libavcodec/mss12.c             neighbours[TOP_RIGHT] = src[-stride + 1];
stride            231 libavcodec/mss12.c     if (y >= 2 && src[-2 * stride] == neighbours[TOP])
stride            295 libavcodec/mss12.c                          int x, int y, int width, int height, ptrdiff_t stride,
stride            302 libavcodec/mss12.c     dst += x + y * stride;
stride            309 libavcodec/mss12.c                 p = decode_pixel_in_context(acoder, pctx, dst + i, stride,
stride            318 libavcodec/mss12.c         dst     += stride;
stride            376 libavcodec/mss12.c                                 uint8_t *dst, ptrdiff_t stride, uint8_t *mask,
stride            384 libavcodec/mss12.c     dst  += x + y * stride;
stride            403 libavcodec/mss12.c                     p = decode_pixel_in_context(acoder, pctx, dst + i, stride,
stride            412 libavcodec/mss12.c         dst     += stride;
stride            476 libavcodec/mss12.c         ptrdiff_t stride     = c->pal_stride;
stride            478 libavcodec/mss12.c         uint8_t *dst     = c->pal_pic + x     + y * stride;
stride            485 libavcodec/mss12.c         for (i = 0; i < height; i++, dst += stride, rgb_dst += rgb_stride) {
stride            178 libavcodec/mss2.c static int decode_555(AVCodecContext *avctx, GetByteContext *gB, uint16_t *dst, ptrdiff_t stride,
stride            198 libavcodec/mss2.c         dst += x + stride * y;
stride            232 libavcodec/mss2.c                 *p = *(p - stride);
stride            234 libavcodec/mss2.c         dst       += stride;
stride            459 libavcodec/mss3.c                               uint8_t *dst, ptrdiff_t stride, int block_size)
stride            465 libavcodec/mss3.c     for (i = 0; i < block_size; i++, dst += stride)
stride            470 libavcodec/mss3.c                                uint8_t *dst, ptrdiff_t stride, int block_size)
stride            499 libavcodec/mss3.c         dst += stride;
stride            566 libavcodec/mss3.c                              uint8_t *dst, ptrdiff_t stride, int block_size,
stride            582 libavcodec/mss3.c             ff_mss34_dct_put(dst + i * 8, stride, block);
stride            584 libavcodec/mss3.c         dst += 8 * stride;
stride            589 libavcodec/mss3.c                               uint8_t *dst, ptrdiff_t stride,
stride            620 libavcodec/mss3.c             dst[i * 2 + stride]     = av_clip_uint8(t1 + t2);
stride            622 libavcodec/mss3.c             dst[i * 2 + 1 + stride] = av_clip_uint8(t3 + t4);
stride            625 libavcodec/mss3.c         dst   += stride * 2;
stride             90 libavcodec/mss34dsp.c void ff_mss34_dct_put(uint8_t *dst, ptrdiff_t stride, int *block)
stride            111 libavcodec/mss34dsp.c         dst += stride;
stride             44 libavcodec/mss34dsp.h void ff_mss34_dct_put(uint8_t *dst, ptrdiff_t stride, int *block);
stride            103 libavcodec/msvideo1.c     int stride = s->frame->linesize[0];
stride            111 libavcodec/msvideo1.c     row_dec = stride + 4;
stride            114 libavcodec/msvideo1.c         block_ptr = ((block_y * 4) - 1) * stride;
stride            203 libavcodec/msvideo1.c     int stride = s->frame->linesize[0] / 2;
stride            211 libavcodec/msvideo1.c     row_dec = stride + 4;
stride            214 libavcodec/msvideo1.c         block_ptr = ((block_y * 4) - 1) * stride;
stride            135 libavcodec/mv30.c static void idct_put(uint8_t *dst, int stride, int *block)
stride            162 libavcodec/mv30.c         dst += stride;
stride            166 libavcodec/mv30.c static void idct_add(uint8_t *dst, int stride,
stride            194 libavcodec/mv30.c         dst += stride;
stride            218 libavcodec/mv30.c static void idct2_put(uint8_t *dst, int stride, int *block)
stride            244 libavcodec/mv30.c         dst += stride;
stride            248 libavcodec/mv30.c static void idct2_add(uint8_t *dst, int stride,
stride            276 libavcodec/mv30.c         dst += stride;
stride            281 libavcodec/mv30.c static void update_inter_block(uint8_t *dst, int stride,
stride            288 libavcodec/mv30.c         dst += stride;
stride            231 libavcodec/mvha.c             ptrdiff_t stride = frame->linesize[p];
stride            246 libavcodec/mvha.c                 dst -= stride;
stride            256 libavcodec/mvha.c         ptrdiff_t stride = frame->linesize[p];
stride            262 libavcodec/mvha.c             dst -= stride;
stride            265 libavcodec/mvha.c                 s->llviddsp.add_median_pred(dst, dst + stride, dst, width, &left, &lefttop);
stride            267 libavcodec/mvha.c                 dst -= stride;
stride             41 libavcodec/mwsc.c                           int width, int height, int stride, int pb_linesize, int gbp_linesize)
stride             56 libavcodec/mwsc.c                     bytestream2_seek_p(pb, -(pb_linesize + stride), SEEK_CUR);
stride             67 libavcodec/mwsc.c                     bytestream2_seek_p(pb, -(pb_linesize + stride), SEEK_CUR);
stride             68 libavcodec/mwsc.c                     bytestream2_seek(gbp, -(gbp_linesize + stride), SEEK_CUR);
stride             78 libavcodec/mwsc.c                     bytestream2_seek_p(pb, -(pb_linesize + stride), SEEK_CUR);
stride            202 libavcodec/omx.c     int stride, plane_size;
stride            467 libavcodec/omx.c     s->stride     = avctx->width;
stride            471 libavcodec/omx.c     in_port_params.format.video.nStride      = s->stride;
stride            484 libavcodec/omx.c     s->stride         = in_port_params.format.video.nStride;
stride            747 libavcodec/omx.c         buffer->nFilledLen = av_image_fill_arrays(dst, linesize, buffer->pBuffer, avctx->pix_fmt, s->stride, s->plane_size, 1);
stride            752 libavcodec/omx.c             av_image_fill_arrays(src, src_linesize, frame->data[0], avctx->pix_fmt, s->stride, s->plane_size, 1);
stride            776 libavcodec/omx.c                 int image_buffer_size = av_image_get_buffer_size(avctx->pix_fmt, s->stride, s->plane_size, 1);
stride            789 libavcodec/omx.c                     buffer->nFilledLen = av_image_fill_arrays(dst, linesize, buffer->pBuffer, avctx->pix_fmt, s->stride, s->plane_size, 1);
stride             84 libavcodec/opus_pvq.c static void celt_exp_rotation_impl(float *X, uint32_t len, uint32_t stride,
stride             91 libavcodec/opus_pvq.c     for (i = 0; i < len - stride; i++) {
stride             93 libavcodec/opus_pvq.c         float x2     = Xptr[stride];
stride             94 libavcodec/opus_pvq.c         Xptr[stride] = c * x2 + s * x1;
stride             98 libavcodec/opus_pvq.c     Xptr = &X[len - 2 * stride - 1];
stride             99 libavcodec/opus_pvq.c     for (i = len - 2 * stride - 1; i >= 0; i--) {
stride            101 libavcodec/opus_pvq.c         float x2     = Xptr[stride];
stride            102 libavcodec/opus_pvq.c         Xptr[stride] = c * x2 + s * x1;
stride            108 libavcodec/opus_pvq.c                                      uint32_t stride, uint32_t K,
stride            125 libavcodec/opus_pvq.c     if (len >= stride << 3) {
stride            129 libavcodec/opus_pvq.c         while ((stride2 * stride2 + stride2) * stride + (stride >> 2) < len)
stride            133 libavcodec/opus_pvq.c     len /= stride;
stride            134 libavcodec/opus_pvq.c     for (i = 0; i < stride; i++) {
stride            200 libavcodec/opus_pvq.c                                      int stride, int hadamard)
stride            202 libavcodec/opus_pvq.c     int i, j, N = N0*stride;
stride            203 libavcodec/opus_pvq.c     const uint8_t *order = &ff_celt_hadamard_order[hadamard ? stride - 2 : 30];
stride            205 libavcodec/opus_pvq.c     for (i = 0; i < stride; i++)
stride            207 libavcodec/opus_pvq.c             tmp[j*stride+i] = X[order[i]*N0+j];
stride            213 libavcodec/opus_pvq.c                                        int stride, int hadamard)
stride            215 libavcodec/opus_pvq.c     int i, j, N = N0*stride;
stride            216 libavcodec/opus_pvq.c     const uint8_t *order = &ff_celt_hadamard_order[hadamard ? stride - 2 : 30];
stride            218 libavcodec/opus_pvq.c     for (i = 0; i < stride; i++)
stride            220 libavcodec/opus_pvq.c             tmp[order[i]*N0+j] = X[j*stride+i];
stride            225 libavcodec/opus_pvq.c static void celt_haar1(float *X, int N0, int stride)
stride            229 libavcodec/opus_pvq.c     for (i = 0; i < stride; i++) {
stride            231 libavcodec/opus_pvq.c             float x0 = X[stride * (2 * j + 0) + i];
stride            232 libavcodec/opus_pvq.c             float x1 = X[stride * (2 * j + 1) + i];
stride            233 libavcodec/opus_pvq.c             X[stride * (2 * j + 0) + i] = (x0 + x1) * M_SQRT1_2;
stride            234 libavcodec/opus_pvq.c             X[stride * (2 * j + 1) + i] = (x0 - x1) * M_SQRT1_2;
stride             79 libavcodec/pcx.c     unsigned int w, h, bits_per_pixel, bytes_per_line, nplanes, stride, y, x,
stride            152 libavcodec/pcx.c     stride = p->linesize[0];
stride            170 libavcodec/pcx.c             ptr += stride;
stride            182 libavcodec/pcx.c         for (y = 0; y < h; y++, ptr += stride) {
stride            211 libavcodec/pcx.c             ptr += stride;
stride            229 libavcodec/pcx.c             ptr += stride;
stride             28 libavcodec/pixblockdsp.c                             ptrdiff_t stride)
stride             30 libavcodec/pixblockdsp.c     AV_COPY128U(block + 0 * 8, pixels + 0 * stride);
stride             31 libavcodec/pixblockdsp.c     AV_COPY128U(block + 1 * 8, pixels + 1 * stride);
stride             32 libavcodec/pixblockdsp.c     AV_COPY128U(block + 2 * 8, pixels + 2 * stride);
stride             33 libavcodec/pixblockdsp.c     AV_COPY128U(block + 3 * 8, pixels + 3 * stride);
stride             34 libavcodec/pixblockdsp.c     AV_COPY128U(block + 4 * 8, pixels + 4 * stride);
stride             35 libavcodec/pixblockdsp.c     AV_COPY128U(block + 5 * 8, pixels + 5 * stride);
stride             36 libavcodec/pixblockdsp.c     AV_COPY128U(block + 6 * 8, pixels + 6 * stride);
stride             37 libavcodec/pixblockdsp.c     AV_COPY128U(block + 7 * 8, pixels + 7 * stride);
stride             41 libavcodec/pixblockdsp.c                            ptrdiff_t stride)
stride             55 libavcodec/pixblockdsp.c         pixels  += stride;
stride             61 libavcodec/pixblockdsp.c                           const uint8_t *s2, ptrdiff_t stride)
stride             75 libavcodec/pixblockdsp.c         s1      += stride;
stride             76 libavcodec/pixblockdsp.c         s2      += stride;
stride             31 libavcodec/pixblockdsp.h                        ptrdiff_t stride);
stride             34 libavcodec/pixblockdsp.h                        ptrdiff_t stride);
stride             38 libavcodec/pixblockdsp.h                         ptrdiff_t stride);
stride             42 libavcodec/pixblockdsp.h                         ptrdiff_t stride);
stride            125 libavcodec/pixlet.c                            int width, ptrdiff_t stride)
stride            155 libavcodec/pixlet.c             dst += stride;
stride            187 libavcodec/pixlet.c                 dst += stride;
stride            201 libavcodec/pixlet.c                             int width, ptrdiff_t stride)
stride            261 libavcodec/pixlet.c             dst += stride;
stride            302 libavcodec/pixlet.c                 dst += stride;
stride            318 libavcodec/pixlet.c     ptrdiff_t stride = frame->linesize[plane] / 2;
stride            328 libavcodec/pixlet.c                         ctx->band[plane][i + 1].y * stride;
stride            344 libavcodec/pixlet.c                                ctx->band[plane][i + 1].width, stride);
stride            358 libavcodec/pixlet.c                                int width, int height, ptrdiff_t stride)
stride            373 libavcodec/pixlet.c         dst += stride;
stride            423 libavcodec/pixlet.c                            unsigned width, unsigned height, ptrdiff_t stride,
stride            444 libavcodec/pixlet.c             ptr += stride;
stride            451 libavcodec/pixlet.c                 ptr   += stride;
stride            459 libavcodec/pixlet.c                 ptr += stride;
stride            515 libavcodec/pixlet.c     ptrdiff_t stride   = frame->linesize[plane] / 2;
stride            549 libavcodec/pixlet.c     ret = read_low_coeffs(avctx, dst + stride,
stride            550 libavcodec/pixlet.c                           ctx->band[plane][0].height - 1, 1, stride);
stride            558 libavcodec/pixlet.c     ret = read_low_coeffs(avctx, dst + stride + 1,
stride            560 libavcodec/pixlet.c                           ctx->band[plane][0].width - 1, stride);
stride            578 libavcodec/pixlet.c                        ctx->band[plane][0].height, stride);
stride            581 libavcodec/pixlet.c                    ctx->h >> shift, stride, ctx->scaling[plane][H],
stride             48 libavcodec/ppc/h264chroma_template.c         dst += stride;\
stride             49 libavcodec/ppc/h264chroma_template.c         src += stride;
stride             68 libavcodec/ppc/h264chroma_template.c         dst += stride;\
stride             69 libavcodec/ppc/h264chroma_template.c         src += stride;
stride            113 libavcodec/ppc/h264chroma_template.c                                            ptrdiff_t stride, int h,
stride            164 libavcodec/ppc/h264chroma_template.c             GET_VSRC(vsrc2uc, vsrc3uc, stride, 16, vsrcperm0, vsrcperm1, src);
stride            171 libavcodec/ppc/h264chroma_template.c                 GET_VSRC1(vsrc1uc, stride, 15, vsrcperm0, src);
stride            188 libavcodec/ppc/h264chroma_template.c                                                  ptrdiff_t stride, int h,
stride            238 libavcodec/ppc/h264chroma_template.c         GET_VSRC(vsrc2uc, vsrc3uc, stride, 16, vsrcperm0, vsrcperm1, src);
stride             86 libavcodec/ppc/h264dsp.c static void h264_idct_add_altivec(uint8_t *dst, int16_t *block, int stride)
stride            118 libavcodec/ppc/h264dsp.c     dst += stride;
stride            120 libavcodec/ppc/h264dsp.c     dst += stride;
stride            122 libavcodec/ppc/h264dsp.c     dst += stride;
stride            218 libavcodec/ppc/h264dsp.c static void h264_idct8_add_altivec(uint8_t *dst, int16_t *dct, int stride)
stride            254 libavcodec/ppc/h264dsp.c     ALTIVEC_STORE_SUM_CLIP(&dst[0*stride], idct0, perm_ldv, perm_stv, sel);
stride            255 libavcodec/ppc/h264dsp.c     ALTIVEC_STORE_SUM_CLIP(&dst[1*stride], idct1, perm_ldv, perm_stv, sel);
stride            256 libavcodec/ppc/h264dsp.c     ALTIVEC_STORE_SUM_CLIP(&dst[2*stride], idct2, perm_ldv, perm_stv, sel);
stride            257 libavcodec/ppc/h264dsp.c     ALTIVEC_STORE_SUM_CLIP(&dst[3*stride], idct3, perm_ldv, perm_stv, sel);
stride            258 libavcodec/ppc/h264dsp.c     ALTIVEC_STORE_SUM_CLIP(&dst[4*stride], idct4, perm_ldv, perm_stv, sel);
stride            259 libavcodec/ppc/h264dsp.c     ALTIVEC_STORE_SUM_CLIP(&dst[5*stride], idct5, perm_ldv, perm_stv, sel);
stride            260 libavcodec/ppc/h264dsp.c     ALTIVEC_STORE_SUM_CLIP(&dst[6*stride], idct6, perm_ldv, perm_stv, sel);
stride            261 libavcodec/ppc/h264dsp.c     ALTIVEC_STORE_SUM_CLIP(&dst[7*stride], idct7, perm_ldv, perm_stv, sel);
stride            269 libavcodec/ppc/h264dsp.c static av_always_inline void h264_idct_dc_add_internal(uint8_t *dst, int16_t *block, int stride, int size)
stride            295 libavcodec/ppc/h264dsp.c         v0 = DST_LD(0, dst+0*stride);
stride            296 libavcodec/ppc/h264dsp.c         v1 = DST_LD(0, dst+1*stride);
stride            297 libavcodec/ppc/h264dsp.c         v2 = DST_LD(0, dst+2*stride);
stride            298 libavcodec/ppc/h264dsp.c         v3 = DST_LD(0, dst+3*stride);
stride            310 libavcodec/ppc/h264dsp.c         VEC_ST(v0, 0, dst+0*stride);
stride            311 libavcodec/ppc/h264dsp.c         VEC_ST(v1, 0, dst+1*stride);
stride            312 libavcodec/ppc/h264dsp.c         VEC_ST(v2, 0, dst+2*stride);
stride            313 libavcodec/ppc/h264dsp.c         VEC_ST(v3, 0, dst+3*stride);
stride            315 libavcodec/ppc/h264dsp.c         dst += 4*stride;
stride            319 libavcodec/ppc/h264dsp.c static void h264_idct_dc_add_altivec(uint8_t *dst, int16_t *block, int stride)
stride            321 libavcodec/ppc/h264dsp.c     h264_idct_dc_add_internal(dst, block, stride, 4);
stride            324 libavcodec/ppc/h264dsp.c static void h264_idct8_dc_add_altivec(uint8_t *dst, int16_t *block, int stride)
stride            326 libavcodec/ppc/h264dsp.c     h264_idct_dc_add_internal(dst, block, stride, 8);
stride            330 libavcodec/ppc/h264dsp.c                                     int16_t *block, int stride,
stride            337 libavcodec/ppc/h264dsp.c             if(nnz==1 && block[i*16]) h264_idct_dc_add_altivec(dst + block_offset[i], block + i*16, stride);
stride            338 libavcodec/ppc/h264dsp.c             else                      h264_idct_add_altivec(dst + block_offset[i], block + i*16, stride);
stride            344 libavcodec/ppc/h264dsp.c                                          int16_t *block, int stride,
stride            349 libavcodec/ppc/h264dsp.c         if(nnzc[ scan8[i] ]) h264_idct_add_altivec(dst + block_offset[i], block + i*16, stride);
stride            350 libavcodec/ppc/h264dsp.c         else if(block[i*16]) h264_idct_dc_add_altivec(dst + block_offset[i], block + i*16, stride);
stride            355 libavcodec/ppc/h264dsp.c                                     int16_t *block, int stride,
stride            362 libavcodec/ppc/h264dsp.c             if(nnz==1 && block[i*16]) h264_idct8_dc_add_altivec(dst + block_offset[i], block + i*16, stride);
stride            363 libavcodec/ppc/h264dsp.c             else                      h264_idct8_add_altivec(dst + block_offset[i], block + i*16, stride);
stride            369 libavcodec/ppc/h264dsp.c                                    int16_t *block, int stride,
stride            376 libavcodec/ppc/h264dsp.c                 h264_idct_add_altivec(dest[j-1] + block_offset[i], block + i*16, stride);
stride            378 libavcodec/ppc/h264dsp.c                 h264_idct_dc_add_altivec(dest[j-1] + block_offset[i], block + i*16, stride);
stride            628 libavcodec/ppc/h264dsp.c static void h264_v_loop_filter_luma_altivec(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0) {
stride            631 libavcodec/ppc/h264dsp.c         register vec_u8 p2 = vec_ld(-3*stride, pix);
stride            632 libavcodec/ppc/h264dsp.c         register vec_u8 p1 = vec_ld(-2*stride, pix);
stride            633 libavcodec/ppc/h264dsp.c         register vec_u8 p0 = vec_ld(-1*stride, pix);
stride            635 libavcodec/ppc/h264dsp.c         register vec_u8 q1 = vec_ld(stride, pix);
stride            636 libavcodec/ppc/h264dsp.c         register vec_u8 q2 = vec_ld(2*stride, pix);
stride            638 libavcodec/ppc/h264dsp.c         vec_st(p1, -2*stride, pix);
stride            639 libavcodec/ppc/h264dsp.c         vec_st(p0, -1*stride, pix);
stride            641 libavcodec/ppc/h264dsp.c         vec_st(q1, stride, pix);
stride            645 libavcodec/ppc/h264dsp.c static void h264_h_loop_filter_luma_altivec(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0) {
stride            650 libavcodec/ppc/h264dsp.c     readAndTranspose16x6(pix-3, stride, line0, line1, line2, line3, line4, line5);
stride            653 libavcodec/ppc/h264dsp.c     write16x4(pix-2, stride, line1, line2, line3, line4);
stride            657 libavcodec/ppc/h264dsp.c void weight_h264_W_altivec(uint8_t *block, int stride, int height,
stride            701 libavcodec/ppc/h264dsp.c         block += stride;
stride            706 libavcodec/ppc/h264dsp.c void biweight_h264_W_altivec(uint8_t *dst, uint8_t *src, int stride, int height,
stride            768 libavcodec/ppc/h264dsp.c         dst += stride;
stride            769 libavcodec/ppc/h264dsp.c         src += stride;
stride            774 libavcodec/ppc/h264dsp.c static void weight_h264_pixels ## W ## _altivec(uint8_t *block, ptrdiff_t stride, int height, \
stride            777 libavcodec/ppc/h264dsp.c     weight_h264_W_altivec(block, stride, height, log2_denom, weight, offset, W); \
stride            779 libavcodec/ppc/h264dsp.c static void biweight_h264_pixels ## W ## _altivec(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, \
stride            782 libavcodec/ppc/h264dsp.c     biweight_h264_W_altivec(dst, src, stride, height, log2_denom, weightd, weights, offset, W); \
stride             71 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc00_ ## CODETYPE (uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride             73 libavcodec/ppc/h264qpel.c     ff_ ## OPNAME ## pixels ## SIZE ## _ ## CODETYPE(dst, src, stride, SIZE);\
stride             76 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc10_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride             79 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _h_lowpass_ ## CODETYPE(half, src, SIZE, stride);\
stride             80 libavcodec/ppc/h264qpel.c     OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, src, half, stride, stride, SIZE);\
stride             83 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc20_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride             85 libavcodec/ppc/h264qpel.c     OPNAME ## h264_qpel ## SIZE ## _h_lowpass_ ## CODETYPE(dst, src, stride, stride);\
stride             88 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc30_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride             91 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _h_lowpass_ ## CODETYPE(half, src, SIZE, stride);\
stride             92 libavcodec/ppc/h264qpel.c     OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, src+1, half, stride, stride, SIZE);\
stride             95 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc01_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride             98 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _v_lowpass_ ## CODETYPE(half, src, SIZE, stride);\
stride             99 libavcodec/ppc/h264qpel.c     OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, src, half, stride, stride, SIZE);\
stride            102 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc02_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            104 libavcodec/ppc/h264qpel.c     OPNAME ## h264_qpel ## SIZE ## _v_lowpass_ ## CODETYPE(dst, src, stride, stride);\
stride            107 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc03_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            110 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _v_lowpass_ ## CODETYPE(half, src, SIZE, stride);\
stride            111 libavcodec/ppc/h264qpel.c     OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, src+stride, half, stride, stride, SIZE);\
stride            114 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc11_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            118 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _h_lowpass_ ## CODETYPE(halfH, src, SIZE, stride);\
stride            119 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _v_lowpass_ ## CODETYPE(halfV, src, SIZE, stride);\
stride            120 libavcodec/ppc/h264qpel.c     OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, halfH, halfV, stride, SIZE, SIZE);\
stride            123 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc31_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            127 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _h_lowpass_ ## CODETYPE(halfH, src, SIZE, stride);\
stride            128 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _v_lowpass_ ## CODETYPE(halfV, src+1, SIZE, stride);\
stride            129 libavcodec/ppc/h264qpel.c     OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, halfH, halfV, stride, SIZE, SIZE);\
stride            132 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc13_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            136 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _h_lowpass_ ## CODETYPE(halfH, src + stride, SIZE, stride);\
stride            137 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _v_lowpass_ ## CODETYPE(halfV, src, SIZE, stride);\
stride            138 libavcodec/ppc/h264qpel.c     OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, halfH, halfV, stride, SIZE, SIZE);\
stride            141 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc33_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            145 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _h_lowpass_ ## CODETYPE(halfH, src + stride, SIZE, stride);\
stride            146 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _v_lowpass_ ## CODETYPE(halfV, src+1, SIZE, stride);\
stride            147 libavcodec/ppc/h264qpel.c     OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, halfH, halfV, stride, SIZE, SIZE);\
stride            150 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc22_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            153 libavcodec/ppc/h264qpel.c     OPNAME ## h264_qpel ## SIZE ## _hv_lowpass_ ## CODETYPE(dst, tmp, src, stride, SIZE, stride);\
stride            156 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc21_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            161 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _h_lowpass_ ## CODETYPE(halfH, src, SIZE, stride);\
stride            162 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _hv_lowpass_ ## CODETYPE(halfHV, tmp, src, SIZE, SIZE, stride);\
stride            163 libavcodec/ppc/h264qpel.c     OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, halfH, halfHV, stride, SIZE, SIZE);\
stride            166 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc23_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            171 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _h_lowpass_ ## CODETYPE(halfH, src + stride, SIZE, stride);\
stride            172 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _hv_lowpass_ ## CODETYPE(halfHV, tmp, src, SIZE, SIZE, stride);\
stride            173 libavcodec/ppc/h264qpel.c     OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, halfH, halfHV, stride, SIZE, SIZE);\
stride            176 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc12_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            181 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _v_lowpass_ ## CODETYPE(halfV, src, SIZE, stride);\
stride            182 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _hv_lowpass_ ## CODETYPE(halfHV, tmp, src, SIZE, SIZE, stride);\
stride            183 libavcodec/ppc/h264qpel.c     OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, halfV, halfHV, stride, SIZE, SIZE);\
stride            186 libavcodec/ppc/h264qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc32_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            191 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _v_lowpass_ ## CODETYPE(halfV, src+1, SIZE, stride);\
stride            192 libavcodec/ppc/h264qpel.c     put_h264_qpel ## SIZE ## _hv_lowpass_ ## CODETYPE(halfHV, tmp, src, SIZE, SIZE, stride);\
stride            193 libavcodec/ppc/h264qpel.c     OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, halfV, halfHV, stride, SIZE, SIZE);\
stride            171 libavcodec/ppc/idctdsp.c static void idct_put_altivec(uint8_t *dest, ptrdiff_t stride, int16_t *blk)
stride            184 libavcodec/ppc/idctdsp.c     dest += stride;
stride            186 libavcodec/ppc/idctdsp.c     dest += stride;
stride            188 libavcodec/ppc/idctdsp.c     dest += stride;
stride            190 libavcodec/ppc/idctdsp.c     dest += stride;
stride            192 libavcodec/ppc/idctdsp.c     dest += stride;
stride            194 libavcodec/ppc/idctdsp.c     dest += stride;
stride            196 libavcodec/ppc/idctdsp.c     dest += stride;
stride            200 libavcodec/ppc/idctdsp.c static void idct_add_altivec(uint8_t *dest, ptrdiff_t stride, int16_t *blk)
stride            213 libavcodec/ppc/idctdsp.c     p1    = vec_lvsl(stride, dest);
stride            237 libavcodec/ppc/idctdsp.c     dest += stride;
stride            239 libavcodec/ppc/idctdsp.c     dest += stride;
stride            241 libavcodec/ppc/idctdsp.c     dest += stride;
stride            243 libavcodec/ppc/idctdsp.c     dest += stride;
stride            245 libavcodec/ppc/idctdsp.c     dest += stride;
stride            247 libavcodec/ppc/idctdsp.c     dest += stride;
stride            249 libavcodec/ppc/idctdsp.c     dest += stride;
stride             55 libavcodec/ppc/me_cmp.c                             ptrdiff_t stride, int h)
stride             83 libavcodec/ppc/me_cmp.c         pix1 += stride;
stride             84 libavcodec/ppc/me_cmp.c         pix2 += stride;
stride             95 libavcodec/ppc/me_cmp.c                             ptrdiff_t stride, int h)
stride            105 libavcodec/ppc/me_cmp.c     uint8_t *pix3 = pix2 + stride;
stride            132 libavcodec/ppc/me_cmp.c         pix1 += stride;
stride            134 libavcodec/ppc/me_cmp.c         pix3 += stride;
stride            145 libavcodec/ppc/me_cmp.c                              ptrdiff_t stride, int h)
stride            149 libavcodec/ppc/me_cmp.c     uint8_t *pix3 = pix2 + stride;
stride            219 libavcodec/ppc/me_cmp.c         pix1 += stride;
stride            220 libavcodec/ppc/me_cmp.c         pix3 += stride;
stride            234 libavcodec/ppc/me_cmp.c                          ptrdiff_t stride, int h)
stride            256 libavcodec/ppc/me_cmp.c         pix1 += stride;
stride            257 libavcodec/ppc/me_cmp.c         pix2 += stride;
stride            269 libavcodec/ppc/me_cmp.c                         ptrdiff_t stride, int h)
stride            298 libavcodec/ppc/me_cmp.c         pix1 += stride;
stride            299 libavcodec/ppc/me_cmp.c         pix2 += stride;
stride            313 libavcodec/ppc/me_cmp.c                         ptrdiff_t stride, int h)
stride            343 libavcodec/ppc/me_cmp.c         pix1 += stride;
stride            344 libavcodec/ppc/me_cmp.c         pix2 += stride;
stride            358 libavcodec/ppc/me_cmp.c                          ptrdiff_t stride, int h)
stride            383 libavcodec/ppc/me_cmp.c         pix1 += stride;
stride            384 libavcodec/ppc/me_cmp.c         pix2 += stride;
stride            396 libavcodec/ppc/me_cmp.c                                      uint8_t *src, ptrdiff_t stride, int h)
stride            426 libavcodec/ppc/me_cmp.c         register vector unsigned char srcO =  unaligned_load(stride * i, src);  \
stride            427 libavcodec/ppc/me_cmp.c         register vector unsigned char dstO = unaligned_load(stride * i, dst);\
stride            522 libavcodec/ppc/me_cmp.c                                       uint8_t *src, ptrdiff_t stride, int h)
stride            573 libavcodec/ppc/me_cmp.c             unaligned_load(stride * i, src);                                    \
stride            575 libavcodec/ppc/me_cmp.c             unaligned_load(stride * i, dst);\
stride            713 libavcodec/ppc/me_cmp.c                                     uint8_t *src, ptrdiff_t stride, int h)
stride            715 libavcodec/ppc/me_cmp.c     int score = hadamard8_diff16x8_altivec(s, dst, src, stride, 8);
stride            718 libavcodec/ppc/me_cmp.c         dst   += 8 * stride;
stride            719 libavcodec/ppc/me_cmp.c         src   += 8 * stride;
stride            720 libavcodec/ppc/me_cmp.c         score += hadamard8_diff16x8_altivec(s, dst, src, stride, 8);
stride             34 libavcodec/ppc/mpegvideodsp.c                          int stride, int h, int x16, int y16, int rounder)
stride             81 libavcodec/ppc/mpegvideodsp.c         src_really_odd = (((unsigned long) src) + stride) & 0x0000000F;
stride             88 libavcodec/ppc/mpegvideodsp.c         src_0 = vec_ld(stride +  0, src);
stride             89 libavcodec/ppc/mpegvideodsp.c         src_1 = vec_ld(stride + 16, src);
stride             90 libavcodec/ppc/mpegvideodsp.c         srcvC = vec_perm(src_0, src_1, vec_lvsl(stride + 0, src));
stride             95 libavcodec/ppc/mpegvideodsp.c             srcvD = vec_perm(src_0, src_1, vec_lvsl(stride + 1, src));
stride            124 libavcodec/ppc/mpegvideodsp.c         dst += stride;
stride            125 libavcodec/ppc/mpegvideodsp.c         src += stride;
stride             37 libavcodec/ppc/pixblockdsp.c                                ptrdiff_t stride)
stride             59 libavcodec/ppc/pixblockdsp.c         pixels += stride;
stride             64 libavcodec/ppc/pixblockdsp.c                                ptrdiff_t stride)
stride             84 libavcodec/ppc/pixblockdsp.c         pixels += stride;
stride             92 libavcodec/ppc/pixblockdsp.c                                 const uint8_t *s2, ptrdiff_t stride)
stride            120 libavcodec/ppc/pixblockdsp.c     s1    += stride;
stride            121 libavcodec/ppc/pixblockdsp.c     s2    += stride;
stride            147 libavcodec/ppc/pixblockdsp.c     s1    += stride;
stride            148 libavcodec/ppc/pixblockdsp.c     s2    += stride;
stride            154 libavcodec/ppc/pixblockdsp.c                                 const uint8_t *s2, ptrdiff_t stride)
stride            188 libavcodec/ppc/pixblockdsp.c         s1    += stride;
stride            189 libavcodec/ppc/pixblockdsp.c         s2    += stride;
stride            221 libavcodec/ppc/pixblockdsp.c         s1    += stride;
stride            222 libavcodec/ppc/pixblockdsp.c         s2    += stride;
stride            233 libavcodec/ppc/pixblockdsp.c                            ptrdiff_t stride)
stride            241 libavcodec/ppc/pixblockdsp.c         pixels += stride;
stride            246 libavcodec/ppc/pixblockdsp.c                             const uint8_t *s2, ptrdiff_t stride)
stride            258 libavcodec/ppc/pixblockdsp.c         s1    += stride;
stride            259 libavcodec/ppc/pixblockdsp.c         s2    += stride;
stride            233 libavcodec/ppc/vc1dsp_altivec.c static void vc1_inv_trans_8x4_altivec(uint8_t *dest, ptrdiff_t stride,
stride            311 libavcodec/ppc/vc1dsp_altivec.c     p1 = vec_lvsl (stride, dest);
stride            331 libavcodec/ppc/vc1dsp_altivec.c     ADD (dest, src0, perm0)      dest += stride;
stride            332 libavcodec/ppc/vc1dsp_altivec.c     ADD (dest, src1, perm1)      dest += stride;
stride            333 libavcodec/ppc/vc1dsp_altivec.c     ADD (dest, src2, perm0)      dest += stride;
stride             24 libavcodec/ppc/videodsp.c static void prefetch_ppc(uint8_t *mem, ptrdiff_t stride, int h)
stride             29 libavcodec/ppc/videodsp.c         p += stride;
stride            123 libavcodec/ppc/vp3dsp_altivec.c static void vp3_idct_put_altivec(uint8_t *dst, ptrdiff_t stride, int16_t block[64])
stride            141 libavcodec/ppc/vp3dsp_altivec.c     PUT(b0)     dst += stride;
stride            142 libavcodec/ppc/vp3dsp_altivec.c     PUT(b1)     dst += stride;
stride            143 libavcodec/ppc/vp3dsp_altivec.c     PUT(b2)     dst += stride;
stride            144 libavcodec/ppc/vp3dsp_altivec.c     PUT(b3)     dst += stride;
stride            145 libavcodec/ppc/vp3dsp_altivec.c     PUT(b4)     dst += stride;
stride            146 libavcodec/ppc/vp3dsp_altivec.c     PUT(b5)     dst += stride;
stride            147 libavcodec/ppc/vp3dsp_altivec.c     PUT(b6)     dst += stride;
stride            152 libavcodec/ppc/vp3dsp_altivec.c static void vp3_idct_add_altivec(uint8_t *dst, ptrdiff_t stride, int16_t block[64])
stride            182 libavcodec/ppc/vp3dsp_altivec.c     ADD(b0)     dst += stride;
stride            183 libavcodec/ppc/vp3dsp_altivec.c     ADD(b1)     dst += stride;
stride            184 libavcodec/ppc/vp3dsp_altivec.c     ADD(b2)     dst += stride;
stride            185 libavcodec/ppc/vp3dsp_altivec.c     ADD(b3)     dst += stride;
stride            186 libavcodec/ppc/vp3dsp_altivec.c     ADD(b4)     dst += stride;
stride            187 libavcodec/ppc/vp3dsp_altivec.c     ADD(b5)     dst += stride;
stride            188 libavcodec/ppc/vp3dsp_altivec.c     ADD(b6)     dst += stride;
stride            304 libavcodec/proresenc_anatoliy.c static void get(uint8_t *pixels, int stride, int16_t* block)
stride            311 libavcodec/proresenc_anatoliy.c         pixels += stride;
stride            316 libavcodec/proresenc_anatoliy.c static void fdct_get(FDCTDSPContext *fdsp, uint8_t *pixels, int stride, int16_t* block)
stride            318 libavcodec/proresenc_anatoliy.c     get(pixels, stride, block);
stride            473 libavcodec/proresenc_anatoliy.c                                                unsigned stride, unsigned width, unsigned height, uint16_t *dst,
stride            482 libavcodec/proresenc_anatoliy.c         src_stride = stride >> 1;
stride            486 libavcodec/proresenc_anatoliy.c         src_stride = stride; /* 2 lines stride */
stride            490 libavcodec/proresenc_anatoliy.c             src += stride >> 1;
stride            521 libavcodec/proresenc_anatoliy.c         unsigned stride, unsigned width, unsigned height, uint16_t *dst,
stride            524 libavcodec/proresenc_anatoliy.c     subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 0, is_interlaced, is_top_field);
stride            529 libavcodec/proresenc_anatoliy.c                                unsigned stride, unsigned width, unsigned height, uint16_t *dst,
stride            532 libavcodec/proresenc_anatoliy.c     subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 1, is_interlaced, is_top_field);
stride             39 libavcodec/prosumer.c     unsigned stride;
stride            132 libavcodec/prosumer.c static void vertical_predict(uint32_t *dst, int offset, const uint32_t *src, int stride, int height)
stride            137 libavcodec/prosumer.c         for (int j = 0; j < stride >> 2; j++) {
stride            141 libavcodec/prosumer.c         dst += stride >> 2;
stride            142 libavcodec/prosumer.c         src += stride >> 2;
stride            167 libavcodec/prosumer.c     vertical_predict((uint32_t *)s->decbuffer, 0, (uint32_t *)s->initial_line, s->stride, 1);
stride            168 libavcodec/prosumer.c     vertical_predict((uint32_t *)s->decbuffer, s->stride, (uint32_t *)s->decbuffer, s->stride, avctx->height - 1);
stride            178 libavcodec/prosumer.c         const uint8_t *src = s->decbuffer + (avctx->height - 1 - i) * s->stride;
stride            342 libavcodec/prosumer.c     s->stride = 3LL * FFALIGN(avctx->width, 8) >> 1;
stride            343 libavcodec/prosumer.c     s->size = avctx->height * s->stride;
stride            347 libavcodec/prosumer.c     s->initial_line = av_malloc(s->stride);
stride            351 libavcodec/prosumer.c     memset(s->initial_line, 0x80u, s->stride);
stride             33 libavcodec/ptx.c     unsigned int offset, w, h, y, stride, bytes_per_pixel;
stride             70 libavcodec/ptx.c     stride = p->linesize[0];
stride             74 libavcodec/ptx.c         ptr += stride;
stride             39 libavcodec/qpeg.c                               int stride, int width, int height)
stride             50 libavcodec/qpeg.c     dst = dst + height * stride;
stride             89 libavcodec/qpeg.c                     dst -= stride;
stride             93 libavcodec/qpeg.c                         dst -= stride;
stride            108 libavcodec/qpeg.c                     dst -= stride;
stride            125 libavcodec/qpeg.c                               int stride, int width, int height,
stride            137 libavcodec/qpeg.c             memcpy(dst + (i * stride), refdata + (i * stride), width);
stride            144 libavcodec/qpeg.c     dst = dst + height * stride;
stride            184 libavcodec/qpeg.c                         me_plane = refdata + (filled + me_x) + (height - me_y) * stride;
stride            187 libavcodec/qpeg.c                                 dst[filled + i - (j * stride)] = me_plane[i - (j * stride)];
stride            206 libavcodec/qpeg.c                     dst -= stride;
stride            222 libavcodec/qpeg.c                     dst -= stride;
stride            243 libavcodec/qpeg.c                 dst -= stride;
stride            257 libavcodec/qpeg.c                 dst -= stride;
stride            172 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            176 libavcodec/qpeldsp.c     put ## RND ## mpeg4_qpel8_h_lowpass(half, src, 8, stride, 8);             \
stride            177 libavcodec/qpeldsp.c     OPNAME ## pixels8_l2_8(dst, src, half, stride, stride, 8, 8);             \
stride            181 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            183 libavcodec/qpeldsp.c     OPNAME ## mpeg4_qpel8_h_lowpass(dst, src, stride, stride, 8);             \
stride            187 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            191 libavcodec/qpeldsp.c     put ## RND ## mpeg4_qpel8_h_lowpass(half, src, 8, stride, 8);             \
stride            192 libavcodec/qpeldsp.c     OPNAME ## pixels8_l2_8(dst, src + 1, half, stride, stride, 8, 8);         \
stride            196 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            201 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            203 libavcodec/qpeldsp.c     OPNAME ## pixels8_l2_8(dst, full, half, stride, 16, 8, 8);                \
stride            207 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            211 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            212 libavcodec/qpeldsp.c     OPNAME ## mpeg4_qpel8_v_lowpass(dst, full, stride, 16);                   \
stride            216 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            221 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            223 libavcodec/qpeldsp.c     OPNAME ## pixels8_l2_8(dst, full + 16, half, stride, 16, 8, 8);           \
stride            227 libavcodec/qpeldsp.c                                        ptrdiff_t stride)                      \
stride            234 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            239 libavcodec/qpeldsp.c                            stride, 16, 8, 8, 8, 8);                           \
stride            243 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            249 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            253 libavcodec/qpeldsp.c     OPNAME ## pixels8_l2_8(dst, halfH, halfHV, stride, 8, 8, 8);              \
stride            257 libavcodec/qpeldsp.c                                        ptrdiff_t stride)                      \
stride            264 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            269 libavcodec/qpeldsp.c                            stride, 16, 8, 8, 8, 8);                           \
stride            273 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            279 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            283 libavcodec/qpeldsp.c     OPNAME ## pixels8_l2_8(dst, halfH, halfHV, stride, 8, 8, 8);              \
stride            287 libavcodec/qpeldsp.c                                        ptrdiff_t stride)                      \
stride            294 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            299 libavcodec/qpeldsp.c                            stride, 16, 8, 8, 8, 8);                           \
stride            303 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            309 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            313 libavcodec/qpeldsp.c     OPNAME ## pixels8_l2_8(dst, halfH + 8, halfHV, stride, 8, 8, 8);          \
stride            317 libavcodec/qpeldsp.c                                        ptrdiff_t stride)                      \
stride            324 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            329 libavcodec/qpeldsp.c                            stride, 16, 8, 8, 8, 8);                           \
stride            333 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            339 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            343 libavcodec/qpeldsp.c     OPNAME ## pixels8_l2_8(dst, halfH + 8, halfHV, stride, 8, 8, 8);          \
stride            347 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            352 libavcodec/qpeldsp.c     put ## RND ## mpeg4_qpel8_h_lowpass(halfH, src, 8, stride, 9);            \
stride            354 libavcodec/qpeldsp.c     OPNAME ## pixels8_l2_8(dst, halfH, halfHV, stride, 8, 8, 8);              \
stride            358 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            363 libavcodec/qpeldsp.c     put ## RND ## mpeg4_qpel8_h_lowpass(halfH, src, 8, stride, 9);            \
stride            365 libavcodec/qpeldsp.c     OPNAME ## pixels8_l2_8(dst, halfH + 8, halfHV, stride, 8, 8, 8);          \
stride            369 libavcodec/qpeldsp.c                                        ptrdiff_t stride)                      \
stride            376 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            380 libavcodec/qpeldsp.c     OPNAME ## pixels8_l2_8(dst, halfV, halfHV, stride, 8, 8, 8);              \
stride            384 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            389 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            392 libavcodec/qpeldsp.c     OPNAME ## mpeg4_qpel8_v_lowpass(dst, halfH, stride, 8);                   \
stride            396 libavcodec/qpeldsp.c                                        ptrdiff_t stride)                      \
stride            403 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            407 libavcodec/qpeldsp.c     OPNAME ## pixels8_l2_8(dst, halfV, halfHV, stride, 8, 8, 8);              \
stride            411 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            416 libavcodec/qpeldsp.c     copy_block9(full, src, 16, stride, 9);                                    \
stride            419 libavcodec/qpeldsp.c     OPNAME ## mpeg4_qpel8_v_lowpass(dst, halfH, stride, 8);                   \
stride            423 libavcodec/qpeldsp.c                                    ptrdiff_t stride)                          \
stride            427 libavcodec/qpeldsp.c     put ## RND ## mpeg4_qpel8_h_lowpass(halfH, src, 8, stride, 9);            \
stride            428 libavcodec/qpeldsp.c     OPNAME ## mpeg4_qpel8_v_lowpass(dst, halfH, stride, 8);                   \
stride            432 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            436 libavcodec/qpeldsp.c     put ## RND ## mpeg4_qpel16_h_lowpass(half, src, 16, stride, 16);          \
stride            437 libavcodec/qpeldsp.c     OPNAME ## pixels16_l2_8(dst, src, half, stride, stride, 16, 16);          \
stride            441 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            443 libavcodec/qpeldsp.c     OPNAME ## mpeg4_qpel16_h_lowpass(dst, src, stride, stride, 16);           \
stride            447 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            451 libavcodec/qpeldsp.c     put ## RND ## mpeg4_qpel16_h_lowpass(half, src, 16, stride, 16);          \
stride            452 libavcodec/qpeldsp.c     OPNAME ## pixels16_l2_8(dst, src + 1, half, stride, stride, 16, 16);      \
stride            456 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            461 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            463 libavcodec/qpeldsp.c     OPNAME ## pixels16_l2_8(dst, full, half, stride, 24, 16, 16);             \
stride            467 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            471 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            472 libavcodec/qpeldsp.c     OPNAME ## mpeg4_qpel16_v_lowpass(dst, full, stride, 24);                  \
stride            476 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            481 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            483 libavcodec/qpeldsp.c     OPNAME ## pixels16_l2_8(dst, full + 24, half, stride, 24, 16, 16);        \
stride            487 libavcodec/qpeldsp.c                                         ptrdiff_t stride)                     \
stride            494 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            499 libavcodec/qpeldsp.c                             stride, 24, 16, 16, 16, 16);                      \
stride            503 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            509 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            513 libavcodec/qpeldsp.c     OPNAME ## pixels16_l2_8(dst, halfH, halfHV, stride, 16, 16, 16);          \
stride            517 libavcodec/qpeldsp.c                                         ptrdiff_t stride)                     \
stride            524 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            529 libavcodec/qpeldsp.c                             stride, 24, 16, 16, 16, 16);                      \
stride            533 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            539 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            543 libavcodec/qpeldsp.c     OPNAME ## pixels16_l2_8(dst, halfH, halfHV, stride, 16, 16, 16);          \
stride            547 libavcodec/qpeldsp.c                                         ptrdiff_t stride)                     \
stride            554 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            559 libavcodec/qpeldsp.c                             stride, 24, 16, 16, 16, 16);                      \
stride            563 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            569 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            573 libavcodec/qpeldsp.c     OPNAME ## pixels16_l2_8(dst, halfH + 16, halfHV, stride, 16, 16, 16);     \
stride            577 libavcodec/qpeldsp.c                                         ptrdiff_t stride)                     \
stride            584 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            589 libavcodec/qpeldsp.c                             stride, 24, 16, 16, 16, 16);                      \
stride            593 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            599 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            603 libavcodec/qpeldsp.c     OPNAME ## pixels16_l2_8(dst, halfH + 16, halfHV, stride, 16, 16, 16);     \
stride            607 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            612 libavcodec/qpeldsp.c     put ## RND ## mpeg4_qpel16_h_lowpass(halfH, src, 16, stride, 17);         \
stride            614 libavcodec/qpeldsp.c     OPNAME ## pixels16_l2_8(dst, halfH, halfHV, stride, 16, 16, 16);          \
stride            618 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            623 libavcodec/qpeldsp.c     put ## RND ## mpeg4_qpel16_h_lowpass(halfH, src, 16, stride, 17);         \
stride            625 libavcodec/qpeldsp.c     OPNAME ## pixels16_l2_8(dst, halfH + 16, halfHV, stride, 16, 16, 16);     \
stride            629 libavcodec/qpeldsp.c                                         ptrdiff_t stride)                     \
stride            636 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            640 libavcodec/qpeldsp.c     OPNAME ## pixels16_l2_8(dst, halfV, halfHV, stride, 16, 16, 16);          \
stride            644 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            649 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            652 libavcodec/qpeldsp.c     OPNAME ## mpeg4_qpel16_v_lowpass(dst, halfH, stride, 16);                 \
stride            656 libavcodec/qpeldsp.c                                         ptrdiff_t stride)                     \
stride            663 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            667 libavcodec/qpeldsp.c     OPNAME ## pixels16_l2_8(dst, halfV, halfHV, stride, 16, 16, 16);          \
stride            671 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            676 libavcodec/qpeldsp.c     copy_block17(full, src, 24, stride, 17);                                  \
stride            679 libavcodec/qpeldsp.c     OPNAME ## mpeg4_qpel16_v_lowpass(dst, halfH, stride, 16);                 \
stride            683 libavcodec/qpeldsp.c                                     ptrdiff_t stride)                         \
stride            687 libavcodec/qpeldsp.c     put ## RND ## mpeg4_qpel16_h_lowpass(halfH, src, 16, stride, 17);         \
stride            688 libavcodec/qpeldsp.c     OPNAME ## mpeg4_qpel16_v_lowpass(dst, halfH, stride, 16);                 \
stride            703 libavcodec/qpeldsp.c void ff_put_pixels8x8_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            705 libavcodec/qpeldsp.c     put_pixels8_8_c(dst, src, stride, 8);
stride            708 libavcodec/qpeldsp.c void ff_avg_pixels8x8_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            710 libavcodec/qpeldsp.c     avg_pixels8_8_c(dst, src, stride, 8);
stride            713 libavcodec/qpeldsp.c void ff_put_pixels16x16_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            715 libavcodec/qpeldsp.c     put_pixels16_8_c(dst, src, stride, 16);
stride            718 libavcodec/qpeldsp.c void ff_avg_pixels16x16_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            720 libavcodec/qpeldsp.c     avg_pixels16_8_c(dst, src, stride, 16);
stride            740 libavcodec/qpeldsp.c void ff_ ## OPNAME ## _dirac_pixels8_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
stride            742 libavcodec/qpeldsp.c      OPNAME ## _pixels8_8_c(dst, src[0], stride, h);\
stride            744 libavcodec/qpeldsp.c void ff_ ## OPNAME ## _dirac_pixels16_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
stride            746 libavcodec/qpeldsp.c     OPNAME ## _pixels16_8_c(dst, src[0], stride, h);\
stride            748 libavcodec/qpeldsp.c void ff_ ## OPNAME ## _dirac_pixels32_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
stride            750 libavcodec/qpeldsp.c     OPNAME ## _pixels16_8_c(dst   , src[0]   , stride, h);\
stride            751 libavcodec/qpeldsp.c     OPNAME ## _pixels16_8_c(dst+16, src[0]+16, stride, h);\
stride            753 libavcodec/qpeldsp.c void ff_ ## OPNAME ## _dirac_pixels8_l2_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
stride            755 libavcodec/qpeldsp.c     OPNAME ## _pixels8_l2_8(dst, src[0], src[1], stride, stride, stride, h);\
stride            757 libavcodec/qpeldsp.c void ff_ ## OPNAME ## _dirac_pixels16_l2_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
stride            759 libavcodec/qpeldsp.c     OPNAME ## _pixels16_l2_8(dst, src[0], src[1], stride, stride, stride, h);\
stride            761 libavcodec/qpeldsp.c void ff_ ## OPNAME ## _dirac_pixels32_l2_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
stride            763 libavcodec/qpeldsp.c     OPNAME ## _pixels16_l2_8(dst   , src[0]   , src[1]   , stride, stride, stride, h);\
stride            764 libavcodec/qpeldsp.c     OPNAME ## _pixels16_l2_8(dst+16, src[0]+16, src[1]+16, stride, stride, stride, h);\
stride            766 libavcodec/qpeldsp.c void ff_ ## OPNAME ## _dirac_pixels8_l4_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
stride            768 libavcodec/qpeldsp.c     OPNAME ## _pixels8_l4_8(dst, src[0], src[1], src[2], src[3], stride, stride, stride, stride, stride, h);\
stride            770 libavcodec/qpeldsp.c void ff_ ## OPNAME ## _dirac_pixels16_l4_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
stride            772 libavcodec/qpeldsp.c     OPNAME ## _pixels16_l4_8(dst, src[0], src[1], src[2], src[3], stride, stride, stride, stride, stride, h);\
stride            774 libavcodec/qpeldsp.c void ff_ ## OPNAME ## _dirac_pixels32_l4_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
stride            776 libavcodec/qpeldsp.c     OPNAME ## _pixels16_l4_8(dst   , src[0]   , src[1]   , src[2]   , src[3]   , stride, stride, stride, stride, stride, h);\
stride            777 libavcodec/qpeldsp.c     OPNAME ## _pixels16_l4_8(dst+16, src[0]+16, src[1]+16, src[2]+16, src[3]+16, stride, stride, stride, stride, stride, h);\
stride             32 libavcodec/qpeldsp.h void ff_put_pixels8x8_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             33 libavcodec/qpeldsp.h void ff_avg_pixels8x8_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             34 libavcodec/qpeldsp.h void ff_put_pixels16x16_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             35 libavcodec/qpeldsp.h void ff_avg_pixels16x16_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             44 libavcodec/qpeldsp.h                             ptrdiff_t stride);                          \
stride             47 libavcodec/qpeldsp.h                             ptrdiff_t stride);                          \
stride             50 libavcodec/qpeldsp.h                             ptrdiff_t stride);
stride             67 libavcodec/qpeldsp.h                              ptrdiff_t stride);
stride             60 libavcodec/rasc.c     int             stride;
stride             86 libavcodec/rasc.c         memcpy(dstp, srcp, s->stride);
stride            138 libavcodec/rasc.c     case 8:  s->stride = FFALIGN(w, 4);
stride            141 libavcodec/rasc.c     case 16: s->stride = w * 2;
stride            144 libavcodec/rasc.c     case 32: s->stride = w * 4;
stride            501 libavcodec/rasc.c         s->zstream.avail_out = s->stride;
stride            516 libavcodec/rasc.c         s->zstream.avail_out = s->stride;
stride            178 libavcodec/rawdec.c     int stride;
stride            194 libavcodec/rawdec.c         stride = avctx->width / 8 + (avctx->width & 7 ? 1 : 0);
stride            196 libavcodec/rawdec.c         stride = avctx->width;
stride            198 libavcodec/rawdec.c         stride = avpkt->size / avctx->height;
stride            200 libavcodec/rawdec.c     av_log(avctx, AV_LOG_DEBUG, "PACKET SIZE: %d, STRIDE: %d\n", avpkt->size, stride);
stride            202 libavcodec/rawdec.c     if (stride == 0 || avpkt->size < stride * avctx->height) {
stride            271 libavcodec/rawdec.c                     i += stride - (i % stride) - 1;
stride            282 libavcodec/rawdec.c                     i += stride - (i % stride) - 1;
stride            295 libavcodec/rawdec.c                     i += stride - (i % stride) - 1;
stride            313 libavcodec/rawdec.c                     i += stride - (i % stride) - 1;
stride             41 libavcodec/rectangle.h static av_always_inline void fill_rectangle(void *vp, int w, int h, int stride, uint32_t val, int size){
stride             47 libavcodec/rectangle.h     stride *= size;
stride             50 libavcodec/rectangle.h     av_assert2((stride&(w-1))==0);
stride             53 libavcodec/rectangle.h         *(uint16_t*)(p + 0*stride)= v;
stride             55 libavcodec/rectangle.h         *(uint16_t*)(p + 1*stride)= v;
stride             57 libavcodec/rectangle.h         *(uint16_t*)(p + 2*stride)= v;
stride             58 libavcodec/rectangle.h         *(uint16_t*)(p + 3*stride)= v;
stride             61 libavcodec/rectangle.h         *(uint32_t*)(p + 0*stride)= v;
stride             63 libavcodec/rectangle.h         *(uint32_t*)(p + 1*stride)= v;
stride             65 libavcodec/rectangle.h         *(uint32_t*)(p + 2*stride)= v;
stride             66 libavcodec/rectangle.h         *(uint32_t*)(p + 3*stride)= v;
stride             71 libavcodec/rectangle.h         *(uint64_t*)(p + 0*stride)= v;
stride             73 libavcodec/rectangle.h         *(uint64_t*)(p + 1*stride)= v;
stride             75 libavcodec/rectangle.h         *(uint64_t*)(p + 2*stride)= v;
stride             76 libavcodec/rectangle.h         *(uint64_t*)(p + 3*stride)= v;
stride             79 libavcodec/rectangle.h         *(uint64_t*)(p + 0+0*stride)= v;
stride             80 libavcodec/rectangle.h         *(uint64_t*)(p + 8+0*stride)= v;
stride             81 libavcodec/rectangle.h         *(uint64_t*)(p + 0+1*stride)= v;
stride             82 libavcodec/rectangle.h         *(uint64_t*)(p + 8+1*stride)= v;
stride             84 libavcodec/rectangle.h         *(uint64_t*)(p + 0+2*stride)= v;
stride             85 libavcodec/rectangle.h         *(uint64_t*)(p + 8+2*stride)= v;
stride             86 libavcodec/rectangle.h         *(uint64_t*)(p + 0+3*stride)= v;
stride             87 libavcodec/rectangle.h         *(uint64_t*)(p + 8+3*stride)= v;
stride             90 libavcodec/rectangle.h         *(uint32_t*)(p + 0+0*stride)= v;
stride             91 libavcodec/rectangle.h         *(uint32_t*)(p + 4+0*stride)= v;
stride             93 libavcodec/rectangle.h         *(uint32_t*)(p + 0+1*stride)= v;
stride             94 libavcodec/rectangle.h         *(uint32_t*)(p + 4+1*stride)= v;
stride             96 libavcodec/rectangle.h         *(uint32_t*)(p + 0+2*stride)= v;
stride             97 libavcodec/rectangle.h         *(uint32_t*)(p + 4+2*stride)= v;
stride             98 libavcodec/rectangle.h         *(uint32_t*)(p + 0+3*stride)= v;
stride             99 libavcodec/rectangle.h         *(uint32_t*)(p + 4+3*stride)= v;
stride            101 libavcodec/rectangle.h         *(uint32_t*)(p + 0+0*stride)= val;
stride            102 libavcodec/rectangle.h         *(uint32_t*)(p + 4+0*stride)= val;
stride            103 libavcodec/rectangle.h         *(uint32_t*)(p + 8+0*stride)= val;
stride            104 libavcodec/rectangle.h         *(uint32_t*)(p +12+0*stride)= val;
stride            105 libavcodec/rectangle.h         *(uint32_t*)(p + 0+1*stride)= val;
stride            106 libavcodec/rectangle.h         *(uint32_t*)(p + 4+1*stride)= val;
stride            107 libavcodec/rectangle.h         *(uint32_t*)(p + 8+1*stride)= val;
stride            108 libavcodec/rectangle.h         *(uint32_t*)(p +12+1*stride)= val;
stride            110 libavcodec/rectangle.h         *(uint32_t*)(p + 0+2*stride)= val;
stride            111 libavcodec/rectangle.h         *(uint32_t*)(p + 4+2*stride)= val;
stride            112 libavcodec/rectangle.h         *(uint32_t*)(p + 8+2*stride)= val;
stride            113 libavcodec/rectangle.h         *(uint32_t*)(p +12+2*stride)= val;
stride            114 libavcodec/rectangle.h         *(uint32_t*)(p + 0+3*stride)= val;
stride            115 libavcodec/rectangle.h         *(uint32_t*)(p + 4+3*stride)= val;
stride            116 libavcodec/rectangle.h         *(uint32_t*)(p + 8+3*stride)= val;
stride            117 libavcodec/rectangle.h         *(uint32_t*)(p +12+3*stride)= val;
stride             61 libavcodec/rl2.c                                uint8_t *out, int stride, int video_base)
stride             65 libavcodec/rl2.c     int stride_adj = stride - s->avctx->width;
stride             69 libavcodec/rl2.c     const uint8_t *out_end    = out + stride * s->avctx->height;
stride             76 libavcodec/rl2.c         out        += stride;
stride             81 libavcodec/rl2.c     out        += base_x - stride;
stride            108 libavcodec/rl2.c                  line_end += stride;
stride            121 libavcodec/rl2.c             line_end   += stride;
stride             44 libavcodec/roqvideo.c     int boffs,stride;
stride             46 libavcodec/roqvideo.c     stride = ri->current_frame->linesize[0];
stride             47 libavcodec/roqvideo.c     boffs = y*stride + x;
stride             52 libavcodec/roqvideo.c     bptr[stride  ] = cell->y[2];
stride             53 libavcodec/roqvideo.c     bptr[stride+1] = cell->y[3];
stride             55 libavcodec/roqvideo.c     stride = ri->current_frame->linesize[1];
stride             56 libavcodec/roqvideo.c     boffs = y*stride + x;
stride             61 libavcodec/roqvideo.c     bptr[stride  ] =
stride             62 libavcodec/roqvideo.c     bptr[stride+1] = cell->u;
stride             67 libavcodec/roqvideo.c     bptr[stride  ] =
stride             68 libavcodec/roqvideo.c     bptr[stride+1] = cell->v;
stride             74 libavcodec/roqvideo.c     int boffs,stride;
stride             76 libavcodec/roqvideo.c     stride = ri->current_frame->linesize[0];
stride             77 libavcodec/roqvideo.c     boffs = y*stride + x;
stride             80 libavcodec/roqvideo.c     bptr[         0] = bptr[         1] = bptr[stride    ] = bptr[stride  +1] = cell->y[0];
stride             81 libavcodec/roqvideo.c     bptr[         2] = bptr[         3] = bptr[stride  +2] = bptr[stride  +3] = cell->y[1];
stride             82 libavcodec/roqvideo.c     bptr[stride*2  ] = bptr[stride*2+1] = bptr[stride*3  ] = bptr[stride*3+1] = cell->y[2];
stride             83 libavcodec/roqvideo.c     bptr[stride*2+2] = bptr[stride*2+3] = bptr[stride*3+2] = bptr[stride*3+3] = cell->y[3];
stride             85 libavcodec/roqvideo.c     stride = ri->current_frame->linesize[1];
stride             86 libavcodec/roqvideo.c     boffs = y*stride + x;
stride             89 libavcodec/roqvideo.c     bptr[         0] = bptr[         1] = bptr[stride    ] = bptr[stride  +1] =
stride             90 libavcodec/roqvideo.c     bptr[         2] = bptr[         3] = bptr[stride  +2] = bptr[stride  +3] =
stride             91 libavcodec/roqvideo.c     bptr[stride*2  ] = bptr[stride*2+1] = bptr[stride*3  ] = bptr[stride*3+1] =
stride             92 libavcodec/roqvideo.c     bptr[stride*2+2] = bptr[stride*2+3] = bptr[stride*3+2] = bptr[stride*3+3] = cell->u;
stride             95 libavcodec/roqvideo.c     bptr[         0] = bptr[         1] = bptr[stride    ] = bptr[stride  +1] =
stride             96 libavcodec/roqvideo.c     bptr[         2] = bptr[         3] = bptr[stride  +2] = bptr[stride  +3] =
stride             97 libavcodec/roqvideo.c     bptr[stride*2  ] = bptr[stride*2+1] = bptr[stride*3  ] = bptr[stride*3+1] =
stride             98 libavcodec/roqvideo.c     bptr[stride*2+2] = bptr[stride*2+3] = bptr[stride*3+2] = bptr[stride*3+3] = cell->v;
stride            272 libavcodec/roqvideoenc.c         int stride = frame->linesize[cp];
stride            275 libavcodec/roqvideoenc.c                 *mb++ = frame->data[cp][(y+i)*stride + x + j];
stride            746 libavcodec/roqvideoenc.c                                        int top, int left, const int *stride)
stride            752 libavcodec/roqvideoenc.c             int x = (top+i)*stride[0] + left + j;
stride            754 libavcodec/roqvideoenc.c             x = (top+i)*stride[1] + left + j;
stride             68 libavcodec/rpza.c             row_ptr  += stride * 4; \
stride             76 libavcodec/rpza.c     int stride, row_inc, ret;
stride            114 libavcodec/rpza.c     stride = s->frame->linesize[0] / 2;
stride            115 libavcodec/rpza.c     row_inc = stride - 4;
stride            119 libavcodec/rtjpeg.c #define BLOCK(quant, dst, stride) do { \
stride            124 libavcodec/rtjpeg.c         c->idsp.idct_put(dst, stride, block); \
stride            137 libavcodec/rv30.c                                          const int stride, const int lim)
stride            147 libavcodec/rv30.c         src += stride;
stride            214 libavcodec/rv30dsp.c static void OPNAME ## rv30_tpel ## SIZE ## _mc10_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            216 libavcodec/rv30dsp.c     OPNAME ## rv30_tpel ## SIZE ## _h_lowpass(dst, src, stride, stride, 12, 6);\
stride            219 libavcodec/rv30dsp.c static void OPNAME ## rv30_tpel ## SIZE ## _mc20_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            221 libavcodec/rv30dsp.c     OPNAME ## rv30_tpel ## SIZE ## _h_lowpass(dst, src, stride, stride, 6, 12);\
stride            224 libavcodec/rv30dsp.c static void OPNAME ## rv30_tpel ## SIZE ## _mc01_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            226 libavcodec/rv30dsp.c     OPNAME ## rv30_tpel ## SIZE ## _v_lowpass(dst, src, stride, stride, 12, 6);\
stride            229 libavcodec/rv30dsp.c static void OPNAME ## rv30_tpel ## SIZE ## _mc02_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            231 libavcodec/rv30dsp.c     OPNAME ## rv30_tpel ## SIZE ## _v_lowpass(dst, src, stride, stride, 6, 12);\
stride            234 libavcodec/rv30dsp.c static void OPNAME ## rv30_tpel ## SIZE ## _mc11_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            236 libavcodec/rv30dsp.c     OPNAME ## rv30_tpel ## SIZE ## _hv_lowpass(dst, src, stride, stride);\
stride            239 libavcodec/rv30dsp.c static void OPNAME ## rv30_tpel ## SIZE ## _mc12_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            241 libavcodec/rv30dsp.c     OPNAME ## rv30_tpel ## SIZE ## _hvv_lowpass(dst, src, stride, stride);\
stride            244 libavcodec/rv30dsp.c static void OPNAME ## rv30_tpel ## SIZE ## _mc21_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            246 libavcodec/rv30dsp.c     OPNAME ## rv30_tpel ## SIZE ## _hhv_lowpass(dst, src, stride, stride);\
stride            249 libavcodec/rv30dsp.c static void OPNAME ## rv30_tpel ## SIZE ## _mc22_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            251 libavcodec/rv30dsp.c     OPNAME ## rv30_tpel ## SIZE ## _hhvv_lowpass(dst, src, stride, stride);\
stride             46 libavcodec/rv34.c static inline void ZERO8x2(void* dst, int stride)
stride             48 libavcodec/rv34.c     fill_rectangle(dst,                 1, 2, stride, 0, 4);
stride             49 libavcodec/rv34.c     fill_rectangle(((uint8_t*)(dst))+4, 1, 2, stride, 0, 4);
stride            972 libavcodec/rv34.c static void rv34_pred_4x4_block(RV34DecContext *r, uint8_t *dst, int stride, int itype, int up, int left, int down, int right)
stride            974 libavcodec/rv34.c     uint8_t *prev = dst - stride + 4;
stride            993 libavcodec/rv34.c         topleft = dst[-stride + 3] * 0x01010101u;
stride            996 libavcodec/rv34.c     r->h.pred4x4[itype](dst, prev, stride);
stride           1016 libavcodec/rv34.c                                       uint8_t *pdst, int stride,
stride           1024 libavcodec/rv34.c         r->rdsp.rv34_idct_add(pdst, stride, ptr);
stride           1026 libavcodec/rv34.c         r->rdsp.rv34_idct_dc_add(pdst, stride, ptr[0]);
stride             57 libavcodec/rv34dsp.c static void rv34_idct_add_c(uint8_t *dst, ptrdiff_t stride, int16_t *block){
stride             75 libavcodec/rv34dsp.c         dst  += stride;
stride            104 libavcodec/rv34dsp.c static void rv34_idct_dc_add_c(uint8_t *dst, ptrdiff_t stride, int dc)
stride            114 libavcodec/rv34dsp.c         dst += stride;
stride             36 libavcodec/rv34dsp.h                                  int w1, int w2, ptrdiff_t stride);
stride             40 libavcodec/rv34dsp.h typedef void (*rv34_idct_add_func)(uint8_t *dst, ptrdiff_t stride, int16_t *block);
stride             41 libavcodec/rv34dsp.h typedef void (*rv34_idct_dc_add_func)(uint8_t *dst, ptrdiff_t stride,
stride             44 libavcodec/rv34dsp.h typedef void (*rv40_weak_loop_filter_func)(uint8_t *src, ptrdiff_t stride,
stride             49 libavcodec/rv34dsp.h typedef void (*rv40_strong_loop_filter_func)(uint8_t *src, ptrdiff_t stride,
stride             53 libavcodec/rv34dsp.h typedef int (*rv40_loop_filter_strength_func)(uint8_t *src, ptrdiff_t stride,
stride            307 libavcodec/rv40.c                                       uint8_t *src, int stride, int dmode,
stride            316 libavcodec/rv40.c     strong = rdsp->rv40_loop_filter_strength[dir](src, stride, beta, beta2,
stride            322 libavcodec/rv40.c         rdsp->rv40_strong_loop_filter[dir](src, stride, alpha,
stride            325 libavcodec/rv40.c         rdsp->rv40_weak_loop_filter[dir](src, stride, 1, 1, alpha, beta,
stride            328 libavcodec/rv40.c         rdsp->rv40_weak_loop_filter[dir](src, stride, filter_p1, filter_q1,
stride            111 libavcodec/rv40dsp.c static void OPNAME ## rv40_qpel ## SIZE ## _mc10_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            113 libavcodec/rv40dsp.c     OPNAME ## rv40_qpel ## SIZE ## _h_lowpass(dst, src, stride, stride, SIZE, 52, 20, 6);\
stride            116 libavcodec/rv40dsp.c static void OPNAME ## rv40_qpel ## SIZE ## _mc30_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            118 libavcodec/rv40dsp.c     OPNAME ## rv40_qpel ## SIZE ## _h_lowpass(dst, src, stride, stride, SIZE, 20, 52, 6);\
stride            121 libavcodec/rv40dsp.c static void OPNAME ## rv40_qpel ## SIZE ## _mc01_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            123 libavcodec/rv40dsp.c     OPNAME ## rv40_qpel ## SIZE ## _v_lowpass(dst, src, stride, stride, SIZE, 52, 20, 6);\
stride            126 libavcodec/rv40dsp.c static void OPNAME ## rv40_qpel ## SIZE ## _mc11_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            130 libavcodec/rv40dsp.c     put_rv40_qpel ## SIZE ## _h_lowpass(full, src - 2*stride, SIZE, stride, SIZE+5, 52, 20, 6);\
stride            131 libavcodec/rv40dsp.c     OPNAME ## rv40_qpel ## SIZE ## _v_lowpass(dst, full_mid, stride, SIZE, SIZE, 52, 20, 6);\
stride            134 libavcodec/rv40dsp.c static void OPNAME ## rv40_qpel ## SIZE ## _mc21_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            138 libavcodec/rv40dsp.c     put_rv40_qpel ## SIZE ## _h_lowpass(full, src - 2*stride, SIZE, stride, SIZE+5, 20, 20, 5);\
stride            139 libavcodec/rv40dsp.c     OPNAME ## rv40_qpel ## SIZE ## _v_lowpass(dst, full_mid, stride, SIZE, SIZE, 52, 20, 6);\
stride            142 libavcodec/rv40dsp.c static void OPNAME ## rv40_qpel ## SIZE ## _mc31_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            146 libavcodec/rv40dsp.c     put_rv40_qpel ## SIZE ## _h_lowpass(full, src - 2*stride, SIZE, stride, SIZE+5, 20, 52, 6);\
stride            147 libavcodec/rv40dsp.c     OPNAME ## rv40_qpel ## SIZE ## _v_lowpass(dst, full_mid, stride, SIZE, SIZE, 52, 20, 6);\
stride            150 libavcodec/rv40dsp.c static void OPNAME ## rv40_qpel ## SIZE ## _mc12_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            154 libavcodec/rv40dsp.c     put_rv40_qpel ## SIZE ## _h_lowpass(full, src - 2*stride, SIZE, stride, SIZE+5, 52, 20, 6);\
stride            155 libavcodec/rv40dsp.c     OPNAME ## rv40_qpel ## SIZE ## _v_lowpass(dst, full_mid, stride, SIZE, SIZE, 20, 20, 5);\
stride            158 libavcodec/rv40dsp.c static void OPNAME ## rv40_qpel ## SIZE ## _mc22_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            162 libavcodec/rv40dsp.c     put_rv40_qpel ## SIZE ## _h_lowpass(full, src - 2*stride, SIZE, stride, SIZE+5, 20, 20, 5);\
stride            163 libavcodec/rv40dsp.c     OPNAME ## rv40_qpel ## SIZE ## _v_lowpass(dst, full_mid, stride, SIZE, SIZE, 20, 20, 5);\
stride            166 libavcodec/rv40dsp.c static void OPNAME ## rv40_qpel ## SIZE ## _mc32_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            170 libavcodec/rv40dsp.c     put_rv40_qpel ## SIZE ## _h_lowpass(full, src - 2*stride, SIZE, stride, SIZE+5, 20, 52, 6);\
stride            171 libavcodec/rv40dsp.c     OPNAME ## rv40_qpel ## SIZE ## _v_lowpass(dst, full_mid, stride, SIZE, SIZE, 20, 20, 5);\
stride            174 libavcodec/rv40dsp.c static void OPNAME ## rv40_qpel ## SIZE ## _mc03_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            176 libavcodec/rv40dsp.c     OPNAME ## rv40_qpel ## SIZE ## _v_lowpass(dst, src, stride, stride, SIZE, 20, 52, 6);\
stride            179 libavcodec/rv40dsp.c static void OPNAME ## rv40_qpel ## SIZE ## _mc13_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            183 libavcodec/rv40dsp.c     put_rv40_qpel ## SIZE ## _h_lowpass(full, src - 2*stride, SIZE, stride, SIZE+5, 52, 20, 6);\
stride            184 libavcodec/rv40dsp.c     OPNAME ## rv40_qpel ## SIZE ## _v_lowpass(dst, full_mid, stride, SIZE, SIZE, 20, 52, 6);\
stride            187 libavcodec/rv40dsp.c static void OPNAME ## rv40_qpel ## SIZE ## _mc23_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            191 libavcodec/rv40dsp.c     put_rv40_qpel ## SIZE ## _h_lowpass(full, src - 2*stride, SIZE, stride, SIZE+5, 20, 20, 5);\
stride            192 libavcodec/rv40dsp.c     OPNAME ## rv40_qpel ## SIZE ## _v_lowpass(dst, full_mid, stride, SIZE, SIZE, 20, 52, 6);\
stride            270 libavcodec/rv40dsp.c static void put_rv40_qpel16_mc33_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            272 libavcodec/rv40dsp.c     put_pixels16_xy2_8_c(dst, src, stride, 16);
stride            274 libavcodec/rv40dsp.c static void avg_rv40_qpel16_mc33_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            276 libavcodec/rv40dsp.c     avg_pixels16_xy2_8_c(dst, src, stride, 16);
stride            278 libavcodec/rv40dsp.c static void put_rv40_qpel8_mc33_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            280 libavcodec/rv40dsp.c     put_pixels8_xy2_8_c(dst, src, stride, 8);
stride            282 libavcodec/rv40dsp.c static void avg_rv40_qpel8_mc33_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            284 libavcodec/rv40dsp.c     avg_pixels8_xy2_8_c(dst, src, stride, 8);
stride            297 libavcodec/rv40dsp.c                                         ptrdiff_t stride, int h, int x, int y)\
stride            310 libavcodec/rv40dsp.c             OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1] + bias));\
stride            311 libavcodec/rv40dsp.c             OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2] + bias));\
stride            312 libavcodec/rv40dsp.c             OP(dst[2], (A*src[2] + B*src[3] + C*src[stride+2] + D*src[stride+3] + bias));\
stride            313 libavcodec/rv40dsp.c             OP(dst[3], (A*src[3] + B*src[4] + C*src[stride+3] + D*src[stride+4] + bias));\
stride            314 libavcodec/rv40dsp.c             dst += stride;\
stride            315 libavcodec/rv40dsp.c             src += stride;\
stride            319 libavcodec/rv40dsp.c         const ptrdiff_t step = C ? stride : 1;\
stride            325 libavcodec/rv40dsp.c             dst += stride;\
stride            326 libavcodec/rv40dsp.c             src += stride;\
stride            333 libavcodec/rv40dsp.c                                         ptrdiff_t stride, int h, int x, int y)\
stride            346 libavcodec/rv40dsp.c             OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1] + bias));\
stride            347 libavcodec/rv40dsp.c             OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2] + bias));\
stride            348 libavcodec/rv40dsp.c             OP(dst[2], (A*src[2] + B*src[3] + C*src[stride+2] + D*src[stride+3] + bias));\
stride            349 libavcodec/rv40dsp.c             OP(dst[3], (A*src[3] + B*src[4] + C*src[stride+3] + D*src[stride+4] + bias));\
stride            350 libavcodec/rv40dsp.c             OP(dst[4], (A*src[4] + B*src[5] + C*src[stride+4] + D*src[stride+5] + bias));\
stride            351 libavcodec/rv40dsp.c             OP(dst[5], (A*src[5] + B*src[6] + C*src[stride+5] + D*src[stride+6] + bias));\
stride            352 libavcodec/rv40dsp.c             OP(dst[6], (A*src[6] + B*src[7] + C*src[stride+6] + D*src[stride+7] + bias));\
stride            353 libavcodec/rv40dsp.c             OP(dst[7], (A*src[7] + B*src[8] + C*src[stride+7] + D*src[stride+8] + bias));\
stride            354 libavcodec/rv40dsp.c             dst += stride;\
stride            355 libavcodec/rv40dsp.c             src += stride;\
stride            359 libavcodec/rv40dsp.c         const ptrdiff_t step = C ? stride : 1;\
stride            369 libavcodec/rv40dsp.c             dst += stride;\
stride            370 libavcodec/rv40dsp.c             src += stride;\
stride            382 libavcodec/rv40dsp.c static void rv40_weight_func_rnd_ ## size (uint8_t *dst, uint8_t *src1, uint8_t *src2, int w1, int w2, ptrdiff_t stride)\
stride            389 libavcodec/rv40dsp.c         src1 += stride;\
stride            390 libavcodec/rv40dsp.c         src2 += stride;\
stride            391 libavcodec/rv40dsp.c         dst  += stride;\
stride            394 libavcodec/rv40dsp.c static void rv40_weight_func_nornd_ ## size (uint8_t *dst, uint8_t *src1, uint8_t *src2, int w1, int w2, ptrdiff_t stride)\
stride            401 libavcodec/rv40dsp.c         src1 += stride;\
stride            402 libavcodec/rv40dsp.c         src2 += stride;\
stride            403 libavcodec/rv40dsp.c         dst  += stride;\
stride            432 libavcodec/rv40dsp.c                                                    const ptrdiff_t stride,
stride            444 libavcodec/rv40dsp.c     for (i = 0; i < 4; i++, src += stride) {
stride            478 libavcodec/rv40dsp.c static void rv40_h_weak_loop_filter(uint8_t *src, const ptrdiff_t stride,
stride            484 libavcodec/rv40dsp.c     rv40_weak_loop_filter(src, stride, 1, filter_p1, filter_q1,
stride            488 libavcodec/rv40dsp.c static void rv40_v_weak_loop_filter(uint8_t *src, const ptrdiff_t stride,
stride            494 libavcodec/rv40dsp.c     rv40_weak_loop_filter(src, 1, stride, filter_p1, filter_q1,
stride            500 libavcodec/rv40dsp.c                                                      const ptrdiff_t stride,
stride            508 libavcodec/rv40dsp.c     for(i = 0; i < 4; i++, src += stride){
stride            556 libavcodec/rv40dsp.c static void rv40_h_strong_loop_filter(uint8_t *src, const ptrdiff_t stride,
stride            560 libavcodec/rv40dsp.c     rv40_strong_loop_filter(src, stride, 1, alpha, lims, dmode, chroma);
stride            563 libavcodec/rv40dsp.c static void rv40_v_strong_loop_filter(uint8_t *src, const ptrdiff_t stride,
stride            567 libavcodec/rv40dsp.c     rv40_strong_loop_filter(src, 1, stride, alpha, lims, dmode, chroma);
stride            571 libavcodec/rv40dsp.c                                                       int step, ptrdiff_t stride,
stride            581 libavcodec/rv40dsp.c     for (i = 0, ptr = src; i < 4; i++, ptr += stride) {
stride            595 libavcodec/rv40dsp.c     for (i = 0, ptr = src; i < 4; i++, ptr += stride) {
stride            606 libavcodec/rv40dsp.c static int rv40_h_loop_filter_strength(uint8_t *src, ptrdiff_t stride,
stride            610 libavcodec/rv40dsp.c     return rv40_loop_filter_strength(src, stride, 1, beta, beta2, edge, p1, q1);
stride            613 libavcodec/rv40dsp.c static int rv40_v_loop_filter_strength(uint8_t *src, ptrdiff_t stride,
stride            617 libavcodec/rv40dsp.c     return rv40_loop_filter_strength(src, 1, stride, beta, beta2, edge, p1, q1);
stride            605 libavcodec/sanm.c                               int height, int stride, int x, int y)
stride            609 libavcodec/sanm.c     pos = x + y * stride;
stride            612 libavcodec/sanm.c             if ((pos + i) < 0 || (pos + i) >= height * stride)
stride            617 libavcodec/sanm.c         dst += stride;
stride            618 libavcodec/sanm.c         src += stride;
stride            619 libavcodec/sanm.c         pos += stride;
stride            626 libavcodec/sanm.c     ptrdiff_t stride = ctx->pitch;
stride            640 libavcodec/sanm.c     if (decoded_size > ctx->height * stride - left - top * stride) {
stride            641 libavcodec/sanm.c         decoded_size = ctx->height * stride - left - top * stride;
stride            650 libavcodec/sanm.c     dst  = ((uint8_t*)ctx->frm0) + left + top * stride;
stride            651 libavcodec/sanm.c     prev = ((uint8_t*)ctx->frm2) + left + top * stride;
stride            662 libavcodec/sanm.c             dst += stride;
stride            664 libavcodec/sanm.c         memset(ctx->frm1, 0, ctx->height * stride);
stride            665 libavcodec/sanm.c         memset(ctx->frm2, 0, ctx->height * stride);
stride            681 libavcodec/sanm.c                         copy_block4(dst + i, prev + i, stride, stride, 4);
stride            692 libavcodec/sanm.c                             bytestream2_get_bufferu(&ctx->gb, dst + i + k * stride, 4);
stride            698 libavcodec/sanm.c                             memset(dst + i + k * stride, bytestream2_get_byteu(&ctx->gb), 4);
stride            705 libavcodec/sanm.c                             memset(dst + i + k * stride, t, 4);
stride            718 libavcodec/sanm.c                             codec37_mv(dst + i, prev + i + mx + my * stride,
stride            719 libavcodec/sanm.c                                        ctx->height, stride, i + mx, j + my);
stride            723 libavcodec/sanm.c                 dst  += stride * 4;
stride            724 libavcodec/sanm.c                 prev += stride * 4;
stride            732 libavcodec/sanm.c                         copy_block4(dst + i, prev + i, stride, stride, 4);
stride            740 libavcodec/sanm.c                             bytestream2_get_bufferu(&ctx->gb, dst + i + k * stride, 4);
stride            751 libavcodec/sanm.c                         codec37_mv(dst + i, prev + i + mx + my * stride,
stride            752 libavcodec/sanm.c                                    ctx->height, stride, i + mx, j + my);
stride            755 libavcodec/sanm.c                 dst  += stride * 4;
stride            756 libavcodec/sanm.c                 prev += stride * 4;
stride            770 libavcodec/sanm.c                          uint8_t *prev2, int stride, int tbl, int size)
stride            788 libavcodec/sanm.c                 dst[0 + stride] = bytestream2_get_byteu(&ctx->gb);
stride            789 libavcodec/sanm.c                 dst[1 + stride] = bytestream2_get_byteu(&ctx->gb);
stride            792 libavcodec/sanm.c                 if (process_block(ctx, dst, prev1, prev2, stride, tbl, size))
stride            795 libavcodec/sanm.c                                   stride, tbl, size))
stride            797 libavcodec/sanm.c                 dst   += size * stride;
stride            798 libavcodec/sanm.c                 prev1 += size * stride;
stride            799 libavcodec/sanm.c                 prev2 += size * stride;
stride            800 libavcodec/sanm.c                 if (process_block(ctx, dst, prev1, prev2, stride, tbl, size))
stride            803 libavcodec/sanm.c                                   stride, tbl, size))
stride            813 libavcodec/sanm.c                 memset(dst + k * stride, t, size);
stride            825 libavcodec/sanm.c                     dst[t + k * stride] = colors[!*pglyph++];
stride            829 libavcodec/sanm.c                 memcpy(dst + k * stride, prev1 + k * stride, size);
stride            837 libavcodec/sanm.c                 memset(dst + k * stride, t, size);
stride            846 libavcodec/sanm.c         if (index < -mx - my * stride ||
stride            847 libavcodec/sanm.c             (ctx->buf_size >> 1) - index < mx + size + (my + size - 1) * stride) {
stride            853 libavcodec/sanm.c             memcpy(dst + k * stride, prev2 + mx + (my + k) * stride, size);
stride            864 libavcodec/sanm.c     ptrdiff_t stride = ctx->pitch;
stride            865 libavcodec/sanm.c     uint8_t *dst   = (uint8_t *)ctx->frm0 + left + top * stride;
stride            878 libavcodec/sanm.c     if (decoded_size > ctx->height * stride - left - top * stride) {
stride            879 libavcodec/sanm.c         decoded_size = ctx->height * stride - left - top * stride;
stride            887 libavcodec/sanm.c         memset(prev1, 0, ctx->height * stride);
stride            888 libavcodec/sanm.c         memset(prev2, 0, ctx->height * stride);
stride            897 libavcodec/sanm.c             dst += stride;
stride            907 libavcodec/sanm.c                 dst[stride + i] =
stride            908 libavcodec/sanm.c                 dst[stride + i + 1] = bytestream2_get_byteu(&ctx->gb);
stride            910 libavcodec/sanm.c             dst += stride * 2;
stride            917 libavcodec/sanm.c                     if (process_block(ctx, dst + i, prev1 + i, prev2 + i, stride,
stride            920 libavcodec/sanm.c                 dst   += stride * 8;
stride            921 libavcodec/sanm.c                 prev1 += stride * 8;
stride            922 libavcodec/sanm.c                 prev2 += stride * 8;
stride           1018 libavcodec/sanm.c     ptrdiff_t stride = pitch * 2;
stride           1022 libavcodec/sanm.c         copy_block4(dst, src, stride, stride, 2);
stride           1025 libavcodec/sanm.c         copy_block8(dst, src, stride, stride, 4);
stride           1028 libavcodec/sanm.c         copy_block16(dst, src, stride, stride, 8);
stride            145 libavcodec/sipr.c     int stride  = 2;
stride            149 libavcodec/sipr.c         memcpy(out + stride*i, cbs[i] + stride*idx[i], stride*sizeof(float));
stride            427 libavcodec/smacker.c     int stride;
stride            461 libavcodec/smacker.c     stride = smk->pic->linesize[0];
stride            477 libavcodec/smacker.c                 out = smk->pic->data[0] + (blk / bw) * (stride * 4) + (blk % bw) * 4;
stride            486 libavcodec/smacker.c                     out += stride;
stride            498 libavcodec/smacker.c                 out = smk->pic->data[0] + (blk / bw) * (stride * 4) + (blk % bw) * 4;
stride            506 libavcodec/smacker.c                         out += stride;
stride            513 libavcodec/smacker.c                     out += stride;
stride            516 libavcodec/smacker.c                     out += stride;
stride            520 libavcodec/smacker.c                     out += stride;
stride            531 libavcodec/smacker.c                         out += stride;
stride            534 libavcodec/smacker.c                         out += stride;
stride            549 libavcodec/smacker.c                 out = smk->pic->data[0] + (blk / bw) * (stride * 4) + (blk % bw) * 4;
stride            553 libavcodec/smacker.c                     out += stride;
stride             70 libavcodec/smc.c         row_ptr += stride * 4; \
stride             84 libavcodec/smc.c     int stride = s->frame->linesize[0];
stride            101 libavcodec/smc.c     int row_inc = stride - 4;
stride            134 libavcodec/snow.c static void mc_block(Plane *p, uint8_t *dst, const uint8_t *src, int stride, int b_w, int b_h, int dx, int dy){
stride            213 libavcodec/snow.c             src += stride;
stride            215 libavcodec/snow.c         src -= stride*y;
stride            223 libavcodec/snow.c                 int a_1=src[x + (HTAPS_MAX/2-4)*stride];
stride            224 libavcodec/snow.c                 int a0= src[x + (HTAPS_MAX/2-3)*stride];
stride            225 libavcodec/snow.c                 int a1= src[x + (HTAPS_MAX/2-2)*stride];
stride            226 libavcodec/snow.c                 int a2= src[x + (HTAPS_MAX/2-1)*stride];
stride            227 libavcodec/snow.c                 int a3= src[x + (HTAPS_MAX/2+0)*stride];
stride            228 libavcodec/snow.c                 int a4= src[x + (HTAPS_MAX/2+1)*stride];
stride            229 libavcodec/snow.c                 int a5= src[x + (HTAPS_MAX/2+2)*stride];
stride            230 libavcodec/snow.c                 int a6= src[x + (HTAPS_MAX/2+3)*stride];
stride            240 libavcodec/snow.c             src += stride;
stride            243 libavcodec/snow.c         src -= stride*y;
stride            245 libavcodec/snow.c     src += stride*(HTAPS_MAX/2 - 1);
stride            280 libavcodec/snow.c     hpel[ 8]= src + stride;
stride            284 libavcodec/snow.c #define MC_STRIDE(x) (needs[x] ? 64 : stride)
stride            307 libavcodec/snow.c             dst +=stride;
stride            322 libavcodec/snow.c             dst +=stride;
stride            327 libavcodec/snow.c void ff_snow_pred_block(SnowContext *s, uint8_t *dst, uint8_t *tmp, ptrdiff_t stride, int sx, int sy, int b_w, int b_h, const BlockNode *block, int plane_index, int w, int h){
stride            334 libavcodec/snow.c                 *(uint32_t*)&dst[0 + y*stride]= color4;
stride            335 libavcodec/snow.c                 *(uint32_t*)&dst[4 + y*stride]= color4;
stride            336 libavcodec/snow.c                 *(uint32_t*)&dst[8 + y*stride]= color4;
stride            337 libavcodec/snow.c                 *(uint32_t*)&dst[12+ y*stride]= color4;
stride            338 libavcodec/snow.c                 *(uint32_t*)&dst[16+ y*stride]= color4;
stride            339 libavcodec/snow.c                 *(uint32_t*)&dst[20+ y*stride]= color4;
stride            340 libavcodec/snow.c                 *(uint32_t*)&dst[24+ y*stride]= color4;
stride            341 libavcodec/snow.c                 *(uint32_t*)&dst[28+ y*stride]= color4;
stride            345 libavcodec/snow.c                 *(uint32_t*)&dst[0 + y*stride]= color4;
stride            346 libavcodec/snow.c                 *(uint32_t*)&dst[4 + y*stride]= color4;
stride            347 libavcodec/snow.c                 *(uint32_t*)&dst[8 + y*stride]= color4;
stride            348 libavcodec/snow.c                 *(uint32_t*)&dst[12+ y*stride]= color4;
stride            352 libavcodec/snow.c                 *(uint32_t*)&dst[0 + y*stride]= color4;
stride            353 libavcodec/snow.c                 *(uint32_t*)&dst[4 + y*stride]= color4;
stride            357 libavcodec/snow.c                 *(uint32_t*)&dst[0 + y*stride]= color4;
stride            362 libavcodec/snow.c                     dst[x + y*stride]= color;
stride            376 libavcodec/snow.c         src += sx + sy*stride;
stride            380 libavcodec/snow.c                                      stride, stride,
stride            395 libavcodec/snow.c             mc_block(&s->plane[plane_index], dst, src, stride, b_w, b_h, dx, dy);
stride            399 libavcodec/snow.c                 s->h264qpel.put_h264_qpel_pixels_tab[0][dy+(dx>>2)](dst + y*stride, src + 3 + (y+3)*stride,stride);
stride            400 libavcodec/snow.c                 s->h264qpel.put_h264_qpel_pixels_tab[0][dy+(dx>>2)](dst + 16 + y*stride, src + 19 + (y+3)*stride,stride);
stride            403 libavcodec/snow.c             s->h264qpel.put_h264_qpel_pixels_tab[tab_index  ][dy+(dx>>2)](dst,src + 3 + 3*stride,stride);
stride            405 libavcodec/snow.c             s->h264qpel.put_h264_qpel_pixels_tab[tab_index+1][dy+(dx>>2)](dst    ,src + 3       + 3*stride,stride);
stride            406 libavcodec/snow.c             s->h264qpel.put_h264_qpel_pixels_tab[tab_index+1][dy+(dx>>2)](dst+b_h,src + 3 + b_h + 3*stride,stride);
stride            409 libavcodec/snow.c             s->h264qpel.put_h264_qpel_pixels_tab[tab_index  ][dy+(dx>>2)](dst           ,src + 3 + 3*stride           ,stride);
stride            410 libavcodec/snow.c             s->h264qpel.put_h264_qpel_pixels_tab[tab_index  ][dy+(dx>>2)](dst+b_w*stride,src + 3 + 3*stride+b_w*stride,stride);
stride            416 libavcodec/snow.c static void mc_block_hpel ## dx ## dy ## b_w(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h){\
stride            418 libavcodec/snow.c     mc_block(NULL, dst, src-(HTAPS_MAX/2-1)-(HTAPS_MAX/2-1)*stride, stride, b_w, b_w, dx, dy);\
stride            550 libavcodec/snow.c                 b->stride= s->plane[plane_index].width << (s->spatial_decomposition_count - level);
stride            563 libavcodec/snow.c                     b->buf += b->stride>>1;
stride             85 libavcodec/snow.h     int stride;
stride            247 libavcodec/snow.h void ff_snow_pred_block(SnowContext *s, uint8_t *dst, uint8_t *tmp, ptrdiff_t stride,
stride            490 libavcodec/snow.h           y*c->  stride + x,
stride            213 libavcodec/snow_dwt.c                                  int width, int height, int stride)
stride            216 libavcodec/snow_dwt.c     DWTELEM *b0 = buffer + avpriv_mirror(-2 - 1, height - 1) * stride;
stride            217 libavcodec/snow_dwt.c     DWTELEM *b1 = buffer + avpriv_mirror(-2,     height - 1) * stride;
stride            220 libavcodec/snow_dwt.c         DWTELEM *b2 = buffer + avpriv_mirror(y + 1, height - 1) * stride;
stride            221 libavcodec/snow_dwt.c         DWTELEM *b3 = buffer + avpriv_mirror(y + 2, height - 1) * stride;
stride            286 libavcodec/snow_dwt.c                                  int width, int height, int stride)
stride            289 libavcodec/snow_dwt.c     DWTELEM *b0 = buffer + avpriv_mirror(-4 - 1, height - 1) * stride;
stride            290 libavcodec/snow_dwt.c     DWTELEM *b1 = buffer + avpriv_mirror(-4,     height - 1) * stride;
stride            291 libavcodec/snow_dwt.c     DWTELEM *b2 = buffer + avpriv_mirror(-4 + 1, height - 1) * stride;
stride            292 libavcodec/snow_dwt.c     DWTELEM *b3 = buffer + avpriv_mirror(-4 + 2, height - 1) * stride;
stride            295 libavcodec/snow_dwt.c         DWTELEM *b4 = buffer + avpriv_mirror(y + 3, height - 1) * stride;
stride            296 libavcodec/snow_dwt.c         DWTELEM *b5 = buffer + avpriv_mirror(y + 4, height - 1) * stride;
stride            320 libavcodec/snow_dwt.c                     int stride, int type, int decomposition_count)
stride            329 libavcodec/snow_dwt.c                                  stride << level);
stride            334 libavcodec/snow_dwt.c                                  stride << level);
stride            393 libavcodec/snow_dwt.c                                     int height, int stride)
stride            395 libavcodec/snow_dwt.c     cs->b0 = buffer + avpriv_mirror(-1 - 1, height - 1) * stride;
stride            396 libavcodec/snow_dwt.c     cs->b1 = buffer + avpriv_mirror(-1,     height - 1) * stride;
stride            442 libavcodec/snow_dwt.c                                   int stride)
stride            447 libavcodec/snow_dwt.c     IDWTELEM *b2 = buffer + avpriv_mirror(y + 1, height - 1) * stride;
stride            448 libavcodec/snow_dwt.c     IDWTELEM *b3 = buffer + avpriv_mirror(y + 2, height - 1) * stride;
stride            554 libavcodec/snow_dwt.c                                     int stride)
stride            556 libavcodec/snow_dwt.c     cs->b0 = buffer + avpriv_mirror(-3 - 1, height - 1) * stride;
stride            557 libavcodec/snow_dwt.c     cs->b1 = buffer + avpriv_mirror(-3,     height - 1) * stride;
stride            558 libavcodec/snow_dwt.c     cs->b2 = buffer + avpriv_mirror(-3 + 1, height - 1) * stride;
stride            559 libavcodec/snow_dwt.c     cs->b3 = buffer + avpriv_mirror(-3 + 2, height - 1) * stride;
stride            608 libavcodec/snow_dwt.c                                   int stride)
stride            615 libavcodec/snow_dwt.c     IDWTELEM *b4 = buffer + avpriv_mirror(y + 3, height - 1) * stride;
stride            616 libavcodec/snow_dwt.c     IDWTELEM *b5 = buffer + avpriv_mirror(y + 4, height - 1) * stride;
stride            688 libavcodec/snow_dwt.c                                  int height, int stride, int type,
stride            696 libavcodec/snow_dwt.c                                     stride << level);
stride            700 libavcodec/snow_dwt.c                                     stride << level);
stride            708 libavcodec/snow_dwt.c                                   int stride, int type,
stride            721 libavcodec/snow_dwt.c                                       height >> level, stride << level);
stride            725 libavcodec/snow_dwt.c                                       height >> level, stride << level);
stride            732 libavcodec/snow_dwt.c                      int stride, int type, int decomposition_count)
stride            736 libavcodec/snow_dwt.c     spatial_idwt_init(cs, buffer, width, height, stride, type,
stride            739 libavcodec/snow_dwt.c         spatial_idwt_slice(cs, buffer, temp, width, height, stride, type,
stride            798 libavcodec/snow_dwt.c             int stride = 32 << (dec_count - level);
stride            799 libavcodec/snow_dwt.c             int sy     = (ori & 2) ? stride >> 1 : 0;
stride            803 libavcodec/snow_dwt.c                     int v = tmp[sx + sy + i * stride + j] *
stride            114 libavcodec/snow_dwt.h void ff_spatial_dwt(int *buffer, int *temp, int width, int height, int stride,
stride            125 libavcodec/snow_dwt.h                      int stride, int type, int decomposition_count);
stride            225 libavcodec/snowdec.c static void dequantize_slice_buffered(SnowContext *s, slice_buffer * sb, SubBand *b, IDWTELEM *src, int stride, int start_y, int end_y){
stride            248 libavcodec/snowdec.c static void correlate_slice_buffered(SnowContext *s, slice_buffer * sb, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_median, int start_y, int end_y){
stride            583 libavcodec/snowdec.c                             correlate_slice_buffered(s, &s->sb, correlate_band, correlate_band->ibuf, correlate_band->stride, 1, 0, correlate_start_y, correlate_end_y);
stride            584 libavcodec/snowdec.c                             dequantize_slice_buffered(s, &s->sb, correlate_band, correlate_band->ibuf, correlate_band->stride, start_y, end_y);
stride            257 libavcodec/snowenc.c     const int stride= s->current_picture->linesize[0];
stride            259 libavcodec/snowenc.c     uint8_t *current_data[3]= { s->input_picture->data[0] + (x + y*  stride)*block_w,
stride            300 libavcodec/snowenc.c     av_assert1(c->  stride ==   stride);
stride            381 libavcodec/snowenc.c     sum = pix_sum(current_data[0], stride, block_w, block_w);
stride            383 libavcodec/snowenc.c     iscore = pix_norm1(current_data[0], stride, block_w) - 2*l*sum + l*l*block_s;
stride            779 libavcodec/snowenc.c static int encode_subband_c0run(SnowContext *s, SubBand *b, const IDWTELEM *src, const IDWTELEM *parent, int stride, int orientation){
stride            794 libavcodec/snowenc.c                 v= src[x + y*stride];
stride            797 libavcodec/snowenc.c                     t= src[x + (y-1)*stride];
stride            799 libavcodec/snowenc.c                         lt= src[x - 1 + (y-1)*stride];
stride            802 libavcodec/snowenc.c                         rt= src[x + 1 + (y-1)*stride];
stride            806 libavcodec/snowenc.c                     l= src[x - 1 + y*stride];
stride            816 libavcodec/snowenc.c                         p= parent[px + py*2*stride];
stride            845 libavcodec/snowenc.c                 v= src[x + y*stride];
stride            848 libavcodec/snowenc.c                     t= src[x + (y-1)*stride];
stride            850 libavcodec/snowenc.c                         lt= src[x - 1 + (y-1)*stride];
stride            853 libavcodec/snowenc.c                         rt= src[x + 1 + (y-1)*stride];
stride            857 libavcodec/snowenc.c                     l= src[x - 1 + y*stride];
stride            867 libavcodec/snowenc.c                         p= parent[px + py*2*stride];
stride            899 libavcodec/snowenc.c static int encode_subband(SnowContext *s, SubBand *b, const IDWTELEM *src, const IDWTELEM *parent, int stride, int orientation){
stride            902 libavcodec/snowenc.c     return encode_subband_c0run(s, b, src, parent, stride, orientation);
stride           1076 libavcodec/snowenc.c                     const int stride= s->current_picture->linesize[0];
stride           1086 libavcodec/snowenc.c                         memcpy(dst + sx + y*stride, src + sx + y*stride, block_w*2);
stride           1088 libavcodec/snowenc.c                         memcpy(dst + sx + y*stride, src + sx + y*stride, block_w*2);
stride           1091 libavcodec/snowenc.c                             memcpy(dst + sx + y*stride, src + sx + y*stride, -sx);
stride           1095 libavcodec/snowenc.c                             memcpy(dst + w + y*stride, src + w + y*stride, sx+block_w*2 - w);
stride           1247 libavcodec/snowenc.c static void quantize(SnowContext *s, SubBand *b, IDWTELEM *dst, DWTELEM *src, int stride, int bias){
stride           1257 libavcodec/snowenc.c                 dst[x + y*stride]= src[x + y*stride];
stride           1268 libavcodec/snowenc.c                 int i= src[x + y*stride];
stride           1274 libavcodec/snowenc.c                         dst[x + y*stride]=  i;
stride           1279 libavcodec/snowenc.c                         dst[x + y*stride]= -i;
stride           1282 libavcodec/snowenc.c                     dst[x + y*stride]= 0;
stride           1288 libavcodec/snowenc.c                 int i= src[x + y*stride];
stride           1294 libavcodec/snowenc.c                         dst[x + y*stride]=  i;
stride           1299 libavcodec/snowenc.c                         dst[x + y*stride]= -i;
stride           1302 libavcodec/snowenc.c                     dst[x + y*stride]= 0;
stride           1308 libavcodec/snowenc.c static void dequantize(SnowContext *s, SubBand *b, IDWTELEM *src, int stride){
stride           1320 libavcodec/snowenc.c             int i= src[x + y*stride];
stride           1322 libavcodec/snowenc.c                 src[x + y*stride]= -((-i*qmul + qadd)>>(QEXPSHIFT)); //FIXME try different bias
stride           1324 libavcodec/snowenc.c                 src[x + y*stride]=  (( i*qmul + qadd)>>(QEXPSHIFT));
stride           1330 libavcodec/snowenc.c static void decorrelate(SnowContext *s, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_median){
stride           1337 libavcodec/snowenc.c             int i= x + y*stride;
stride           1341 libavcodec/snowenc.c                     if(y && x+1<w) src[i] -= mid_pred(src[i - 1], src[i - stride], src[i - stride + 1]);
stride           1344 libavcodec/snowenc.c                     if(y) src[i] -= mid_pred(src[i - 1], src[i - stride], src[i - 1] + src[i - stride] - src[i - 1 - stride]);
stride           1348 libavcodec/snowenc.c                 if(y) src[i] -= src[i - stride];
stride           1354 libavcodec/snowenc.c static void correlate(SnowContext *s, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_median){
stride           1361 libavcodec/snowenc.c             int i= x + y*stride;
stride           1365 libavcodec/snowenc.c                     if(y && x+1<w) src[i] += mid_pred(src[i - 1], src[i - stride], src[i - stride + 1]);
stride           1368 libavcodec/snowenc.c                     if(y) src[i] += mid_pred(src[i - 1], src[i - stride], src[i - 1] + src[i - stride] - src[i - 1 - stride]);
stride           1372 libavcodec/snowenc.c                 if(y) src[i] += src[i - stride];
stride           1503 libavcodec/snowenc.c             const int stride= b->stride;
stride           1511 libavcodec/snowenc.c                     buf[x+y*stride]= b->buf[x+y*stride];
stride           1513 libavcodec/snowenc.c                 decorrelate(s, b, buf, stride, 1, 0);
stride           1516 libavcodec/snowenc.c                     coef_sum+= abs(buf[x+y*stride]) * qdiv >> 16;
stride           1553 libavcodec/snowenc.c             ibuf[b->width/2 + b->height/2*b->stride]= 256*16;
stride           1673 libavcodec/snowenc.c         int stride= s->current_picture->linesize[0];
stride           1682 libavcodec/snowenc.c         s->m.linesize = stride;
stride           1815 libavcodec/snowenc.c                     quantize(s, b, b->ibuf, b->buf, b->stride, s->qbias);
stride           1817 libavcodec/snowenc.c                         decorrelate(s, b, b->ibuf, b->stride, pic->pict_type == AV_PICTURE_TYPE_P, 0);
stride           1819 libavcodec/snowenc.c                     encode_subband(s, b, b->ibuf, b->parent ? b->parent->ibuf : NULL, b->stride, orientation);
stride           1820 libavcodec/snowenc.c                     av_assert0(b->parent==NULL || b->parent->stride == b->stride*2);
stride           1822 libavcodec/snowenc.c                         correlate(s, b, b->ibuf, b->stride, 1, 0);
stride           1830 libavcodec/snowenc.c                     dequantize(s, b, b->ibuf, b->stride);
stride             35 libavcodec/sunrast.c     unsigned int w, h, depth, type, maptype, maplength, stride, x, y, len, alen;
stride            137 libavcodec/sunrast.c         stride = (w + 15 >> 3) * depth;
stride            140 libavcodec/sunrast.c         stride = p->linesize[0];
stride            145 libavcodec/sunrast.c         uint8_t *end = ptr + h * stride;
stride            163 libavcodec/sunrast.c                     ptr += stride;
stride            174 libavcodec/sunrast.c             ptr += stride;
stride             91 libavcodec/svq1enc.c                         uint8_t *decoded, int stride, int level,
stride            116 libavcodec/svq1enc.c                 int v = src[x + y * stride];
stride            130 libavcodec/svq1enc.c                 int v = src[x + y * stride] - ref[x + y * stride];
stride            188 libavcodec/svq1enc.c         int offset = level & 1 ? stride * h / 2 : w / 2;
stride            193 libavcodec/svq1enc.c         score += encode_block(s, src, ref, decoded, stride, level - 1,
stride            196 libavcodec/svq1enc.c                               stride, level - 1, threshold >> 1, lambda, intra);
stride            230 libavcodec/svq1enc.c                 decoded[x + y * stride] = src[x + y * stride] -
stride            251 libavcodec/svq1enc.c                              int width, int height, int src_stride, int stride)
stride            258 libavcodec/svq1enc.c     uint8_t *src     = s->scratchbuf + stride * 32;
stride            278 libavcodec/svq1enc.c         s->m.current_picture.f->linesize[0] = stride;
stride            327 libavcodec/svq1enc.c             s->m.new_picture.f->data[0] = src - y * 16 * stride; // ugly
stride            331 libavcodec/svq1enc.c                 memcpy(&src[i * stride], &src_plane[(i + 16 * y) * src_stride],
stride            334 libavcodec/svq1enc.c                     src[i * stride + x] = src[i * stride + x - 1];
stride            337 libavcodec/svq1enc.c                 memcpy(&src[i * stride], &src[(i - 1) * stride],
stride            357 libavcodec/svq1enc.c             memcpy(&src[i * stride], &src_plane[(i + 16 * y) * src_stride],
stride            360 libavcodec/svq1enc.c                 src[i * stride + x] = src[i * stride + x - 1];
stride            363 libavcodec/svq1enc.c             memcpy(&src[i * stride], &src[(i - 1) * stride], 16 * block_width);
stride            369 libavcodec/svq1enc.c             int offset       = y * 16 * stride + x * 16;
stride            395 libavcodec/svq1enc.c                 score[0] += encode_block(s, src + 16 * x, NULL, temp, stride,
stride            434 libavcodec/svq1enc.c                     s->hdsp.put_pixels_tab[0][dxy](temp + 16*stride,
stride            436 libavcodec/svq1enc.c                                                    stride * (my >> 1),
stride            437 libavcodec/svq1enc.c                                                    stride, 16);
stride            439 libavcodec/svq1enc.c                     score[1] += encode_block(s, src + 16 * x, temp + 16*stride,
stride            440 libavcodec/svq1enc.c                                              decoded, stride, 5, 64, lambda, 0);
stride            445 libavcodec/svq1enc.c                                                stride, 16);
stride            449 libavcodec/svq1enc.c                         s->hdsp.put_pixels_tab[0][0](decoded, ref, stride, 16);
stride            478 libavcodec/svq1enc.c                 s->hdsp.put_pixels_tab[0][0](decoded, temp, stride, 16);
stride            232 libavcodec/svq3.c     static const uint8_t x_offset[4] = { 0, 1 * stride, 4 * stride, 5 * stride };
stride            253 libavcodec/svq3.c         output[stride *  0 + offset] = (int)((z0 + z3) * qmul + 0x80000) >> 20;
stride            254 libavcodec/svq3.c         output[stride *  2 + offset] = (int)((z1 + z2) * qmul + 0x80000) >> 20;
stride            255 libavcodec/svq3.c         output[stride *  8 + offset] = (int)((z1 - z2) * qmul + 0x80000) >> 20;
stride            256 libavcodec/svq3.c         output[stride * 10 + offset] = (int)((z0 - z3) * qmul + 0x80000) >> 20;
stride            262 libavcodec/svq3.c                             int stride, int qp, int dc)
stride            292 libavcodec/svq3.c         dst[i + stride * 0] = av_clip_uint8(dst[i + stride * 0] + ((int)((z0 + z3) * qmul + rr) >> 20));
stride            293 libavcodec/svq3.c         dst[i + stride * 1] = av_clip_uint8(dst[i + stride * 1] + ((int)((z1 + z2) * qmul + rr) >> 20));
stride            294 libavcodec/svq3.c         dst[i + stride * 2] = av_clip_uint8(dst[i + stride * 2] + ((int)((z1 - z2) * qmul + rr) >> 20));
stride            295 libavcodec/svq3.c         dst[i + stride * 3] = av_clip_uint8(dst[i + stride * 3] + ((int)((z0 - z3) * qmul + rr) >> 20));
stride             34 libavcodec/targa.c                              int stride, int *y, int h, int interleave)
stride             39 libavcodec/targa.c         return line + interleave * stride;
stride             43 libavcodec/targa.c             return start + *y * stride;
stride             51 libavcodec/targa.c                             uint8_t *start, int w, int h, int stride,
stride             79 libavcodec/targa.c                     dst = line = advance_line(start, line, stride, &y, h, interleave);
stride             95 libavcodec/targa.c                     dst = line = advance_line(start, line, stride, &y, h, interleave);
stride            116 libavcodec/targa.c     int stride;
stride            185 libavcodec/targa.c         stride = p->linesize[0];
stride            188 libavcodec/targa.c         stride = -p->linesize[0];
stride            249 libavcodec/targa.c             int res = targa_decode_rle(avctx, s, dst, w, h, stride, bpp, interleave);
stride            265 libavcodec/targa.c                 line = advance_line(dst, line, stride, &y, h, interleave);
stride            142 libavcodec/tdsc.c static void tdsc_paint_cursor(AVCodecContext *avctx, uint8_t *dst, int stride)
stride            169 libavcodec/tdsc.c         dst    +=  y * stride;
stride            181 libavcodec/tdsc.c         dst    += stride;
stride             83 libavcodec/tests/snowenc.c                 int stride= width  << (s.spatial_decomposition_count-level);
stride             88 libavcodec/tests/snowenc.c                 if(orientation>1) buf+=stride>>1;
stride             91 libavcodec/tests/snowenc.c                 buf[w/2 + h/2*stride]= 256*256;
stride            120 libavcodec/tests/snowenc.c             int stride= width  << (s.spatial_decomposition_count-level);
stride            125 libavcodec/tests/snowenc.c             buf+=stride>>1;
stride             85 libavcodec/texturedsp.c static inline void dxt1_block_internal(uint8_t *dst, ptrdiff_t stride,
stride            102 libavcodec/texturedsp.c         dst += stride;
stride            115 libavcodec/texturedsp.c static int dxt1_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            117 libavcodec/texturedsp.c     dxt1_block_internal(dst, stride, block, 255);
stride            132 libavcodec/texturedsp.c static int dxt1a_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            134 libavcodec/texturedsp.c     dxt1_block_internal(dst, stride, block, 0);
stride            139 libavcodec/texturedsp.c static inline void dxt3_block_internal(uint8_t *dst, ptrdiff_t stride,
stride            166 libavcodec/texturedsp.c         dst += stride;
stride            192 libavcodec/texturedsp.c static int dxt2_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            196 libavcodec/texturedsp.c     dxt3_block_internal(dst, stride, block);
stride            202 libavcodec/texturedsp.c             premult2straight(dst + x * 4 + y * stride);
stride            216 libavcodec/texturedsp.c static int dxt3_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            218 libavcodec/texturedsp.c     dxt3_block_internal(dst, stride, block);
stride            253 libavcodec/texturedsp.c static inline void dxt5_block_internal(uint8_t *dst, ptrdiff_t stride,
stride            298 libavcodec/texturedsp.c         dst += stride;
stride            311 libavcodec/texturedsp.c static int dxt4_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            315 libavcodec/texturedsp.c     dxt5_block_internal(dst, stride, block);
stride            321 libavcodec/texturedsp.c             premult2straight(dst + x * 4 + y * stride);
stride            335 libavcodec/texturedsp.c static int dxt5_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            337 libavcodec/texturedsp.c     dxt5_block_internal(dst, stride, block);
stride            375 libavcodec/texturedsp.c static int dxt5y_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            381 libavcodec/texturedsp.c     dxt5_block_internal(dst, stride, block);
stride            385 libavcodec/texturedsp.c             ycocg2rgba(dst + x * 4 + y * stride, 0);
stride            399 libavcodec/texturedsp.c static int dxt5ys_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            405 libavcodec/texturedsp.c     dxt5_block_internal(dst, stride, block);
stride            409 libavcodec/texturedsp.c             ycocg2rgba(dst + x * 4 + y * stride, 1);
stride            414 libavcodec/texturedsp.c static inline void rgtc_block_internal(uint8_t *dst, ptrdiff_t stride,
stride            434 libavcodec/texturedsp.c                 dst [x * pix_size + y * stride + offset] = (uint8_t)c;
stride            438 libavcodec/texturedsp.c                 AV_WL32(dst + x * pix_size + y * stride, pixel);
stride            444 libavcodec/texturedsp.c static inline void rgtc1_block_internal(uint8_t *dst, ptrdiff_t stride,
stride            481 libavcodec/texturedsp.c     rgtc_block_internal(dst, stride, block, color_table, mono, offset, pix_size);
stride            493 libavcodec/texturedsp.c static int rgtc1s_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            495 libavcodec/texturedsp.c     rgtc1_block_internal(dst, stride, block, 1, 0, 0, 4);
stride            509 libavcodec/texturedsp.c static int rgtc1u_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            511 libavcodec/texturedsp.c     rgtc1_block_internal(dst, stride, block, 0, 0, 0, 4);
stride            525 libavcodec/texturedsp.c static int rgtc1u_alpha_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            527 libavcodec/texturedsp.c     rgtc1_block_internal(dst, stride, block, 0, 1, 3, 4);
stride            541 libavcodec/texturedsp.c static int rgtc1u_gray_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            543 libavcodec/texturedsp.c     rgtc1_block_internal(dst, stride, block, 0, 1, 0, 1);
stride            548 libavcodec/texturedsp.c static inline void rgtc2_block_internal(uint8_t *dst, ptrdiff_t stride,
stride            563 libavcodec/texturedsp.c             uint8_t *p = dst + x * 4 + y * stride;
stride            589 libavcodec/texturedsp.c static int rgtc2s_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            591 libavcodec/texturedsp.c     rgtc2_block_internal(dst, stride, block, 1);
stride            605 libavcodec/texturedsp.c static int rgtc2u_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            607 libavcodec/texturedsp.c     rgtc2_block_internal(dst, stride, block, 0);
stride            621 libavcodec/texturedsp.c static int dxn3dc_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            624 libavcodec/texturedsp.c     rgtc2_block_internal(dst, stride, block, 0);
stride            629 libavcodec/texturedsp.c             uint8_t *p = dst + x * 4 + y * stride;
stride             46 libavcodec/texturedsp.h     int (*dxt1_block)        (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             47 libavcodec/texturedsp.h     int (*dxt1a_block)       (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             48 libavcodec/texturedsp.h     int (*dxt2_block)        (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             49 libavcodec/texturedsp.h     int (*dxt3_block)        (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             50 libavcodec/texturedsp.h     int (*dxt4_block)        (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             51 libavcodec/texturedsp.h     int (*dxt5_block)        (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             52 libavcodec/texturedsp.h     int (*dxt5y_block)       (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             53 libavcodec/texturedsp.h     int (*dxt5ys_block)      (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             54 libavcodec/texturedsp.h     int (*rgtc1s_block)      (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             55 libavcodec/texturedsp.h     int (*rgtc1u_block)      (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             56 libavcodec/texturedsp.h     int (*rgtc1u_gray_block) (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             57 libavcodec/texturedsp.h     int (*rgtc1u_alpha_block)(uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             58 libavcodec/texturedsp.h     int (*rgtc2s_block)      (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             59 libavcodec/texturedsp.h     int (*rgtc2u_block)      (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride             60 libavcodec/texturedsp.h     int (*dxn3dc_block)      (uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
stride            174 libavcodec/texturedspenc.c static unsigned int match_colors(const uint8_t *block, ptrdiff_t stride,
stride            201 libavcodec/texturedspenc.c             dots[k++] = block[0 + x * 4 + y * stride] * dirr +
stride            202 libavcodec/texturedspenc.c                         block[1 + x * 4 + y * stride] * dirg +
stride            203 libavcodec/texturedspenc.c                         block[2 + x * 4 + y * stride] * dirb;
stride            237 libavcodec/texturedspenc.c static void optimize_colors(const uint8_t *block, ptrdiff_t stride,
stride            259 libavcodec/texturedspenc.c                 muv += bp[x * 4 + y * stride];
stride            261 libavcodec/texturedspenc.c                     minv = bp[x * 4 + y * stride];
stride            263 libavcodec/texturedspenc.c                     maxv = bp[x * 4 + y * stride];
stride            275 libavcodec/texturedspenc.c             int r = block[x * 4 + stride * y + 0] - mu[0];
stride            276 libavcodec/texturedspenc.c             int g = block[x * 4 + stride * y + 1] - mu[1];
stride            277 libavcodec/texturedspenc.c             int b = block[x * 4 + stride * y + 2] - mu[2];
stride            330 libavcodec/texturedspenc.c             int dot = block[x * 4 + y * stride + 0] * v_r +
stride            331 libavcodec/texturedspenc.c                       block[x * 4 + y * stride + 1] * v_g +
stride            332 libavcodec/texturedspenc.c                       block[x * 4 + y * stride + 2] * v_b;
stride            336 libavcodec/texturedspenc.c                 minp = block + x * 4 + y * stride;
stride            339 libavcodec/texturedspenc.c                 maxp = block + x * 4 + y * stride;
stride            350 libavcodec/texturedspenc.c static int refine_colors(const uint8_t *block, ptrdiff_t stride,
stride            372 libavcodec/texturedspenc.c                 r += block[0 + x * 4 + y * stride];
stride            373 libavcodec/texturedspenc.c                 g += block[1 + x * 4 + y * stride];
stride            374 libavcodec/texturedspenc.c                 b += block[2 + x * 4 + y * stride];
stride            395 libavcodec/texturedspenc.c                 int r = block[0 + x * 4 + y * stride];
stride            396 libavcodec/texturedspenc.c                 int g = block[1 + x * 4 + y * stride];
stride            397 libavcodec/texturedspenc.c                 int b = block[2 + x * 4 + y * stride];
stride            440 libavcodec/texturedspenc.c static int constant_color(const uint8_t *block, ptrdiff_t stride)
stride            447 libavcodec/texturedspenc.c             if (first != AV_RL32(block + x * 4 + y * stride))
stride            453 libavcodec/texturedspenc.c static void compress_color(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            457 libavcodec/texturedspenc.c     int constant = constant_color(block, stride);
stride            471 libavcodec/texturedspenc.c         optimize_colors(block, stride, &max16, &min16);
stride            473 libavcodec/texturedspenc.c             mask = match_colors(block, stride, max16, min16);
stride            478 libavcodec/texturedspenc.c         refine  = refine_colors(block, stride, &max16, &min16, mask);
stride            481 libavcodec/texturedspenc.c                 mask = match_colors(block, stride, max16, min16);
stride            499 libavcodec/texturedspenc.c static void compress_alpha(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            513 libavcodec/texturedspenc.c             int val = block[3 + x * 4 + y * stride];
stride            544 libavcodec/texturedspenc.c             int alp = block[3 + x * 4 + y * stride] * 7 + bias;
stride            601 libavcodec/texturedspenc.c static int dxt1_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            603 libavcodec/texturedspenc.c     compress_color(dst, stride, block);
stride            617 libavcodec/texturedspenc.c static int dxt5_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            619 libavcodec/texturedspenc.c     compress_alpha(dst, stride, block);
stride            620 libavcodec/texturedspenc.c     compress_color(dst + 8, stride, block);
stride            634 libavcodec/texturedspenc.c static int dxt5ys_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            642 libavcodec/texturedspenc.c             rgba2ycocg(reorder + x * 4 + y * 16, block + x * 4 + y * stride);
stride            659 libavcodec/texturedspenc.c static int rgtc1u_alpha_block(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
stride            661 libavcodec/texturedspenc.c     compress_alpha(dst, stride, block);
stride            411 libavcodec/tiff.c static int tiff_unpack_zlib(TiffContext *s, AVFrame *p, uint8_t *dst, int stride,
stride            448 libavcodec/tiff.c         dst += stride;
stride            478 libavcodec/tiff.c static int tiff_unpack_lzma(TiffContext *s, AVFrame *p, uint8_t *dst, int stride,
stride            513 libavcodec/tiff.c         dst += stride;
stride            521 libavcodec/tiff.c static int tiff_unpack_fax(TiffContext *s, uint8_t *dst, int stride,
stride            544 libavcodec/tiff.c     ret = ff_ccitt_unpack(s->avctx, src2, size, dst, lines, stride,
stride            549 libavcodec/tiff.c             dst += stride;
stride            556 libavcodec/tiff.c static int tiff_unpack_strip(TiffContext *s, AVFrame *p, uint8_t *dst, int stride,
stride            584 libavcodec/tiff.c         stride = 0;
stride            601 libavcodec/tiff.c         stride = 0;
stride            606 libavcodec/tiff.c         return tiff_unpack_zlib(s, p, dst, stride, src, size, width, lines,
stride            617 libavcodec/tiff.c         return tiff_unpack_lzma(s, p, dst, stride, src, size, width, lines,
stride            653 libavcodec/tiff.c             dst += stride;
stride            663 libavcodec/tiff.c         return tiff_unpack_fax(s, dst, stride, src, size, width, lines);
stride            667 libavcodec/tiff.c     bytestream2_init_writer(&pb, dst, is_yuv ? s->yuv_line_size : (stride * lines));
stride            682 libavcodec/tiff.c     if (is_dng && stride == 0)
stride            693 libavcodec/tiff.c         bytestream2_seek_p(&pb, stride * line, SEEK_SET);
stride            717 libavcodec/tiff.c                 av_assert0 (elements * pixel_size_bytes <= FFABS(stride));
stride            776 libavcodec/tiff.c         dst += stride;
stride           1774 libavcodec/tiff.c     int i, j, entries, stride;
stride           1976 libavcodec/tiff.c         stride = p->linesize[plane];
stride           1980 libavcodec/tiff.c             stride = stride * 5 / 4;
stride           1982 libavcodec/tiff.c             dst = av_malloc(stride * s->height);
stride           1988 libavcodec/tiff.c                 dst += s->rps * stride;
stride           2005 libavcodec/tiff.c             if ((ret = tiff_unpack_strip(s, p, dst, stride, avpkt->data + soff, ssize, i,
stride           2035 libavcodec/tiff.c                     dst += stride;
stride           2046 libavcodec/tiff.c                     dst += stride;
stride           2052 libavcodec/tiff.c                     dst += stride;
stride           2061 libavcodec/tiff.c                 for (j = 0; j < stride; j++)
stride           2063 libavcodec/tiff.c                 dst += stride;
stride           2083 libavcodec/tiff.c                 src += stride;
stride           2118 libavcodec/tiff.c             dst += stride / 2;
stride             35 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride             39 libavcodec/tpeldsp.c         put_pixels2_8_c(dst, src, stride, height);
stride             42 libavcodec/tpeldsp.c         put_pixels4_8_c(dst, src, stride, height);
stride             45 libavcodec/tpeldsp.c         put_pixels8_8_c(dst, src, stride, height);
stride             48 libavcodec/tpeldsp.c         put_pixels16_8_c(dst, src, stride, height);
stride             54 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride             62 libavcodec/tpeldsp.c         src += stride;
stride             63 libavcodec/tpeldsp.c         dst += stride;
stride             68 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride             76 libavcodec/tpeldsp.c         src += stride;
stride             77 libavcodec/tpeldsp.c         dst += stride;
stride             82 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride             88 libavcodec/tpeldsp.c             dst[j] = ((2 * src[j] + src[j + stride] + 1) *
stride             90 libavcodec/tpeldsp.c         src += stride;
stride             91 libavcodec/tpeldsp.c         dst += stride;
stride             96 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            103 libavcodec/tpeldsp.c                        3 * src[j + stride] + 2 * src[j + stride + 1] + 6) *
stride            105 libavcodec/tpeldsp.c         src += stride;
stride            106 libavcodec/tpeldsp.c         dst += stride;
stride            111 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            118 libavcodec/tpeldsp.c                        4 * src[j + stride] + 3 * src[j + stride + 1] + 6) *
stride            120 libavcodec/tpeldsp.c         src += stride;
stride            121 libavcodec/tpeldsp.c         dst += stride;
stride            126 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            132 libavcodec/tpeldsp.c             dst[j] = ((src[j] + 2 * src[j + stride] + 1) *
stride            134 libavcodec/tpeldsp.c         src += stride;
stride            135 libavcodec/tpeldsp.c         dst += stride;
stride            140 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            147 libavcodec/tpeldsp.c                        2 * src[j + stride] + 3 * src[j + stride + 1] + 6) *
stride            149 libavcodec/tpeldsp.c         src += stride;
stride            150 libavcodec/tpeldsp.c         dst += stride;
stride            155 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            162 libavcodec/tpeldsp.c                        3 * src[j + stride] + 4 * src[j + stride + 1] + 6) *
stride            164 libavcodec/tpeldsp.c         src += stride;
stride            165 libavcodec/tpeldsp.c         dst += stride;
stride            170 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            174 libavcodec/tpeldsp.c         avg_pixels2_8_c(dst, src, stride, height);
stride            177 libavcodec/tpeldsp.c         avg_pixels4_8_c(dst, src, stride, height);
stride            180 libavcodec/tpeldsp.c         avg_pixels8_8_c(dst, src, stride, height);
stride            183 libavcodec/tpeldsp.c         avg_pixels16_8_c(dst, src, stride, height);
stride            189 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            198 libavcodec/tpeldsp.c         src += stride;
stride            199 libavcodec/tpeldsp.c         dst += stride;
stride            204 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            213 libavcodec/tpeldsp.c         src += stride;
stride            214 libavcodec/tpeldsp.c         dst += stride;
stride            219 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            226 libavcodec/tpeldsp.c                       (((2 * src[j] + src[j + stride] + 1) *
stride            228 libavcodec/tpeldsp.c         src += stride;
stride            229 libavcodec/tpeldsp.c         dst += stride;
stride            234 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            242 libavcodec/tpeldsp.c                          3 * src[j + stride] + 2 * src[j + stride + 1] + 6) *
stride            244 libavcodec/tpeldsp.c         src += stride;
stride            245 libavcodec/tpeldsp.c         dst += stride;
stride            250 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            258 libavcodec/tpeldsp.c                          4 * src[j + stride] + 3 * src[j + stride + 1] + 6) *
stride            260 libavcodec/tpeldsp.c         src += stride;
stride            261 libavcodec/tpeldsp.c         dst += stride;
stride            266 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            273 libavcodec/tpeldsp.c                       (((src[j] + 2 * src[j + stride] + 1) *
stride            275 libavcodec/tpeldsp.c         src += stride;
stride            276 libavcodec/tpeldsp.c         dst += stride;
stride            281 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            289 libavcodec/tpeldsp.c                          2 * src[j + stride] + 3 * src[j + stride + 1] + 6) *
stride            291 libavcodec/tpeldsp.c         src += stride;
stride            292 libavcodec/tpeldsp.c         dst += stride;
stride            297 libavcodec/tpeldsp.c                                           int stride, int width, int height)
stride            305 libavcodec/tpeldsp.c                          3 * src[j + stride] + 4 * src[j + stride + 1] + 6) *
stride            307 libavcodec/tpeldsp.c         src += stride;
stride            308 libavcodec/tpeldsp.c         dst += stride;
stride            458 libavcodec/truemotion2.c #define TM2_RECALC_BLOCK(CHR, stride, last, CD) {\
stride            460 libavcodec/truemotion2.c     CD[1] = (unsigned)CHR[stride + 1] - (unsigned) CHR[1];\
stride            461 libavcodec/truemotion2.c     last[0] = (int)CHR[stride + 0];\
stride            462 libavcodec/truemotion2.c     last[1] = (int)CHR[stride + 1];}
stride            465 libavcodec/truemotion2.c static inline void tm2_apply_deltas(TM2Context *ctx, int* Y, int stride, int *deltas, int *last)
stride            478 libavcodec/truemotion2.c         Y        += stride;
stride            483 libavcodec/truemotion2.c static inline void tm2_high_chroma(int *data, int stride, int *last, unsigned *CD, int *deltas)
stride            492 libavcodec/truemotion2.c         data += stride;
stride            496 libavcodec/truemotion2.c static inline void tm2_low_chroma(int *data, int stride, int *clast, unsigned *CD, int *deltas, int bx)
stride            512 libavcodec/truemotion2.c     tm2_high_chroma(data, stride, clast, CD, deltas);
stride            104 libavcodec/tscc2.c static void tscc2_idct4_put(int *in, int q[3], uint8_t *dst, int stride)
stride            123 libavcodec/tscc2.c         dst += stride;
stride            128 libavcodec/tscc2.c                            uint8_t *dst, int stride, int plane)
stride            137 libavcodec/tscc2.c             for (i = 0; i < 8; i++, dst += stride)
stride            145 libavcodec/tscc2.c                 dst += stride;
stride            185 libavcodec/tscc2.c             tscc2_idct4_put(c->block, q, dst + k * 4, stride);
stride            187 libavcodec/tscc2.c         dst += 4 * stride;
stride             39 libavcodec/txd.c     unsigned int version, w, h, d3d_format, depth, stride, flags;
stride             87 libavcodec/txd.c     stride = p->linesize[0];
stride            100 libavcodec/txd.c             ptr += stride;
stride            113 libavcodec/txd.c                     uint8_t *p = ptr + i * 4 + j * stride;
stride            114 libavcodec/txd.c                     int step = dxtc.dxt1_block(p, stride, gb.buffer);
stride            124 libavcodec/txd.c                     uint8_t *p = ptr + i * 4 + j * stride;
stride            125 libavcodec/txd.c                     int step = dxtc.dxt3_block(p, stride, gb.buffer);
stride            141 libavcodec/txd.c                 ptr += stride;
stride            131 libavcodec/utvideodec.c                           uint16_t *dst, ptrdiff_t stride,
stride            153 libavcodec/utvideodec.c             dest   = dst + sstart * stride;
stride            166 libavcodec/utvideodec.c                 dest += stride;
stride            179 libavcodec/utvideodec.c         dest   = dst + sstart * stride;
stride            213 libavcodec/utvideodec.c             dest += stride;
stride            244 libavcodec/utvideodec.c                         uint8_t *dst, ptrdiff_t stride,
stride            271 libavcodec/utvideodec.c             dest   = dst + sstart * stride;
stride            273 libavcodec/utvideodec.c             if (3 * ((dst + send * stride - dest + 7)/8) > get_bits_left(&cbit))
stride            276 libavcodec/utvideodec.c             for (p = dest; p < dst + send * stride; p += 8) {
stride            313 libavcodec/utvideodec.c             dest   = dst + sstart * stride;
stride            325 libavcodec/utvideodec.c                 dest += stride;
stride            340 libavcodec/utvideodec.c         dest   = dst + sstart * stride;
stride            378 libavcodec/utvideodec.c             dest += stride;
stride            397 libavcodec/utvideodec.c static void restore_median_planar(UtvideoContext *c, uint8_t *src, ptrdiff_t stride,
stride            413 libavcodec/utvideodec.c         bsrc = src + slice_start * stride;
stride            418 libavcodec/utvideodec.c         bsrc += stride;
stride            422 libavcodec/utvideodec.c         C        = bsrc[-stride];
stride            426 libavcodec/utvideodec.c             B        = bsrc[i - stride];
stride            432 libavcodec/utvideodec.c             c->llviddsp.add_median_pred(bsrc + 16, bsrc - stride + 16,
stride            435 libavcodec/utvideodec.c         bsrc += stride;
stride            438 libavcodec/utvideodec.c             c->llviddsp.add_median_pred(bsrc, bsrc - stride,
stride            440 libavcodec/utvideodec.c             bsrc += stride;
stride            449 libavcodec/utvideodec.c static void restore_median_planar_il(UtvideoContext *c, uint8_t *src, ptrdiff_t stride,
stride            457 libavcodec/utvideodec.c     const ptrdiff_t stride2 = stride << 1;
stride            467 libavcodec/utvideodec.c         bsrc = src + slice_start * stride;
stride            472 libavcodec/utvideodec.c         c->llviddsp.add_left_pred(bsrc + stride, bsrc + stride, width, A);
stride            490 libavcodec/utvideodec.c         c->llviddsp.add_median_pred(bsrc + stride, bsrc - stride,
stride            491 libavcodec/utvideodec.c                                         bsrc + stride, width, &A, &B);
stride            497 libavcodec/utvideodec.c             c->llviddsp.add_median_pred(bsrc + stride, bsrc - stride,
stride            498 libavcodec/utvideodec.c                                             bsrc + stride, width, &A, &B);
stride            504 libavcodec/utvideodec.c static void restore_gradient_planar(UtvideoContext *c, uint8_t *src, ptrdiff_t stride,
stride            521 libavcodec/utvideodec.c         bsrc = src + slice_start * stride;
stride            526 libavcodec/utvideodec.c         bsrc += stride;
stride            531 libavcodec/utvideodec.c             bsrc[0] = (bsrc[0] + bsrc[-stride]) & 0xFF;
stride            533 libavcodec/utvideodec.c                 A = bsrc[i - stride];
stride            534 libavcodec/utvideodec.c                 B = bsrc[i - (stride + 1)];
stride            539 libavcodec/utvideodec.c                 c->llviddsp.add_gradient_pred(bsrc + 32, stride, width - 32);
stride            540 libavcodec/utvideodec.c             bsrc += stride;
stride            545 libavcodec/utvideodec.c static void restore_gradient_planar_il(UtvideoContext *c, uint8_t *src, ptrdiff_t stride,
stride            553 libavcodec/utvideodec.c     const ptrdiff_t stride2 = stride << 1;
stride            564 libavcodec/utvideodec.c         bsrc = src + slice_start * stride;
stride            569 libavcodec/utvideodec.c         c->llviddsp.add_left_pred(bsrc + stride, bsrc + stride, width, A);
stride            585 libavcodec/utvideodec.c             A = bsrc[-stride];
stride            586 libavcodec/utvideodec.c             B = bsrc[-(1 + stride + stride - width)];
stride            588 libavcodec/utvideodec.c             bsrc[stride] = (A - B + C + bsrc[stride]) & 0xFF;
stride            590 libavcodec/utvideodec.c                 A = bsrc[i - stride];
stride            591 libavcodec/utvideodec.c                 B = bsrc[i - (1 + stride)];
stride            592 libavcodec/utvideodec.c                 C = bsrc[i - 1 + stride];
stride            593 libavcodec/utvideodec.c                 bsrc[i + stride] = (A - B + C + bsrc[i + stride]) & 0xFF;
stride            246 libavcodec/utvideoenc.c                               uint8_t *const src[4], int planes, const int stride[4],
stride            277 libavcodec/utvideoenc.c             sa += stride[3];
stride            280 libavcodec/utvideoenc.c         sg += stride[0];
stride            281 libavcodec/utvideoenc.c         sb += stride[1];
stride            282 libavcodec/utvideoenc.c         sr += stride[2];
stride            291 libavcodec/utvideoenc.c                            ptrdiff_t stride, int width, int height)
stride            307 libavcodec/utvideoenc.c     src += stride;
stride            317 libavcodec/utvideoenc.c         c->llvidencdsp.sub_median_pred(dst, src - stride, src, width, &A, &B);
stride            319 libavcodec/utvideoenc.c         src += stride;
stride            392 libavcodec/utvideoenc.c                         uint8_t *dst, ptrdiff_t stride, int plane_no,
stride            414 libavcodec/utvideoenc.c                                 src + sstart * stride, stride,
stride            422 libavcodec/utvideoenc.c             c->llvidencdsp.sub_left_predict(dst + sstart * width, src + sstart * stride, stride, width, send - sstart);
stride            429 libavcodec/utvideoenc.c             median_predict(c, src + sstart * stride, dst + sstart * width,
stride            430 libavcodec/utvideoenc.c                            stride, width, send - sstart);
stride             40 libavcodec/v210_template.c     int stride = aligned_width * 8 / 3;
stride             41 libavcodec/v210_template.c     int line_padding = stride - ((avctx->width * 8 + 11) / 12) * 4;
stride             44 libavcodec/v210dec.c     int stride;
stride             87 libavcodec/v210dec.c     int stride = td->stride;
stride             90 libavcodec/v210dec.c     uint8_t *psrc = td->buf + stride * slice_start;
stride            131 libavcodec/v210dec.c         psrc += stride;
stride            145 libavcodec/v210dec.c     int ret, stride, aligned_input;
stride            151 libavcodec/v210dec.c         stride = s->custom_stride;
stride            154 libavcodec/v210dec.c         stride = aligned_width * 8 / 3;
stride            157 libavcodec/v210dec.c     if (avpkt->size < stride * avctx->height) {
stride            159 libavcodec/v210dec.c             stride = avpkt->size / avctx->height;
stride            168 libavcodec/v210dec.c     td.stride = stride;
stride            172 libavcodec/v210dec.c         && avpkt->size - 64 >= stride * avctx->height)
stride            175 libavcodec/v210dec.c     aligned_input = !((uintptr_t)psrc & 0x1f) && !(stride & 0x1f);
stride            122 libavcodec/v210enc.c     int stride = aligned_width * 8 / 3;
stride            127 libavcodec/v210enc.c     ret = ff_alloc_packet2(avctx, pkt, avctx->height * stride, avctx->height * stride);
stride             32 libavcodec/v410dec.c     int stride;
stride             56 libavcodec/v410dec.c     int stride = td->stride;
stride             60 libavcodec/v410dec.c     const uint8_t *src = td->buf + stride * slice_start;
stride             98 libavcodec/v410dec.c     td.stride = avctx->width * 4;
stride            236 libavcodec/vaapi_vc1.c static inline void vc1_pack_bitplanes(uint8_t *bitplane, int n, const uint8_t *ff_bp[3], int x, int y, int stride)
stride            239 libavcodec/vaapi_vc1.c     const int ff_bp_index = y * stride + x;
stride             91 libavcodec/vble.c     int stride = pic->linesize[plane];
stride            104 libavcodec/vble.c             left_top = dst[-stride];
stride            105 libavcodec/vble.c             ctx->llviddsp.add_median_pred(dst, dst - stride, val,
stride            112 libavcodec/vble.c         dst += stride;
stride             52 libavcodec/vc1.c static void decode_rowskip(uint8_t* plane, int width, int height, int stride,
stride             63 libavcodec/vc1.c         plane += stride;
stride             74 libavcodec/vc1.c static void decode_colskip(uint8_t* plane, int width, int height, int stride,
stride             82 libavcodec/vc1.c                 plane[y*stride] = 0;
stride             85 libavcodec/vc1.c                 plane[y*stride] = get_bits1(gb);
stride            103 libavcodec/vc1.c     int width, height, stride;
stride            107 libavcodec/vc1.c     stride = v->s.mb_stride;
stride            124 libavcodec/vc1.c                 planep += stride - width;
stride            136 libavcodec/vc1.c                 planep += stride - width;
stride            142 libavcodec/vc1.c                 planep += stride - width;
stride            158 libavcodec/vc1.c                     planep[x + 0 + stride]     = (code >> 2) & 1;
stride            159 libavcodec/vc1.c                     planep[x + 1 + stride]     = (code >> 3) & 1;
stride            160 libavcodec/vc1.c                     planep[x + 0 + stride * 2] = (code >> 4) & 1;
stride            161 libavcodec/vc1.c                     planep[x + 1 + stride * 2] = (code >> 5) & 1;
stride            163 libavcodec/vc1.c                 planep += stride * 3;
stride            166 libavcodec/vc1.c                 decode_colskip(data, 1, height, stride, &v->s.gb);
stride            168 libavcodec/vc1.c             planep += (height & 1) * stride;
stride            179 libavcodec/vc1.c                     planep[x + 0 + stride] = (code >> 3) & 1;
stride            180 libavcodec/vc1.c                     planep[x + 1 + stride] = (code >> 4) & 1;
stride            181 libavcodec/vc1.c                     planep[x + 2 + stride] = (code >> 5) & 1;
stride            183 libavcodec/vc1.c                 planep += stride * 2;
stride            187 libavcodec/vc1.c                 decode_colskip(data,             x, height, stride, &v->s.gb);
stride            189 libavcodec/vc1.c                 decode_rowskip(data + x, width - x,      1, stride, &v->s.gb);
stride            193 libavcodec/vc1.c         decode_rowskip(data, width, height, stride, &v->s.gb);
stride            196 libavcodec/vc1.c         decode_colskip(data, width, height, stride, &v->s.gb);
stride            209 libavcodec/vc1.c             planep += stride;
stride            210 libavcodec/vc1.c             planep[0] ^= planep[-stride];
stride            212 libavcodec/vc1.c                 if (planep[x-1] != planep[x-stride]) planep[x] ^= invert;
stride            218 libavcodec/vc1.c         for (x = 0; x < stride * height; x++)
stride             37 libavcodec/vc1dsp.c static void vc1_v_overlap_c(uint8_t *src, int stride)
stride             44 libavcodec/vc1dsp.c         a  = src[-2 * stride];
stride             45 libavcodec/vc1dsp.c         b  = src[-stride];
stride             47 libavcodec/vc1dsp.c         d  = src[stride];
stride             51 libavcodec/vc1dsp.c         src[-2 * stride] = a - d1;
stride             52 libavcodec/vc1dsp.c         src[-stride]     = av_clip_uint8(b - d2);
stride             54 libavcodec/vc1dsp.c         src[stride]      = d + d1;
stride             61 libavcodec/vc1dsp.c static void vc1_h_overlap_c(uint8_t *src, int stride)
stride             79 libavcodec/vc1dsp.c         src    += stride;
stride            147 libavcodec/vc1dsp.c static av_always_inline int vc1_filter_line(uint8_t *src, int stride, int pq)
stride            149 libavcodec/vc1dsp.c     int a0 = (2 * (src[-2 * stride] - src[1 * stride]) -
stride            150 libavcodec/vc1dsp.c               5 * (src[-1 * stride] - src[0 * stride]) + 4) >> 3;
stride            155 libavcodec/vc1dsp.c         int a1 = FFABS((2 * (src[-4 * stride] - src[-1 * stride]) -
stride            156 libavcodec/vc1dsp.c                         5 * (src[-3 * stride] - src[-2 * stride]) + 4) >> 3);
stride            157 libavcodec/vc1dsp.c         int a2 = FFABS((2 * (src[ 0 * stride] - src[ 3 * stride]) -
stride            158 libavcodec/vc1dsp.c                         5 * (src[ 1 * stride] - src[ 2 * stride]) + 4) >> 3);
stride            160 libavcodec/vc1dsp.c             int clip      = src[-1 * stride] - src[0 * stride];
stride            177 libavcodec/vc1dsp.c                     src[-1 * stride] = av_clip_uint8(src[-1 * stride] - d);
stride            178 libavcodec/vc1dsp.c                     src[ 0 * stride] = av_clip_uint8(src[ 0 * stride] + d);
stride            196 libavcodec/vc1dsp.c static inline void vc1_loop_filter(uint8_t *src, int step, int stride,
stride            203 libavcodec/vc1dsp.c         filt3 = vc1_filter_line(src + 2 * step, stride, pq);
stride            205 libavcodec/vc1dsp.c             vc1_filter_line(src + 0 * step, stride, pq);
stride            206 libavcodec/vc1dsp.c             vc1_filter_line(src + 1 * step, stride, pq);
stride            207 libavcodec/vc1dsp.c             vc1_filter_line(src + 3 * step, stride, pq);
stride            213 libavcodec/vc1dsp.c static void vc1_v_loop_filter4_c(uint8_t *src, int stride, int pq)
stride            215 libavcodec/vc1dsp.c     vc1_loop_filter(src, 1, stride, 4, pq);
stride            218 libavcodec/vc1dsp.c static void vc1_h_loop_filter4_c(uint8_t *src, int stride, int pq)
stride            220 libavcodec/vc1dsp.c     vc1_loop_filter(src, stride, 1, 4, pq);
stride            223 libavcodec/vc1dsp.c static void vc1_v_loop_filter8_c(uint8_t *src, int stride, int pq)
stride            225 libavcodec/vc1dsp.c     vc1_loop_filter(src, 1, stride, 8, pq);
stride            228 libavcodec/vc1dsp.c static void vc1_h_loop_filter8_c(uint8_t *src, int stride, int pq)
stride            230 libavcodec/vc1dsp.c     vc1_loop_filter(src, stride, 1, 8, pq);
stride            233 libavcodec/vc1dsp.c static void vc1_v_loop_filter16_c(uint8_t *src, int stride, int pq)
stride            235 libavcodec/vc1dsp.c     vc1_loop_filter(src, 1, stride, 16, pq);
stride            238 libavcodec/vc1dsp.c static void vc1_h_loop_filter16_c(uint8_t *src, int stride, int pq)
stride            240 libavcodec/vc1dsp.c     vc1_loop_filter(src, stride, 1, 16, pq);
stride            244 libavcodec/vc1dsp.c static void vc1_inv_trans_8x8_dc_c(uint8_t *dest, ptrdiff_t stride, int16_t *block)
stride            261 libavcodec/vc1dsp.c         dest += stride;
stride            335 libavcodec/vc1dsp.c static void vc1_inv_trans_8x4_dc_c(uint8_t *dest, ptrdiff_t stride, int16_t *block)
stride            352 libavcodec/vc1dsp.c         dest += stride;
stride            356 libavcodec/vc1dsp.c static void vc1_inv_trans_8x4_c(uint8_t *dest, ptrdiff_t stride, int16_t *block)
stride            401 libavcodec/vc1dsp.c         dest[0 * stride] = av_clip_uint8(dest[0 * stride] + ((t1 + t3) >> 7));
stride            402 libavcodec/vc1dsp.c         dest[1 * stride] = av_clip_uint8(dest[1 * stride] + ((t2 - t4) >> 7));
stride            403 libavcodec/vc1dsp.c         dest[2 * stride] = av_clip_uint8(dest[2 * stride] + ((t2 + t4) >> 7));
stride            404 libavcodec/vc1dsp.c         dest[3 * stride] = av_clip_uint8(dest[3 * stride] + ((t1 - t3) >> 7));
stride            412 libavcodec/vc1dsp.c static void vc1_inv_trans_4x8_dc_c(uint8_t *dest, ptrdiff_t stride, int16_t *block)
stride            425 libavcodec/vc1dsp.c         dest += stride;
stride            429 libavcodec/vc1dsp.c static void vc1_inv_trans_4x8_c(uint8_t *dest, ptrdiff_t stride, int16_t *block)
stride            470 libavcodec/vc1dsp.c         dest[0 * stride] = av_clip_uint8(dest[0 * stride] + ((t5 + t1)     >> 7));
stride            471 libavcodec/vc1dsp.c         dest[1 * stride] = av_clip_uint8(dest[1 * stride] + ((t6 + t2)     >> 7));
stride            472 libavcodec/vc1dsp.c         dest[2 * stride] = av_clip_uint8(dest[2 * stride] + ((t7 + t3)     >> 7));
stride            473 libavcodec/vc1dsp.c         dest[3 * stride] = av_clip_uint8(dest[3 * stride] + ((t8 + t4)     >> 7));
stride            474 libavcodec/vc1dsp.c         dest[4 * stride] = av_clip_uint8(dest[4 * stride] + ((t8 - t4 + 1) >> 7));
stride            475 libavcodec/vc1dsp.c         dest[5 * stride] = av_clip_uint8(dest[5 * stride] + ((t7 - t3 + 1) >> 7));
stride            476 libavcodec/vc1dsp.c         dest[6 * stride] = av_clip_uint8(dest[6 * stride] + ((t6 - t2 + 1) >> 7));
stride            477 libavcodec/vc1dsp.c         dest[7 * stride] = av_clip_uint8(dest[7 * stride] + ((t5 - t1 + 1) >> 7));
stride            485 libavcodec/vc1dsp.c static void vc1_inv_trans_4x4_dc_c(uint8_t *dest, ptrdiff_t stride, int16_t *block)
stride            498 libavcodec/vc1dsp.c         dest += stride;
stride            502 libavcodec/vc1dsp.c static void vc1_inv_trans_4x4_c(uint8_t *dest, ptrdiff_t stride, int16_t *block)
stride            532 libavcodec/vc1dsp.c         dest[0 * stride] = av_clip_uint8(dest[0 * stride] + ((t1 + t3) >> 7));
stride            533 libavcodec/vc1dsp.c         dest[1 * stride] = av_clip_uint8(dest[1 * stride] + ((t2 - t4) >> 7));
stride            534 libavcodec/vc1dsp.c         dest[2 * stride] = av_clip_uint8(dest[2 * stride] + ((t2 + t4) >> 7));
stride            535 libavcodec/vc1dsp.c         dest[3 * stride] = av_clip_uint8(dest[3 * stride] + ((t1 - t3) >> 7));
stride            547 libavcodec/vc1dsp.c                                                                 int stride,   \
stride            554 libavcodec/vc1dsp.c         return -4 * src[-stride] + 53 * src[0] +                              \
stride            555 libavcodec/vc1dsp.c                18 * src[stride]  -  3 * src[stride * 2];                      \
stride            557 libavcodec/vc1dsp.c         return -1 * src[-stride] +  9 * src[0] +                              \
stride            558 libavcodec/vc1dsp.c                 9 * src[stride]  -  1 * src[stride * 2];                      \
stride            560 libavcodec/vc1dsp.c         return -3 * src[-stride] + 18 * src[0] +                              \
stride            561 libavcodec/vc1dsp.c                53 * src[stride]  -  4 * src[stride * 2];                      \
stride            570 libavcodec/vc1dsp.c static av_always_inline int vc1_mspel_filter(const uint8_t *src, int stride,
stride            577 libavcodec/vc1dsp.c         return (-4 * src[-stride] + 53 * src[0] +
stride            578 libavcodec/vc1dsp.c                 18 * src[stride]  -  3 * src[stride * 2] + 32 - r) >> 6;
stride            580 libavcodec/vc1dsp.c         return (-1 * src[-stride] +  9 * src[0] +
stride            581 libavcodec/vc1dsp.c                  9 * src[stride]  -  1 * src[stride * 2] + 8 - r) >> 4;
stride            583 libavcodec/vc1dsp.c         return (-3 * src[-stride] + 18 * src[0] +
stride            584 libavcodec/vc1dsp.c                 53 * src[stride]  -  4 * src[stride * 2] + 32 - r) >> 6;
stride            593 libavcodec/vc1dsp.c                                                     ptrdiff_t stride,         \
stride            613 libavcodec/vc1dsp.c                     tptr[i] = (vc1_mspel_ver_filter_16bits(src + i, stride, vmode) + r) >> shift; \
stride            614 libavcodec/vc1dsp.c                 src  += stride;                                               \
stride            623 libavcodec/vc1dsp.c                 dst  += stride;                                               \
stride            633 libavcodec/vc1dsp.c                     OP(dst[i], vc1_mspel_filter(src + i, stride, vmode, r));  \
stride            634 libavcodec/vc1dsp.c                 src += stride;                                                \
stride            635 libavcodec/vc1dsp.c                 dst += stride;                                                \
stride            645 libavcodec/vc1dsp.c         dst += stride;                                                        \
stride            646 libavcodec/vc1dsp.c         src += stride;                                                        \
stride            651 libavcodec/vc1dsp.c                                                        ptrdiff_t stride,      \
stride            671 libavcodec/vc1dsp.c                     tptr[i] = (vc1_mspel_ver_filter_16bits(src + i, stride, vmode) + r) >> shift; \
stride            672 libavcodec/vc1dsp.c                 src  += stride;                                               \
stride            681 libavcodec/vc1dsp.c                 dst  += stride;                                               \
stride            691 libavcodec/vc1dsp.c                     OP(dst[i], vc1_mspel_filter(src + i, stride, vmode, r));  \
stride            692 libavcodec/vc1dsp.c                 src += stride;                                                \
stride            693 libavcodec/vc1dsp.c                 dst += stride;                                                \
stride            703 libavcodec/vc1dsp.c         dst += stride;                                                        \
stride            704 libavcodec/vc1dsp.c         src += stride;                                                        \
stride            741 libavcodec/vc1dsp.c                                              ptrdiff_t stride, int rnd)       \
stride            743 libavcodec/vc1dsp.c     put_vc1_mspel_mc(dst, src, stride, a, b, rnd);                            \
stride            747 libavcodec/vc1dsp.c                                              ptrdiff_t stride, int rnd)       \
stride            749 libavcodec/vc1dsp.c     avg_vc1_mspel_mc(dst, src, stride, a, b, rnd);                            \
stride            753 libavcodec/vc1dsp.c                                                 ptrdiff_t stride, int rnd)    \
stride            755 libavcodec/vc1dsp.c     put_vc1_mspel_mc_16(dst, src, stride, a, b, rnd);                         \
stride            759 libavcodec/vc1dsp.c                                                 ptrdiff_t stride, int rnd)    \
stride            761 libavcodec/vc1dsp.c     avg_vc1_mspel_mc_16(dst, src, stride, a, b, rnd);                         \
stride            785 libavcodec/vc1dsp.c       C * src[stride + a] + D * src[stride + a + 1] + 32 - 4) >> 6)
stride            788 libavcodec/vc1dsp.c                                         ptrdiff_t stride, int h, int x, int y)
stride            807 libavcodec/vc1dsp.c         dst += stride;
stride            808 libavcodec/vc1dsp.c         src += stride;
stride            813 libavcodec/vc1dsp.c                                         ptrdiff_t stride, int h, int x, int y)
stride            828 libavcodec/vc1dsp.c         dst += stride;
stride            829 libavcodec/vc1dsp.c         src += stride;
stride            836 libavcodec/vc1dsp.c                                         ptrdiff_t stride, int h, int x, int y)
stride            855 libavcodec/vc1dsp.c         dst += stride;
stride            856 libavcodec/vc1dsp.c         src += stride;
stride            862 libavcodec/vc1dsp.c                                         ptrdiff_t stride, int h, int x, int y)
stride            877 libavcodec/vc1dsp.c         dst += stride;
stride            878 libavcodec/vc1dsp.c         src += stride;
stride             38 libavcodec/vc1dsp.h     void (*vc1_inv_trans_8x4)(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             39 libavcodec/vc1dsp.h     void (*vc1_inv_trans_4x8)(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             40 libavcodec/vc1dsp.h     void (*vc1_inv_trans_4x4)(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             41 libavcodec/vc1dsp.h     void (*vc1_inv_trans_8x8_dc)(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             42 libavcodec/vc1dsp.h     void (*vc1_inv_trans_8x4_dc)(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             43 libavcodec/vc1dsp.h     void (*vc1_inv_trans_4x8_dc)(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             44 libavcodec/vc1dsp.h     void (*vc1_inv_trans_4x4_dc)(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             45 libavcodec/vc1dsp.h     void (*vc1_v_overlap)(uint8_t *src, int stride);
stride             46 libavcodec/vc1dsp.h     void (*vc1_h_overlap)(uint8_t *src, int stride);
stride             49 libavcodec/vc1dsp.h     void (*vc1_v_loop_filter4)(uint8_t *src, int stride, int pq);
stride             50 libavcodec/vc1dsp.h     void (*vc1_h_loop_filter4)(uint8_t *src, int stride, int pq);
stride             51 libavcodec/vc1dsp.h     void (*vc1_v_loop_filter8)(uint8_t *src, int stride, int pq);
stride             52 libavcodec/vc1dsp.h     void (*vc1_h_loop_filter8)(uint8_t *src, int stride, int pq);
stride             53 libavcodec/vc1dsp.h     void (*vc1_v_loop_filter16)(uint8_t *src, int stride, int pq);
stride             54 libavcodec/vc1dsp.h     void (*vc1_h_loop_filter16)(uint8_t *src, int stride, int pq);
stride             88 libavcodec/vc2enc.c     ptrdiff_t stride;
stride            537 libavcodec/vc2enc.c     dwtcoef *coeff = b->buf + top * b->stride;
stride            549 libavcodec/vc2enc.c         coeff += b->stride;
stride            588 libavcodec/vc2enc.c                 dwtcoef *buf = b->buf + top * b->stride;
stride            596 libavcodec/vc2enc.c                     buf += b->stride;
stride           1145 libavcodec/vc2enc.c                 b->stride = p->coef_stride;
stride           1146 libavcodec/vc2enc.c                 shift = (o > 1)*b->height*b->stride + (o & 1)*b->width;
stride             30 libavcodec/vc2enc_dwt.c static av_always_inline void deinterleave(dwtcoef *linell, ptrdiff_t stride,
stride             36 libavcodec/vc2enc_dwt.c     dwtcoef *linelh = linell + height*stride;
stride             48 libavcodec/vc2enc_dwt.c         linell += stride;
stride             49 libavcodec/vc2enc_dwt.c         linelh += stride;
stride             50 libavcodec/vc2enc_dwt.c         linehl += stride;
stride             51 libavcodec/vc2enc_dwt.c         linehh += stride;
stride             56 libavcodec/vc2enc_dwt.c                                ptrdiff_t stride, int width, int height)
stride             71 libavcodec/vc2enc_dwt.c         datal += stride;
stride            137 libavcodec/vc2enc_dwt.c     deinterleave(data, stride, width, height, synth);
stride            141 libavcodec/vc2enc_dwt.c                                ptrdiff_t stride, int width, int height)
stride            156 libavcodec/vc2enc_dwt.c         datal  += stride;
stride            211 libavcodec/vc2enc_dwt.c     deinterleave(data, stride, width, height, synth);
stride            215 libavcodec/vc2enc_dwt.c                                       ptrdiff_t stride, int width, int height,
stride            226 libavcodec/vc2enc_dwt.c             synthl[y*synth_width + x + 1] = (datal[y*stride + x + 1] << s) -
stride            227 libavcodec/vc2enc_dwt.c                                             (datal[y*stride + x] << s);
stride            228 libavcodec/vc2enc_dwt.c             synthl[y*synth_width + x] = (datal[y*stride + x + 0] << s) +
stride            243 libavcodec/vc2enc_dwt.c     deinterleave(data, stride, width, height, synth);
stride            247 libavcodec/vc2enc_dwt.c                                  ptrdiff_t stride, int width, int height)
stride            249 libavcodec/vc2enc_dwt.c     dwt_haar(t, data, stride, width, height, 0);
stride            253 libavcodec/vc2enc_dwt.c                                        ptrdiff_t stride, int width, int height)
stride            255 libavcodec/vc2enc_dwt.c     dwt_haar(t, data, stride, width, height, 1);
stride             46 libavcodec/vc2enc_dwt.h                                                dwtcoef *data, ptrdiff_t stride,
stride             34 libavcodec/videodsp.c static void just_return(uint8_t *buf, ptrdiff_t stride, int h)
stride             76 libavcodec/videodsp.h     void (*prefetch)(uint8_t *buf, ptrdiff_t stride, int h);
stride            131 libavcodec/vmnc.c static void put_cursor(uint8_t *dst, int stride, VmncContext *c, int dx, int dy)
stride            154 libavcodec/vmnc.c     dst += x * c->bpp2 + y * stride;
stride            163 libavcodec/vmnc.c             dst += stride;
stride            174 libavcodec/vmnc.c             dst += stride;
stride            185 libavcodec/vmnc.c             dst += stride;
stride            193 libavcodec/vmnc.c                                         int bpp, int stride)
stride            196 libavcodec/vmnc.c     dst += dx * bpp + dy * stride;
stride            200 libavcodec/vmnc.c             dst += stride;
stride            208 libavcodec/vmnc.c             dst += stride;
stride            216 libavcodec/vmnc.c             dst += stride;
stride            223 libavcodec/vmnc.c                                        int be, int stride)
stride            241 libavcodec/vmnc.c         dst += stride;
stride            246 libavcodec/vmnc.c                           int w, int h, int stride)
stride            272 libavcodec/vmnc.c                 paint_raw(dst2, bw, bh, gb, bpp, c->bigendian, stride);
stride            283 libavcodec/vmnc.c                 paint_rect(dst2, 0, 0, bw, bh, bg, bpp, stride);
stride            307 libavcodec/vmnc.c                                rect_w, rect_h, fg, bpp, stride);
stride            311 libavcodec/vmnc.c         dst += stride * 16;
stride           1788 libavcodec/vp3.c     ptrdiff_t stride    = s->current_frame.f->linesize[plane];
stride           1791 libavcodec/vp3.c         stride = -stride;
stride           1792 libavcodec/vp3.c     plane_data += s->data_offset[plane] + 8 * ystart * stride;
stride           1805 libavcodec/vp3.c                         stride, bounding_values);
stride           1812 libavcodec/vp3.c                         stride, bounding_values);
stride           1822 libavcodec/vp3.c                         stride, bounding_values);
stride           1831 libavcodec/vp3.c                         plane_data + 8 * x + 8 * stride,
stride           1832 libavcodec/vp3.c                         stride, bounding_values);
stride           1838 libavcodec/vp3.c         plane_data += 8 * stride;
stride           1957 libavcodec/vp3.c        uint8_t * motion_source, int stride, int src_x, int src_y, uint8_t *temp)
stride           2005 libavcodec/vp3.c         s->vdsp.emulated_edge_mc(loop, motion_source - stride - 1,
stride           2006 libavcodec/vp3.c              loop_stride, stride,
stride           2025 libavcodec/vp3.c         s->vdsp.emulated_edge_mc(loop, motion_source - stride - 1,
stride           2026 libavcodec/vp3.c              loop_stride, stride,
stride           2031 libavcodec/vp3.c #define safe_loop_filter(name, ptr, stride, bounding_values) \
stride           2033 libavcodec/vp3.c         s->vp3dsp.name##_unaligned(ptr, stride, bounding_values); \
stride           2035 libavcodec/vp3.c         s->vp3dsp.name(ptr, stride, bounding_values);
stride           2045 libavcodec/vp3.c         memcpy(temp + i*stride, loop + (i + 1) * loop_stride + 1, 9);
stride           2074 libavcodec/vp3.c         ptrdiff_t stride = s->current_frame.f->linesize[plane];
stride           2092 libavcodec/vp3.c             stride = -stride;
stride           2112 libavcodec/vp3.c                     first_pixel = 8 * y * stride + 8 * x;
stride           2153 libavcodec/vp3.c                             motion_source        += ((motion_y >> 1) * stride);
stride           2158 libavcodec/vp3.c                                 if (stride < 0)
stride           2159 libavcodec/vp3.c                                     temp -= 8 * stride;
stride           2160 libavcodec/vp3.c                                 if (vp4_mc_loop_filter(s, plane, motion_val[fragment][0], motion_val[fragment][1], x, y, motion_source, stride, src_x, src_y, temp)) {
stride           2172 libavcodec/vp3.c                                 if (stride < 0)
stride           2173 libavcodec/vp3.c                                     temp -= 8 * stride;
stride           2176 libavcodec/vp3.c                                                          stride, stride,
stride           2194 libavcodec/vp3.c                                     motion_source, stride, 8);
stride           2201 libavcodec/vp3.c                                                                motion_source + stride + 1 + d,
stride           2202 libavcodec/vp3.c                                                                stride, 8);
stride           2212 libavcodec/vp3.c                                                stride,
stride           2218 libavcodec/vp3.c                                                    stride,
stride           2222 libavcodec/vp3.c                                                       stride, block);
stride           2230 libavcodec/vp3.c                             stride, 8);
stride             47 libavcodec/vp3dsp.c static av_always_inline void idct(uint8_t *dst, ptrdiff_t stride,
stride            144 libavcodec/vp3dsp.c                 dst[0 * stride] = av_clip_uint8((Gd + Cd) >> 4);
stride            145 libavcodec/vp3dsp.c                 dst[7 * stride] = av_clip_uint8((Gd - Cd) >> 4);
stride            147 libavcodec/vp3dsp.c                 dst[1 * stride] = av_clip_uint8((Add + Hd) >> 4);
stride            148 libavcodec/vp3dsp.c                 dst[2 * stride] = av_clip_uint8((Add - Hd) >> 4);
stride            150 libavcodec/vp3dsp.c                 dst[3 * stride] = av_clip_uint8((Ed + Dd) >> 4);
stride            151 libavcodec/vp3dsp.c                 dst[4 * stride] = av_clip_uint8((Ed - Dd) >> 4);
stride            153 libavcodec/vp3dsp.c                 dst[5 * stride] = av_clip_uint8((Fd + Bdd) >> 4);
stride            154 libavcodec/vp3dsp.c                 dst[6 * stride] = av_clip_uint8((Fd - Bdd) >> 4);
stride            156 libavcodec/vp3dsp.c                 dst[0 * stride] = av_clip_uint8(dst[0 * stride] + ((Gd + Cd) >> 4));
stride            157 libavcodec/vp3dsp.c                 dst[7 * stride] = av_clip_uint8(dst[7 * stride] + ((Gd - Cd) >> 4));
stride            159 libavcodec/vp3dsp.c                 dst[1 * stride] = av_clip_uint8(dst[1 * stride] + ((Add + Hd) >> 4));
stride            160 libavcodec/vp3dsp.c                 dst[2 * stride] = av_clip_uint8(dst[2 * stride] + ((Add - Hd) >> 4));
stride            162 libavcodec/vp3dsp.c                 dst[3 * stride] = av_clip_uint8(dst[3 * stride] + ((Ed + Dd) >> 4));
stride            163 libavcodec/vp3dsp.c                 dst[4 * stride] = av_clip_uint8(dst[4 * stride] + ((Ed - Dd) >> 4));
stride            165 libavcodec/vp3dsp.c                 dst[5 * stride] = av_clip_uint8(dst[5 * stride] + ((Fd + Bdd) >> 4));
stride            166 libavcodec/vp3dsp.c                 dst[6 * stride] = av_clip_uint8(dst[6 * stride] + ((Fd - Bdd) >> 4));
stride            170 libavcodec/vp3dsp.c                 dst[0*stride] =
stride            171 libavcodec/vp3dsp.c                 dst[1*stride] =
stride            172 libavcodec/vp3dsp.c                 dst[2*stride] =
stride            173 libavcodec/vp3dsp.c                 dst[3*stride] =
stride            174 libavcodec/vp3dsp.c                 dst[4*stride] =
stride            175 libavcodec/vp3dsp.c                 dst[5*stride] =
stride            176 libavcodec/vp3dsp.c                 dst[6*stride] =
stride            177 libavcodec/vp3dsp.c                 dst[7*stride] = av_clip_uint8(128 + ((xC4S4 * ip[0] + (IdctAdjustBeforeShift << 16)) >> 20));
stride            181 libavcodec/vp3dsp.c                     dst[0 * stride] = av_clip_uint8(dst[0 * stride] + v);
stride            182 libavcodec/vp3dsp.c                     dst[1 * stride] = av_clip_uint8(dst[1 * stride] + v);
stride            183 libavcodec/vp3dsp.c                     dst[2 * stride] = av_clip_uint8(dst[2 * stride] + v);
stride            184 libavcodec/vp3dsp.c                     dst[3 * stride] = av_clip_uint8(dst[3 * stride] + v);
stride            185 libavcodec/vp3dsp.c                     dst[4 * stride] = av_clip_uint8(dst[4 * stride] + v);
stride            186 libavcodec/vp3dsp.c                     dst[5 * stride] = av_clip_uint8(dst[5 * stride] + v);
stride            187 libavcodec/vp3dsp.c                     dst[6 * stride] = av_clip_uint8(dst[6 * stride] + v);
stride            188 libavcodec/vp3dsp.c                     dst[7 * stride] = av_clip_uint8(dst[7 * stride] + v);
stride            198 libavcodec/vp3dsp.c static av_always_inline void idct10(uint8_t *dst, ptrdiff_t stride,
stride            296 libavcodec/vp3dsp.c                 dst[0 * stride] = av_clip_uint8((Gd + Cd) >> 4);
stride            297 libavcodec/vp3dsp.c                 dst[7 * stride] = av_clip_uint8((Gd - Cd) >> 4);
stride            299 libavcodec/vp3dsp.c                 dst[1 * stride] = av_clip_uint8((Add + Hd) >> 4);
stride            300 libavcodec/vp3dsp.c                 dst[2 * stride] = av_clip_uint8((Add - Hd) >> 4);
stride            302 libavcodec/vp3dsp.c                 dst[3 * stride] = av_clip_uint8((Ed + Dd) >> 4);
stride            303 libavcodec/vp3dsp.c                 dst[4 * stride] = av_clip_uint8((Ed - Dd) >> 4);
stride            305 libavcodec/vp3dsp.c                 dst[5 * stride] = av_clip_uint8((Fd + Bdd) >> 4);
stride            306 libavcodec/vp3dsp.c                 dst[6 * stride] = av_clip_uint8((Fd - Bdd) >> 4);
stride            308 libavcodec/vp3dsp.c                 dst[0 * stride] = av_clip_uint8(dst[0 * stride] + ((Gd + Cd) >> 4));
stride            309 libavcodec/vp3dsp.c                 dst[7 * stride] = av_clip_uint8(dst[7 * stride] + ((Gd - Cd) >> 4));
stride            311 libavcodec/vp3dsp.c                 dst[1 * stride] = av_clip_uint8(dst[1 * stride] + ((Add + Hd) >> 4));
stride            312 libavcodec/vp3dsp.c                 dst[2 * stride] = av_clip_uint8(dst[2 * stride] + ((Add - Hd) >> 4));
stride            314 libavcodec/vp3dsp.c                 dst[3 * stride] = av_clip_uint8(dst[3 * stride] + ((Ed + Dd) >> 4));
stride            315 libavcodec/vp3dsp.c                 dst[4 * stride] = av_clip_uint8(dst[4 * stride] + ((Ed - Dd) >> 4));
stride            317 libavcodec/vp3dsp.c                 dst[5 * stride] = av_clip_uint8(dst[5 * stride] + ((Fd + Bdd) >> 4));
stride            318 libavcodec/vp3dsp.c                 dst[6 * stride] = av_clip_uint8(dst[6 * stride] + ((Fd - Bdd) >> 4));
stride            322 libavcodec/vp3dsp.c                 dst[0*stride] =
stride            323 libavcodec/vp3dsp.c                 dst[1*stride] =
stride            324 libavcodec/vp3dsp.c                 dst[2*stride] =
stride            325 libavcodec/vp3dsp.c                 dst[3*stride] =
stride            326 libavcodec/vp3dsp.c                 dst[4*stride] =
stride            327 libavcodec/vp3dsp.c                 dst[5*stride] =
stride            328 libavcodec/vp3dsp.c                 dst[6*stride] =
stride            329 libavcodec/vp3dsp.c                 dst[7*stride] = 128;
stride            338 libavcodec/vp3dsp.c void ff_vp3dsp_idct10_put(uint8_t *dest, ptrdiff_t stride, int16_t *block)
stride            340 libavcodec/vp3dsp.c     idct10(dest, stride, block, 1);
stride            344 libavcodec/vp3dsp.c void ff_vp3dsp_idct10_add(uint8_t *dest, ptrdiff_t stride, int16_t *block)
stride            346 libavcodec/vp3dsp.c     idct10(dest, stride, block, 2);
stride            350 libavcodec/vp3dsp.c static void vp3_idct_put_c(uint8_t *dest /* align 8 */, ptrdiff_t stride,
stride            353 libavcodec/vp3dsp.c     idct(dest, stride, block, 1);
stride            357 libavcodec/vp3dsp.c static void vp3_idct_add_c(uint8_t *dest /* align 8 */, ptrdiff_t stride,
stride            360 libavcodec/vp3dsp.c     idct(dest, stride, block, 2);
stride            364 libavcodec/vp3dsp.c static void vp3_idct_dc_add_c(uint8_t *dest /* align 8 */, ptrdiff_t stride,
stride            378 libavcodec/vp3dsp.c         dest   += stride;
stride            383 libavcodec/vp3dsp.c static av_always_inline void vp3_v_loop_filter_c(uint8_t *first_pixel, ptrdiff_t stride,
stride            388 libavcodec/vp3dsp.c     const ptrdiff_t nstride = -stride;
stride            391 libavcodec/vp3dsp.c         filter_value = (first_pixel[2 * nstride] - first_pixel[stride]) +
stride            400 libavcodec/vp3dsp.c static av_always_inline void vp3_h_loop_filter_c(uint8_t *first_pixel, ptrdiff_t stride,
stride            406 libavcodec/vp3dsp.c     for (end = first_pixel + count * stride; first_pixel != end; first_pixel += stride) {
stride            417 libavcodec/vp3dsp.c void prefix##_##dim##_loop_filter_##count##suffix(uint8_t *first_pixel, ptrdiff_t stride, \
stride            420 libavcodec/vp3dsp.c     vp3_##dim##_loop_filter_c(first_pixel, stride, bounding_values, count); \
stride            429 libavcodec/vp3dsp.c                                  const uint8_t *src2, ptrdiff_t stride, int h)
stride            436 libavcodec/vp3dsp.c         a = AV_RN32(&src1[i * stride]);
stride            437 libavcodec/vp3dsp.c         b = AV_RN32(&src2[i * stride]);
stride            438 libavcodec/vp3dsp.c         AV_WN32A(&dst[i * stride], no_rnd_avg32(a, b));
stride            439 libavcodec/vp3dsp.c         a = AV_RN32(&src1[i * stride + 4]);
stride            440 libavcodec/vp3dsp.c         b = AV_RN32(&src2[i * stride + 4]);
stride            441 libavcodec/vp3dsp.c         AV_WN32A(&dst[i * stride + 4], no_rnd_avg32(a, b));
stride             39 libavcodec/vp3dsp.h                                  ptrdiff_t stride, int h);
stride             41 libavcodec/vp3dsp.h     void (*idct_put)(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             42 libavcodec/vp3dsp.h     void (*idct_add)(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             43 libavcodec/vp3dsp.h     void (*idct_dc_add)(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             44 libavcodec/vp3dsp.h     void (*v_loop_filter)(uint8_t *src, ptrdiff_t stride, int *bounding_values);
stride             45 libavcodec/vp3dsp.h     void (*h_loop_filter)(uint8_t *src, ptrdiff_t stride, int *bounding_values);
stride             46 libavcodec/vp3dsp.h     void (*v_loop_filter_unaligned)(uint8_t *src, ptrdiff_t stride, int *bounding_values);
stride             47 libavcodec/vp3dsp.h     void (*h_loop_filter_unaligned)(uint8_t *src, ptrdiff_t stride, int *bounding_values);
stride             50 libavcodec/vp3dsp.h void ff_vp3dsp_v_loop_filter_12(uint8_t *first_pixel, ptrdiff_t stride, int *bounding_values);
stride             51 libavcodec/vp3dsp.h void ff_vp3dsp_h_loop_filter_12(uint8_t *first_pixel, ptrdiff_t stride, int *bounding_values);
stride             53 libavcodec/vp3dsp.h void ff_vp3dsp_idct10_put(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             54 libavcodec/vp3dsp.h void ff_vp3dsp_idct10_add(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride            323 libavcodec/vp56.c                                 ptrdiff_t stride, int dx, int dy)
stride            327 libavcodec/vp56.c     if (dx)  s->vp56dsp.edge_filter_hor(yuv +         10-dx , stride, t);
stride            328 libavcodec/vp56.c     if (dy)  s->vp56dsp.edge_filter_ver(yuv + stride*(10-dy), stride, t);
stride            332 libavcodec/vp56.c             ff_vp3dsp_h_loop_filter_12(yuv +         10-dx, stride, bounding_values);
stride            334 libavcodec/vp56.c             ff_vp3dsp_v_loop_filter_12(yuv + stride*(10-dy), stride, bounding_values);
stride            339 libavcodec/vp56.c                     ptrdiff_t stride, int x, int y)
stride            368 libavcodec/vp56.c                                  src + s->block_offset[b] + (dy-2)*stride + (dx-2),
stride            369 libavcodec/vp56.c                                  stride, stride,
stride            374 libavcodec/vp56.c         src_offset = 2 + 2*stride;
stride            379 libavcodec/vp56.c                                      src + s->block_offset[b] + (dy-2)*stride + (dx-2),
stride            380 libavcodec/vp56.c                                      stride, 12);
stride            382 libavcodec/vp56.c         src_offset = 2 + 2*stride;
stride            385 libavcodec/vp56.c         src_offset = s->block_offset[b] + dy*stride + dx;
stride            389 libavcodec/vp56.c         vp56_deblock_filter(s, src_block, stride, dx&7, dy&7);
stride            394 libavcodec/vp56.c         overlap_offset += (s->mv[b].y > 0) ? stride : -stride;
stride            399 libavcodec/vp56.c                       stride, s->mv[b], mask, s->filter_selection, b<4);
stride            403 libavcodec/vp56.c                                            stride, 8);
stride            405 libavcodec/vp56.c         s->hdsp.put_pixels_tab[1][0](dst, src_block+src_offset, stride, 8);
stride            409 libavcodec/vp56.c static void vp56_idct_put(VP56Context *s, uint8_t * dest, ptrdiff_t stride, int16_t *block, int selector)
stride            412 libavcodec/vp56.c         s->vp3dsp.idct_put(dest, stride, block);
stride            414 libavcodec/vp56.c         ff_vp3dsp_idct10_put(dest, stride, block);
stride            417 libavcodec/vp56.c static void vp56_idct_add(VP56Context *s, uint8_t * dest, ptrdiff_t stride, int16_t *block, int selector)
stride            420 libavcodec/vp56.c         s->vp3dsp.idct_add(dest, stride, block);
stride            422 libavcodec/vp56.c         ff_vp3dsp_idct10_add(dest, stride, block);
stride            424 libavcodec/vp56.c         s->vp3dsp.idct_dc_add(dest, stride, block);
stride            448 libavcodec/vp56.c                                 s->stride[plane], s->block_coeff[b], s->idct_selector[b]);
stride            459 libavcodec/vp56.c                                              s->stride[plane], 8);
stride            461 libavcodec/vp56.c                               s->stride[plane], s->block_coeff[b], s->idct_selector[b]);
stride            476 libavcodec/vp56.c                 vp56_mc(s, b, plane, frame_ref->data[plane], s->stride[plane],
stride            479 libavcodec/vp56.c                               s->stride[plane], s->block_coeff[b], s->idct_selector[b]);
stride            526 libavcodec/vp56.c     int stride = s->frames[VP56_FRAME_CURRENT]->linesize[0];
stride            537 libavcodec/vp56.c         s->stride[i] = s->flip * s->frames[VP56_FRAME_CURRENT]->linesize[i];
stride            553 libavcodec/vp56.c     s->edge_emu_buffer_alloc = av_malloc(16*stride);
stride            558 libavcodec/vp56.c         s->edge_emu_buffer += 15 * stride;
stride             76 libavcodec/vp56.h                            int offset1, int offset2, ptrdiff_t stride,
stride            187 libavcodec/vp56.h     ptrdiff_t stride[4];  /* stride for each plan */
stride             30 libavcodec/vp56dsp.c static void pfx ## _edge_filter_ ## suf(uint8_t *yuv, ptrdiff_t stride, \
stride             64 libavcodec/vp56dsp.c VP56_EDGE_FILTER(vp5, hor, 1, stride)
stride             65 libavcodec/vp56dsp.c VP56_EDGE_FILTER(vp5, ver, stride, 1)
stride             28 libavcodec/vp56dsp.h     void (*edge_filter_hor)(uint8_t *yuv, ptrdiff_t stride, int t);
stride             29 libavcodec/vp56dsp.h     void (*edge_filter_ver)(uint8_t *yuv, ptrdiff_t stride, int t);
stride             31 libavcodec/vp56dsp.h     void (*vp6_filter_diag4)(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             35 libavcodec/vp56dsp.h void ff_vp6_filter_diag4_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride            548 libavcodec/vp6.c static int vp6_block_variance(uint8_t *src, ptrdiff_t stride)
stride            558 libavcodec/vp6.c         src += 2*stride;
stride            563 libavcodec/vp6.c static void vp6_filter_hv4(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride            575 libavcodec/vp6.c         src += stride;
stride            576 libavcodec/vp6.c         dst += stride;
stride            581 libavcodec/vp6.c                              ptrdiff_t stride, int h_weight, int v_weight)
stride            584 libavcodec/vp6.c     s->h264chroma.put_h264_chroma_pixels_tab[0](tmp, src, stride, 9, h_weight, 0);
stride            585 libavcodec/vp6.c     s->h264chroma.put_h264_chroma_pixels_tab[0](dst, tmp, stride, 8, 0, v_weight);
stride            589 libavcodec/vp6.c                        int offset1, int offset2, ptrdiff_t stride,
stride            606 libavcodec/vp6.c                        && (vp6_block_variance(src+offset1, stride)
stride            619 libavcodec/vp6.c             vp6_filter_hv4(dst, src+offset1, stride, 1,
stride            622 libavcodec/vp6.c             vp6_filter_hv4(dst, src+offset1, stride, stride,
stride            625 libavcodec/vp6.c             s->vp56dsp.vp6_filter_diag4(dst, src+offset1+((mv.x^mv.y)>>31), stride,
stride            631 libavcodec/vp6.c             s->h264chroma.put_h264_chroma_pixels_tab[0](dst, src + offset1, stride, 8, x8, y8);
stride            633 libavcodec/vp6.c             vp6_filter_diag2(s, dst, src+offset1 + ((mv.x^mv.y)>>31), stride, x8, y8);
stride             30 libavcodec/vp6dsp.c void ff_vp6_filter_diag4_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             37 libavcodec/vp6dsp.c     src -= stride;
stride             46 libavcodec/vp6dsp.c         src += stride;
stride             58 libavcodec/vp6dsp.c         dst += stride;
stride             36 libavcodec/vp8dsp.c                                       ptrdiff_t stride)                       \
stride             38 libavcodec/vp8dsp.c     name ## _idct_dc_add_c(dst + stride * 0 + 0, block[0], stride);           \
stride             39 libavcodec/vp8dsp.c     name ## _idct_dc_add_c(dst + stride * 0 + 4, block[1], stride);           \
stride             40 libavcodec/vp8dsp.c     name ## _idct_dc_add_c(dst + stride * 4 + 0, block[2], stride);           \
stride             41 libavcodec/vp8dsp.c     name ## _idct_dc_add_c(dst + stride * 4 + 4, block[3], stride);           \
stride             45 libavcodec/vp8dsp.c                                      ptrdiff_t stride)                        \
stride             47 libavcodec/vp8dsp.c     name ## _idct_dc_add_c(dst +  0, block[0], stride);                       \
stride             48 libavcodec/vp8dsp.c     name ## _idct_dc_add_c(dst +  4, block[1], stride);                       \
stride             49 libavcodec/vp8dsp.c     name ## _idct_dc_add_c(dst +  8, block[2], stride);                       \
stride             50 libavcodec/vp8dsp.c     name ## _idct_dc_add_c(dst + 12, block[3], stride);                       \
stride             97 libavcodec/vp8dsp.c static void vp7_idct_add_c(uint8_t *dst, int16_t block[16], ptrdiff_t stride)
stride            120 libavcodec/vp8dsp.c         dst[0 * stride + i] = av_clip_uint8(dst[0 * stride + i] +
stride            122 libavcodec/vp8dsp.c         dst[3 * stride + i] = av_clip_uint8(dst[3 * stride + i] +
stride            124 libavcodec/vp8dsp.c         dst[1 * stride + i] = av_clip_uint8(dst[1 * stride + i] +
stride            126 libavcodec/vp8dsp.c         dst[2 * stride + i] = av_clip_uint8(dst[2 * stride + i] +
stride            131 libavcodec/vp8dsp.c static void vp7_idct_dc_add_c(uint8_t *dst, int16_t block[16], ptrdiff_t stride)
stride            141 libavcodec/vp8dsp.c         dst   += stride;
stride            196 libavcodec/vp8dsp.c static void vp8_idct_add_c(uint8_t *dst, int16_t block[16], ptrdiff_t stride)
stride            227 libavcodec/vp8dsp.c         dst   += stride;
stride            231 libavcodec/vp8dsp.c static void vp8_idct_dc_add_c(uint8_t *dst, int16_t block[16], ptrdiff_t stride)
stride            241 libavcodec/vp8dsp.c         dst   += stride;
stride            250 libavcodec/vp8dsp.c     int av_unused p3 = p[-4 * stride];                                        \
stride            251 libavcodec/vp8dsp.c     int av_unused p2 = p[-3 * stride];                                        \
stride            252 libavcodec/vp8dsp.c     int av_unused p1 = p[-2 * stride];                                        \
stride            253 libavcodec/vp8dsp.c     int av_unused p0 = p[-1 * stride];                                        \
stride            254 libavcodec/vp8dsp.c     int av_unused q0 = p[ 0 * stride];                                        \
stride            255 libavcodec/vp8dsp.c     int av_unused q1 = p[ 1 * stride];                                        \
stride            256 libavcodec/vp8dsp.c     int av_unused q2 = p[ 2 * stride];                                        \
stride            257 libavcodec/vp8dsp.c     int av_unused q3 = p[ 3 * stride];
stride            261 libavcodec/vp8dsp.c static av_always_inline void filter_common(uint8_t *p, ptrdiff_t stride,
stride            286 libavcodec/vp8dsp.c     p[-1 * stride] = cm[p0 + f2];
stride            287 libavcodec/vp8dsp.c     p[ 0 * stride] = cm[q0 - f1];
stride            292 libavcodec/vp8dsp.c         p[-2 * stride] = cm[p1 + a];
stride            293 libavcodec/vp8dsp.c         p[ 1 * stride] = cm[q1 - a];
stride            297 libavcodec/vp8dsp.c static av_always_inline void vp7_filter_common(uint8_t *p, ptrdiff_t stride,
stride            300 libavcodec/vp8dsp.c     filter_common(p, stride, is4tap, IS_VP7);
stride            303 libavcodec/vp8dsp.c static av_always_inline void vp8_filter_common(uint8_t *p, ptrdiff_t stride,
stride            306 libavcodec/vp8dsp.c     filter_common(p, stride, is4tap, IS_VP8);
stride            309 libavcodec/vp8dsp.c static av_always_inline int vp7_simple_limit(uint8_t *p, ptrdiff_t stride,
stride            316 libavcodec/vp8dsp.c static av_always_inline int vp8_simple_limit(uint8_t *p, ptrdiff_t stride,
stride            329 libavcodec/vp8dsp.c                                                        ptrdiff_t stride,      \
stride            333 libavcodec/vp8dsp.c     return vp ## vpn ## _simple_limit(p, stride, E) &&                        \
stride            343 libavcodec/vp8dsp.c static av_always_inline int hev(uint8_t *p, ptrdiff_t stride, int thresh)
stride            349 libavcodec/vp8dsp.c static av_always_inline void filter_mbedge(uint8_t *p, ptrdiff_t stride)
stride            363 libavcodec/vp8dsp.c     p[-3 * stride] = cm[p2 + a2];
stride            364 libavcodec/vp8dsp.c     p[-2 * stride] = cm[p1 + a1];
stride            365 libavcodec/vp8dsp.c     p[-1 * stride] = cm[p0 + a0];
stride            366 libavcodec/vp8dsp.c     p[ 0 * stride] = cm[q0 - a0];
stride            367 libavcodec/vp8dsp.c     p[ 1 * stride] = cm[q1 - a1];
stride            368 libavcodec/vp8dsp.c     p[ 2 * stride] = cm[q2 - a2];
stride            374 libavcodec/vp8dsp.c                                                    ptrdiff_t stride,          \
stride            391 libavcodec/vp8dsp.c                                                          ptrdiff_t stride,    \
stride            412 libavcodec/vp8dsp.c                                                  ptrdiff_t stride, int fE,    \
stride            415 libavcodec/vp8dsp.c     vpn ## _ ## dir ## _loop_filter8_c(dstU, stride, fE, fI, hev_thresh);     \
stride            416 libavcodec/vp8dsp.c     vpn ## _ ## dir ## _loop_filter8_c(dstV, stride, fE, fI, hev_thresh);     \
stride            421 libavcodec/vp8dsp.c                                                        ptrdiff_t stride,      \
stride            425 libavcodec/vp8dsp.c     vpn ## _ ## dir ## _loop_filter8_inner_c(dstU, stride, fE, fI,            \
stride            427 libavcodec/vp8dsp.c     vpn ## _ ## dir ## _loop_filter8_inner_c(dstV, stride, fE, fI,            \
stride            432 libavcodec/vp8dsp.c static void vpn ## _v_loop_filter_simple_c(uint8_t *dst, ptrdiff_t stride,    \
stride            437 libavcodec/vp8dsp.c         if (vpn ## _simple_limit(dst + i, stride, flim))                      \
stride            438 libavcodec/vp8dsp.c             vpn ## _filter_common(dst + i, stride, 1);                        \
stride            441 libavcodec/vp8dsp.c static void vpn ## _h_loop_filter_simple_c(uint8_t *dst, ptrdiff_t stride,    \
stride            446 libavcodec/vp8dsp.c         if (vpn ## _simple_limit(dst + i * stride, 1, flim))                  \
stride            447 libavcodec/vp8dsp.c             vpn ## _filter_common(dst + i * stride, 1, 1);                    \
stride            451 libavcodec/vp8dsp.c     LOOP_FILTER(vpn, v, 16, 1, stride, ) \
stride            452 libavcodec/vp8dsp.c     LOOP_FILTER(vpn, h, 16, stride, 1, ) \
stride            453 libavcodec/vp8dsp.c     UV_LOOP_FILTER(vpn, v, 1, stride)    \
stride            454 libavcodec/vp8dsp.c     UV_LOOP_FILTER(vpn, h, stride, 1)    \
stride            481 libavcodec/vp8dsp.c #define FILTER_6TAP(src, F, stride)                                           \
stride            482 libavcodec/vp8dsp.c     cm[(F[2] * src[x + 0 * stride] - F[1] * src[x - 1 * stride] +             \
stride            483 libavcodec/vp8dsp.c         F[0] * src[x - 2 * stride] + F[3] * src[x + 1 * stride] -             \
stride            484 libavcodec/vp8dsp.c         F[4] * src[x + 2 * stride] + F[5] * src[x + 3 * stride] + 64) >> 7]
stride            486 libavcodec/vp8dsp.c #define FILTER_4TAP(src, F, stride)                                           \
stride            487 libavcodec/vp8dsp.c     cm[(F[2] * src[x + 0 * stride] - F[1] * src[x - 1 * stride] +             \
stride            488 libavcodec/vp8dsp.c         F[3] * src[x + 1 * stride] - F[4] * src[x + 2 * stride] + 64) >> 7]
stride             40 libavcodec/vp8dsp.h     void (*vp8_idct_add)(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride             41 libavcodec/vp8dsp.h     void (*vp8_idct_dc_add)(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride             43 libavcodec/vp8dsp.h                               ptrdiff_t stride);
stride             45 libavcodec/vp8dsp.h                                ptrdiff_t stride);
stride             48 libavcodec/vp8dsp.h     void (*vp8_v_loop_filter16y)(uint8_t *dst, ptrdiff_t stride,
stride             50 libavcodec/vp8dsp.h     void (*vp8_h_loop_filter16y)(uint8_t *dst, ptrdiff_t stride,
stride             52 libavcodec/vp8dsp.h     void (*vp8_v_loop_filter8uv)(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride,
stride             54 libavcodec/vp8dsp.h     void (*vp8_h_loop_filter8uv)(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride,
stride             58 libavcodec/vp8dsp.h     void (*vp8_v_loop_filter16y_inner)(uint8_t *dst, ptrdiff_t stride,
stride             60 libavcodec/vp8dsp.h     void (*vp8_h_loop_filter16y_inner)(uint8_t *dst, ptrdiff_t stride,
stride             63 libavcodec/vp8dsp.h                                        ptrdiff_t stride,
stride             66 libavcodec/vp8dsp.h                                        ptrdiff_t stride,
stride             69 libavcodec/vp8dsp.h     void (*vp8_v_loop_filter_simple)(uint8_t *dst, ptrdiff_t stride, int flim);
stride             70 libavcodec/vp8dsp.h     void (*vp8_h_loop_filter_simple)(uint8_t *dst, ptrdiff_t stride, int flim);
stride             84 libavcodec/vp8dsp.h void ff_put_vp8_pixels16_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             86 libavcodec/vp8dsp.h void ff_put_vp8_pixels8_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             88 libavcodec/vp8dsp.h void ff_put_vp8_pixels4_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             35 libavcodec/vp9block.c                                        ptrdiff_t stride, int v)
stride             41 libavcodec/vp9block.c             ptr += stride;
stride             48 libavcodec/vp9block.c             ptr += stride;
stride             56 libavcodec/vp9block.c             ptr += stride;
stride             65 libavcodec/vp9block.c             ptr += stride;
stride             72 libavcodec/vp9block.c             ptr += stride;
stride             52 libavcodec/vp9dsp.h                                                          ptrdiff_t stride,
stride             71 libavcodec/vp9dsp.h                                                       ptrdiff_t stride,
stride             80 libavcodec/vp9dsp.h     void (*loop_filter_8[3][2])(uint8_t *dst, ptrdiff_t stride,
stride             88 libavcodec/vp9dsp.h     void (*loop_filter_16[2])(uint8_t *dst, ptrdiff_t stride,
stride            102 libavcodec/vp9dsp.h     void (*loop_filter_mix2[2][2][2])(uint8_t *dst, ptrdiff_t stride,
stride             33 libavcodec/vp9dsp_template.c static void vert_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride             40 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride             41 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 0, p4);
stride             42 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 1, p4);
stride             43 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 2, p4);
stride             44 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 3, p4);
stride             47 libavcodec/vp9dsp_template.c static void vert_8x8_c(uint8_t *_dst, ptrdiff_t stride,
stride             56 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride             60 libavcodec/vp9dsp_template.c         dst += stride;
stride             64 libavcodec/vp9dsp_template.c static void vert_16x16_c(uint8_t *_dst, ptrdiff_t stride,
stride             75 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride             81 libavcodec/vp9dsp_template.c         dst += stride;
stride             85 libavcodec/vp9dsp_template.c static void vert_32x32_c(uint8_t *_dst, ptrdiff_t stride,
stride            100 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            110 libavcodec/vp9dsp_template.c         dst += stride;
stride            114 libavcodec/vp9dsp_template.c static void hor_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride            120 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            121 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 0, PIXEL_SPLAT_X4(left[3]));
stride            122 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 1, PIXEL_SPLAT_X4(left[2]));
stride            123 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 2, PIXEL_SPLAT_X4(left[1]));
stride            124 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 3, PIXEL_SPLAT_X4(left[0]));
stride            127 libavcodec/vp9dsp_template.c static void hor_8x8_c(uint8_t *_dst, ptrdiff_t stride,
stride            134 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            140 libavcodec/vp9dsp_template.c         dst += stride;
stride            144 libavcodec/vp9dsp_template.c static void hor_16x16_c(uint8_t *_dst, ptrdiff_t stride,
stride            151 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            159 libavcodec/vp9dsp_template.c         dst += stride;
stride            163 libavcodec/vp9dsp_template.c static void hor_32x32_c(uint8_t *_dst, ptrdiff_t stride,
stride            170 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            182 libavcodec/vp9dsp_template.c         dst += stride;
stride            188 libavcodec/vp9dsp_template.c static void tm_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride            196 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            204 libavcodec/vp9dsp_template.c         dst += stride;
stride            208 libavcodec/vp9dsp_template.c static void tm_8x8_c(uint8_t *_dst, ptrdiff_t stride,
stride            216 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            228 libavcodec/vp9dsp_template.c         dst += stride;
stride            232 libavcodec/vp9dsp_template.c static void tm_16x16_c(uint8_t *_dst, ptrdiff_t stride,
stride            240 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            260 libavcodec/vp9dsp_template.c         dst += stride;
stride            264 libavcodec/vp9dsp_template.c static void tm_32x32_c(uint8_t *_dst, ptrdiff_t stride,
stride            272 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            308 libavcodec/vp9dsp_template.c         dst += stride;
stride            314 libavcodec/vp9dsp_template.c static void dc_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride            323 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            324 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 0, dc);
stride            325 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 1, dc);
stride            326 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 2, dc);
stride            327 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 3, dc);
stride            330 libavcodec/vp9dsp_template.c static void dc_8x8_c(uint8_t *_dst, ptrdiff_t stride,
stride            342 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            346 libavcodec/vp9dsp_template.c         dst += stride;
stride            350 libavcodec/vp9dsp_template.c static void dc_16x16_c(uint8_t *_dst, ptrdiff_t stride,
stride            364 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            370 libavcodec/vp9dsp_template.c         dst += stride;
stride            374 libavcodec/vp9dsp_template.c static void dc_32x32_c(uint8_t *_dst, ptrdiff_t stride,
stride            393 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            403 libavcodec/vp9dsp_template.c         dst += stride;
stride            407 libavcodec/vp9dsp_template.c static void dc_left_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride            414 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            415 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 0, dc);
stride            416 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 1, dc);
stride            417 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 2, dc);
stride            418 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 3, dc);
stride            421 libavcodec/vp9dsp_template.c static void dc_left_8x8_c(uint8_t *_dst, ptrdiff_t stride,
stride            431 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            435 libavcodec/vp9dsp_template.c         dst += stride;
stride            439 libavcodec/vp9dsp_template.c static void dc_left_16x16_c(uint8_t *_dst, ptrdiff_t stride,
stride            450 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            456 libavcodec/vp9dsp_template.c         dst += stride;
stride            460 libavcodec/vp9dsp_template.c static void dc_left_32x32_c(uint8_t *_dst, ptrdiff_t stride,
stride            474 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            484 libavcodec/vp9dsp_template.c         dst += stride;
stride            488 libavcodec/vp9dsp_template.c static void dc_top_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride            495 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            496 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 0, dc);
stride            497 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 1, dc);
stride            498 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 2, dc);
stride            499 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 3, dc);
stride            502 libavcodec/vp9dsp_template.c static void dc_top_8x8_c(uint8_t *_dst, ptrdiff_t stride,
stride            512 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            516 libavcodec/vp9dsp_template.c         dst += stride;
stride            520 libavcodec/vp9dsp_template.c static void dc_top_16x16_c(uint8_t *_dst, ptrdiff_t stride,
stride            531 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            537 libavcodec/vp9dsp_template.c         dst += stride;
stride            541 libavcodec/vp9dsp_template.c static void dc_top_32x32_c(uint8_t *_dst, ptrdiff_t stride,
stride            555 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            565 libavcodec/vp9dsp_template.c         dst += stride;
stride            571 libavcodec/vp9dsp_template.c static void dc_128_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride            577 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            578 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 0, val);
stride            579 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 1, val);
stride            580 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 2, val);
stride            581 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 3, val);
stride            584 libavcodec/vp9dsp_template.c static void dc_128_8x8_c(uint8_t *_dst, ptrdiff_t stride,
stride            591 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            595 libavcodec/vp9dsp_template.c         dst += stride;
stride            599 libavcodec/vp9dsp_template.c static void dc_128_16x16_c(uint8_t *_dst, ptrdiff_t stride,
stride            606 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            612 libavcodec/vp9dsp_template.c         dst += stride;
stride            616 libavcodec/vp9dsp_template.c static void dc_128_32x32_c(uint8_t *_dst, ptrdiff_t stride,
stride            623 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            633 libavcodec/vp9dsp_template.c         dst += stride;
stride            637 libavcodec/vp9dsp_template.c static void dc_127_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride            643 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            644 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 0, val);
stride            645 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 1, val);
stride            646 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 2, val);
stride            647 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 3, val);}
stride            649 libavcodec/vp9dsp_template.c static void dc_127_8x8_c(uint8_t *_dst, ptrdiff_t stride,
stride            656 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            660 libavcodec/vp9dsp_template.c         dst += stride;
stride            664 libavcodec/vp9dsp_template.c static void dc_127_16x16_c(uint8_t *_dst, ptrdiff_t stride,
stride            671 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            677 libavcodec/vp9dsp_template.c         dst += stride;
stride            681 libavcodec/vp9dsp_template.c static void dc_127_32x32_c(uint8_t *_dst, ptrdiff_t stride,
stride            688 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            698 libavcodec/vp9dsp_template.c         dst += stride;
stride            702 libavcodec/vp9dsp_template.c static void dc_129_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride            708 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            709 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 0, val);
stride            710 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 1, val);
stride            711 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 2, val);
stride            712 libavcodec/vp9dsp_template.c     AV_WN4PA(dst + stride * 3, val);
stride            715 libavcodec/vp9dsp_template.c static void dc_129_8x8_c(uint8_t *_dst, ptrdiff_t stride,
stride            722 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            726 libavcodec/vp9dsp_template.c         dst += stride;
stride            730 libavcodec/vp9dsp_template.c static void dc_129_16x16_c(uint8_t *_dst, ptrdiff_t stride,
stride            737 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            743 libavcodec/vp9dsp_template.c         dst += stride;
stride            747 libavcodec/vp9dsp_template.c static void dc_129_32x32_c(uint8_t *_dst, ptrdiff_t stride,
stride            754 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            764 libavcodec/vp9dsp_template.c         dst += stride;
stride            781 libavcodec/vp9dsp_template.c #define DST(x, y) dst[(x) + (y) * stride]
stride            783 libavcodec/vp9dsp_template.c static void diag_downleft_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride            791 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            802 libavcodec/vp9dsp_template.c static void diag_downleft_##size##x##size##_c(uint8_t *_dst, ptrdiff_t stride, \
stride            810 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel); \
stride            816 libavcodec/vp9dsp_template.c         memcpy(dst + j*stride, v + j, (size - 1 - j) * sizeof(pixel)); \
stride            817 libavcodec/vp9dsp_template.c         memset_bpc(dst + j*stride + size - 1 - j, top[size - 1], j + 1); \
stride            825 libavcodec/vp9dsp_template.c static void diag_downright_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride            834 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            845 libavcodec/vp9dsp_template.c static void diag_downright_##size##x##size##_c(uint8_t *_dst, ptrdiff_t stride, \
stride            854 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel); \
stride            864 libavcodec/vp9dsp_template.c         memcpy(dst + j*stride, v + size - 1 - j, size * sizeof(pixel)); \
stride            871 libavcodec/vp9dsp_template.c static void vert_right_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride            880 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            894 libavcodec/vp9dsp_template.c static void vert_right_##size##x##size##_c(uint8_t *_dst, ptrdiff_t stride, \
stride            903 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel); \
stride            919 libavcodec/vp9dsp_template.c         memcpy(dst +  j*2     *stride, ve + size/2 - 1 - j, size * sizeof(pixel)); \
stride            920 libavcodec/vp9dsp_template.c         memcpy(dst + (j*2 + 1)*stride, vo + size/2 - 1 - j, size * sizeof(pixel)); \
stride            928 libavcodec/vp9dsp_template.c static void hor_down_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride            937 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride            951 libavcodec/vp9dsp_template.c static void hor_down_##size##x##size##_c(uint8_t *_dst, ptrdiff_t stride, \
stride            960 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel); \
stride            972 libavcodec/vp9dsp_template.c         memcpy(dst + j*stride, v + size*2 - 2 - j*2, size * sizeof(pixel)); \
stride            979 libavcodec/vp9dsp_template.c static void vert_left_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride            987 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride           1001 libavcodec/vp9dsp_template.c static void vert_left_##size##x##size##_c(uint8_t *_dst, ptrdiff_t stride, \
stride           1009 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel); \
stride           1018 libavcodec/vp9dsp_template.c         memcpy(dst +  j*2      * stride, ve + j, (size - j - 1) * sizeof(pixel)); \
stride           1019 libavcodec/vp9dsp_template.c         memset_bpc(dst +  j*2      * stride + size - j - 1, top[size - 1], j + 1); \
stride           1020 libavcodec/vp9dsp_template.c         memcpy(dst + (j*2 + 1) * stride, vo + j, (size - j - 1) * sizeof(pixel)); \
stride           1021 libavcodec/vp9dsp_template.c         memset_bpc(dst + (j*2 + 1) * stride + size - j - 1, top[size - 1], j + 1); \
stride           1029 libavcodec/vp9dsp_template.c static void hor_up_4x4_c(uint8_t *_dst, ptrdiff_t stride,
stride           1036 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel);
stride           1047 libavcodec/vp9dsp_template.c static void hor_up_##size##x##size##_c(uint8_t *_dst, ptrdiff_t stride, \
stride           1055 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel); \
stride           1064 libavcodec/vp9dsp_template.c         memcpy(dst + j*stride, v + j*2, size * sizeof(pixel)); \
stride           1066 libavcodec/vp9dsp_template.c         memcpy(dst + j*stride, v + j*2, (size*2 - 2 - j*2) * sizeof(pixel)); \
stride           1067 libavcodec/vp9dsp_template.c         memset_bpc(dst + j*stride + size*2 - 2 - j*2, left[size - 1], \
stride           1125 libavcodec/vp9dsp_template.c                                                     ptrdiff_t stride, \
stride           1132 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel); \
stride           1139 libavcodec/vp9dsp_template.c                 dst[j * stride] = av_clip_pixel(dst[j * stride] + \
stride           1154 libavcodec/vp9dsp_template.c             dst[j * stride] = av_clip_pixel(dst[j * stride] + \
stride           1168 libavcodec/vp9dsp_template.c #define IN(x) ((dctint) in[(x) * stride])
stride           1170 libavcodec/vp9dsp_template.c static av_always_inline void idct4_1d(const dctcoef *in, ptrdiff_t stride,
stride           1186 libavcodec/vp9dsp_template.c static av_always_inline void iadst4_1d(const dctcoef *in, ptrdiff_t stride,
stride           1204 libavcodec/vp9dsp_template.c static av_always_inline void idct8_1d(const dctcoef *in, ptrdiff_t stride,
stride           1240 libavcodec/vp9dsp_template.c static av_always_inline void iadst8_1d(const dctcoef *in, ptrdiff_t stride,
stride           1286 libavcodec/vp9dsp_template.c static av_always_inline void idct16_1d(const dctcoef *in, ptrdiff_t stride,
stride           1374 libavcodec/vp9dsp_template.c static av_always_inline void iadst16_1d(const dctcoef *in, ptrdiff_t stride,
stride           1479 libavcodec/vp9dsp_template.c static av_always_inline void idct32_1d(const dctcoef *in, ptrdiff_t stride,
stride           1687 libavcodec/vp9dsp_template.c static av_always_inline void iwht4_1d(const dctcoef *in, ptrdiff_t stride,
stride           1861 libavcodec/vp9dsp_template.c                                            ptrdiff_t stride, \
stride           1865 libavcodec/vp9dsp_template.c     stride /= sizeof(pixel); \
stride           1870 libavcodec/vp9dsp_template.c lf_8_fn(h, wd, stride, 1) \
stride           1871 libavcodec/vp9dsp_template.c lf_8_fn(v, wd, 1, stride)
stride           1882 libavcodec/vp9dsp_template.c                                         ptrdiff_t stride, \
stride           1885 libavcodec/vp9dsp_template.c     loop_filter_##dir##_16_8_c(dst, stride, E, I, H); \
stride           1886 libavcodec/vp9dsp_template.c     loop_filter_##dir##_16_8_c(dst + 8 * stridea, stride, E, I, H); \
stride           1889 libavcodec/vp9dsp_template.c lf_16_fn(h, stride)
stride           1896 libavcodec/vp9dsp_template.c                                                   ptrdiff_t stride, \
stride           1899 libavcodec/vp9dsp_template.c     loop_filter_##dir##_##wd1##_8_c(dst, stride, E & 0xff, I & 0xff, H & 0xff); \
stride           1900 libavcodec/vp9dsp_template.c     loop_filter_##dir##_##wd2##_8_c(dst + 8 * stridea, stride, E >> 8, I >> 8, H >> 8); \
stride           1904 libavcodec/vp9dsp_template.c lf_mix_fn(h, wd1, wd2, stride) \
stride           1994 libavcodec/vp9dsp_template.c #define FILTER_8TAP(src, x, F, stride) \
stride           1995 libavcodec/vp9dsp_template.c     av_clip_pixel((F[0] * src[x + -3 * stride] + \
stride           1996 libavcodec/vp9dsp_template.c                    F[1] * src[x + -2 * stride] + \
stride           1997 libavcodec/vp9dsp_template.c                    F[2] * src[x + -1 * stride] + \
stride           1998 libavcodec/vp9dsp_template.c                    F[3] * src[x + +0 * stride] + \
stride           1999 libavcodec/vp9dsp_template.c                    F[4] * src[x + +1 * stride] + \
stride           2000 libavcodec/vp9dsp_template.c                    F[5] * src[x + +2 * stride] + \
stride           2001 libavcodec/vp9dsp_template.c                    F[6] * src[x + +3 * stride] + \
stride           2002 libavcodec/vp9dsp_template.c                    F[7] * src[x + +4 * stride] + 64) >> 7)
stride           2118 libavcodec/vp9dsp_template.c #define FILTER_BILIN(src, x, mxy, stride) \
stride           2119 libavcodec/vp9dsp_template.c     (src[x] + ((mxy * (src[x + stride] - src[x]) + 8) >> 4))
stride            189 libavcodec/vp9recon.c             ptrdiff_t stride = x == 0 ? stride_edge : stride_inner;
stride            194 libavcodec/vp9recon.c                         assign_bpp(l, i, &dst[i * stride], -1);
stride            197 libavcodec/vp9recon.c                         assign_bpp(l, i, &dst[i * stride], -1);
stride            203 libavcodec/vp9recon.c                         assign_bpp(l, n_px_need - 1 - i, &dst[i * stride], -1);
stride            206 libavcodec/vp9recon.c                         assign_bpp(l, n_px_need - 1 - i, &dst[i * stride], -1);
stride             58 libavcodec/wmv2.c                            uint8_t *dst, int stride, int n)
stride             65 libavcodec/wmv2.c             w->wdsp.idct_add(dst, stride, block1);
stride             68 libavcodec/wmv2.c             ff_simple_idct84_add(dst, stride, block1);
stride             69 libavcodec/wmv2.c             ff_simple_idct84_add(dst + 4 * stride, stride, w->abt_block2[n]);
stride             73 libavcodec/wmv2.c             ff_simple_idct48_add(dst, stride, block1);
stride             74 libavcodec/wmv2.c             ff_simple_idct48_add(dst + 4, stride, w->abt_block2[n]);
stride            193 libavcodec/wmv2dsp.c static void put_mspel8_mc10_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            197 libavcodec/wmv2dsp.c     wmv2_mspel8_h_lowpass(half, src, 8, stride, 8);
stride            198 libavcodec/wmv2dsp.c     ff_put_pixels8_l2_8(dst, src, half, stride, stride, 8, 8);
stride            201 libavcodec/wmv2dsp.c static void put_mspel8_mc20_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            203 libavcodec/wmv2dsp.c     wmv2_mspel8_h_lowpass(dst, src, stride, stride, 8);
stride            206 libavcodec/wmv2dsp.c static void put_mspel8_mc30_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            210 libavcodec/wmv2dsp.c     wmv2_mspel8_h_lowpass(half, src, 8, stride, 8);
stride            211 libavcodec/wmv2dsp.c     ff_put_pixels8_l2_8(dst, src + 1, half, stride, stride, 8, 8);
stride            214 libavcodec/wmv2dsp.c static void put_mspel8_mc02_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            216 libavcodec/wmv2dsp.c     wmv2_mspel8_v_lowpass(dst, src, stride, stride, 8);
stride            219 libavcodec/wmv2dsp.c static void put_mspel8_mc12_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            225 libavcodec/wmv2dsp.c     wmv2_mspel8_h_lowpass(halfH, src - stride, 8, stride, 11);
stride            226 libavcodec/wmv2dsp.c     wmv2_mspel8_v_lowpass(halfV, src, 8, stride, 8);
stride            228 libavcodec/wmv2dsp.c     ff_put_pixels8_l2_8(dst, halfV, halfHV, stride, 8, 8, 8);
stride            231 libavcodec/wmv2dsp.c static void put_mspel8_mc32_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            237 libavcodec/wmv2dsp.c     wmv2_mspel8_h_lowpass(halfH, src - stride, 8, stride, 11);
stride            238 libavcodec/wmv2dsp.c     wmv2_mspel8_v_lowpass(halfV, src + 1, 8, stride, 8);
stride            240 libavcodec/wmv2dsp.c     ff_put_pixels8_l2_8(dst, halfV, halfHV, stride, 8, 8, 8);
stride            243 libavcodec/wmv2dsp.c static void put_mspel8_mc22_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
stride            247 libavcodec/wmv2dsp.c     wmv2_mspel8_h_lowpass(halfH, src - stride, 8, stride, 11);
stride            248 libavcodec/wmv2dsp.c     wmv2_mspel8_v_lowpass(dst, halfH + 8, stride, 8, 8);
stride             35 libavcodec/x86/aacpsdsp_init.c                                 ptrdiff_t stride, int n);
stride             38 libavcodec/x86/aacpsdsp_init.c                                 ptrdiff_t stride, int n);
stride             42 libavcodec/x86/cavsdsp.c static void cavs_idct8_add_mmx(uint8_t *dst, int16_t *block, ptrdiff_t stride)
stride             46 libavcodec/x86/cavsdsp.c     ff_add_pixels_clamped_mmx(b2, dst, stride);
stride             51 libavcodec/x86/cavsdsp.c static void cavs_idct8_add_sse2(uint8_t *dst, int16_t *block, ptrdiff_t stride)
stride             55 libavcodec/x86/cavsdsp.c     ff_add_pixels_clamped_sse2(b2, dst, stride);
stride            298 libavcodec/x86/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc20_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            300 libavcodec/x86/cavsdsp.c     OPNAME ## cavs_qpel ## SIZE ## _h_ ## MMX(dst, src, stride, stride);\
stride            303 libavcodec/x86/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc01_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            305 libavcodec/x86/cavsdsp.c     OPNAME ## cavs_qpel ## SIZE ## _v1_ ## MMX(dst, src, stride, stride);\
stride            308 libavcodec/x86/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc02_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            310 libavcodec/x86/cavsdsp.c     OPNAME ## cavs_qpel ## SIZE ## _v2_ ## MMX(dst, src, stride, stride);\
stride            313 libavcodec/x86/cavsdsp.c static void OPNAME ## cavs_qpel ## SIZE ## _mc03_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            315 libavcodec/x86/cavsdsp.c     OPNAME ## cavs_qpel ## SIZE ## _v3_ ## MMX(dst, src, stride, stride);\
stride            332 libavcodec/x86/cavsdsp.c                                     ptrdiff_t stride)
stride            334 libavcodec/x86/cavsdsp.c     ff_put_pixels8_mmx(dst, src, stride, 8);
stride            338 libavcodec/x86/cavsdsp.c                                     ptrdiff_t stride)
stride            340 libavcodec/x86/cavsdsp.c     ff_avg_pixels8_mmx(dst, src, stride, 8);
stride            344 libavcodec/x86/cavsdsp.c                                        ptrdiff_t stride)
stride            346 libavcodec/x86/cavsdsp.c     ff_avg_pixels8_mmxext(dst, src, stride, 8);
stride            350 libavcodec/x86/cavsdsp.c                                      ptrdiff_t stride)
stride            352 libavcodec/x86/cavsdsp.c     ff_put_pixels16_mmx(dst, src, stride, 16);
stride            356 libavcodec/x86/cavsdsp.c                                      ptrdiff_t stride)
stride            358 libavcodec/x86/cavsdsp.c     ff_avg_pixels16_mmx(dst, src, stride, 16);
stride            362 libavcodec/x86/cavsdsp.c                                         ptrdiff_t stride)
stride            364 libavcodec/x86/cavsdsp.c     ff_avg_pixels16_mmxext(dst, src, stride, 16);
stride            368 libavcodec/x86/cavsdsp.c                                       ptrdiff_t stride)
stride            370 libavcodec/x86/cavsdsp.c     ff_put_pixels16_sse2(dst, src, stride, 16);
stride            374 libavcodec/x86/cavsdsp.c                                       ptrdiff_t stride)
stride            376 libavcodec/x86/cavsdsp.c     ff_avg_pixels16_sse2(dst, src, stride, 16);
stride             29 libavcodec/x86/diracdsp_init.c void ff_put_dirac_pixels16_sse2(uint8_t *dst, const uint8_t *src[5], int stride, int h);
stride             30 libavcodec/x86/diracdsp_init.c void ff_avg_dirac_pixels16_sse2(uint8_t *dst, const uint8_t *src[5], int stride, int h);
stride             31 libavcodec/x86/diracdsp_init.c void ff_put_dirac_pixels32_sse2(uint8_t *dst, const uint8_t *src[5], int stride, int h);
stride             32 libavcodec/x86/diracdsp_init.c void ff_avg_dirac_pixels32_sse2(uint8_t *dst, const uint8_t *src[5], int stride, int h);
stride             37 libavcodec/x86/diracdsp_init.c void ff_add_dirac_obmc8_mmx(uint16_t *dst, const uint8_t *src, int stride, const uint8_t *obmc_weight, int yblen);
stride             38 libavcodec/x86/diracdsp_init.c void ff_add_dirac_obmc16_mmx(uint16_t *dst, const uint8_t *src, int stride, const uint8_t *obmc_weight, int yblen);
stride             39 libavcodec/x86/diracdsp_init.c void ff_add_dirac_obmc32_mmx(uint16_t *dst, const uint8_t *src, int stride, const uint8_t *obmc_weight, int yblen);
stride             41 libavcodec/x86/diracdsp_init.c void ff_add_dirac_obmc16_sse2(uint16_t *dst, const uint8_t *src, int stride, const uint8_t *obmc_weight, int yblen);
stride             42 libavcodec/x86/diracdsp_init.c void ff_add_dirac_obmc32_sse2(uint16_t *dst, const uint8_t *src, int stride, const uint8_t *obmc_weight, int yblen);
stride             50 libavcodec/x86/diracdsp_init.c void ff_dequant_subband_32_sse4(uint8_t *src, uint8_t *dst, ptrdiff_t stride, const int qf, const int qs, int tot_v, int tot_h);
stride             59 libavcodec/x86/diracdsp_init.c                                           const uint8_t *src, int stride, int width, int height)   \
stride             63 libavcodec/x86/diracdsp_init.c             ff_dirac_hpel_filter_v_ ## EXT(dstv-MMSIZE, src-MMSIZE, stride, width+MMSIZE+5); \
stride             67 libavcodec/x86/diracdsp_init.c             dsth += stride;                                                                  \
stride             68 libavcodec/x86/diracdsp_init.c             dstv += stride;                                                                  \
stride             69 libavcodec/x86/diracdsp_init.c             dstc += stride;                                                                  \
stride             70 libavcodec/x86/diracdsp_init.c             src  += stride;                                                                  \
stride             80 libavcodec/x86/diracdsp_init.c void ff_ ## OPNAME2 ## _dirac_pixels8_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
stride             83 libavcodec/x86/diracdsp_init.c         ff_ ## OPNAME2 ## _dirac_pixels8_c(dst, src, stride, h);\
stride             85 libavcodec/x86/diracdsp_init.c         OPNAME ## _pixels8_ ## EXT(dst, src[0], stride, h);\
stride             87 libavcodec/x86/diracdsp_init.c void ff_ ## OPNAME2 ## _dirac_pixels16_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
stride             90 libavcodec/x86/diracdsp_init.c         ff_ ## OPNAME2 ## _dirac_pixels16_c(dst, src, stride, h);\
stride             92 libavcodec/x86/diracdsp_init.c         OPNAME ## _pixels16_ ## EXT(dst, src[0], stride, h);\
stride             94 libavcodec/x86/diracdsp_init.c void ff_ ## OPNAME2 ## _dirac_pixels32_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
stride             97 libavcodec/x86/diracdsp_init.c         ff_ ## OPNAME2 ## _dirac_pixels32_c(dst, src, stride, h);\
stride             99 libavcodec/x86/diracdsp_init.c         OPNAME ## _pixels16_ ## EXT(dst   , src[0]   , stride, h);\
stride            100 libavcodec/x86/diracdsp_init.c         OPNAME ## _pixels16_ ## EXT(dst+16, src[0]+16, stride, h);\
stride            108 libavcodec/x86/diracdsp_init.c void ff_put_dirac_pixels16_sse2(uint8_t *dst, const uint8_t *src[5], int stride, int h)
stride            111 libavcodec/x86/diracdsp_init.c         ff_put_dirac_pixels16_c(dst, src, stride, h);
stride            113 libavcodec/x86/diracdsp_init.c         ff_put_pixels16_sse2(dst, src[0], stride, h);
stride            115 libavcodec/x86/diracdsp_init.c void ff_avg_dirac_pixels16_sse2(uint8_t *dst, const uint8_t *src[5], int stride, int h)
stride            118 libavcodec/x86/diracdsp_init.c         ff_avg_dirac_pixels16_c(dst, src, stride, h);
stride            120 libavcodec/x86/diracdsp_init.c         ff_avg_pixels16_sse2(dst, src[0], stride, h);
stride            122 libavcodec/x86/diracdsp_init.c void ff_put_dirac_pixels32_sse2(uint8_t *dst, const uint8_t *src[5], int stride, int h)
stride            125 libavcodec/x86/diracdsp_init.c         ff_put_dirac_pixels32_c(dst, src, stride, h);
stride            127 libavcodec/x86/diracdsp_init.c         ff_put_pixels16_sse2(dst   , src[0]   , stride, h);
stride            128 libavcodec/x86/diracdsp_init.c         ff_put_pixels16_sse2(dst+16, src[0]+16, stride, h);
stride            131 libavcodec/x86/diracdsp_init.c void ff_avg_dirac_pixels32_sse2(uint8_t *dst, const uint8_t *src[5], int stride, int h)
stride            134 libavcodec/x86/diracdsp_init.c         ff_avg_dirac_pixels32_c(dst, src, stride, h);
stride            136 libavcodec/x86/diracdsp_init.c         ff_avg_pixels16_sse2(dst   , src[0]   , stride, h);
stride            137 libavcodec/x86/diracdsp_init.c         ff_avg_pixels16_sse2(dst+16, src[0]+16, stride, h);
stride            145 libavcodec/x86/diracdsp_init.c                                    const uint8_t *src, int stride, int width, int height);
stride             28 libavcodec/x86/h263dsp_init.c void ff_h263_h_loop_filter_mmx(uint8_t *src, int stride, int qscale);
stride             29 libavcodec/x86/h263dsp_init.c void ff_h263_v_loop_filter_mmx(uint8_t *src, int stride, int qscale);
stride             30 libavcodec/x86/h264_intrapred_init.c                                                     ptrdiff_t stride);
stride             50 libavcodec/x86/h264_intrapred_init.c                                                     ptrdiff_t stride);
stride             63 libavcodec/x86/h264_intrapred_init.c                                                      ptrdiff_t stride);
stride             91 libavcodec/x86/h264_intrapred_init.c                                                       ptrdiff_t stride);
stride            246 libavcodec/x86/h264_qpel.c                                        ptrdiff_t stride)
stride            248 libavcodec/x86/h264_qpel.c     ff_put_pixels16_sse2(dst, src, stride, 16);
stride            251 libavcodec/x86/h264_qpel.c                                        ptrdiff_t stride)
stride            253 libavcodec/x86/h264_qpel.c     ff_avg_pixels16_sse2(dst, src, stride, 16);
stride            259 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc00_ ## MMX (uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            261 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## pixels ## SIZE ## _ ## MMX(dst, src, stride, SIZE);\
stride            265 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc10_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            267 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## h264_qpel ## SIZE ## _h_lowpass_l2_ ## MMX(dst, src, src, stride, stride);\
stride            270 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc20_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            272 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## h264_qpel ## SIZE ## _h_lowpass_ ## MMX(dst, src, stride, stride);\
stride            275 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc30_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            277 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## h264_qpel ## SIZE ## _h_lowpass_l2_ ## MMX(dst, src, src+1, stride, stride);\
stride            281 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc01_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            284 libavcodec/x86/h264_qpel.c     ff_put_h264_qpel ## SIZE ## _v_lowpass_ ## MMX(temp, src, SIZE, stride);\
stride            285 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## pixels ## SIZE ## _l2_ ## MMX(dst, src, temp, stride, stride, SIZE);\
stride            288 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc02_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            290 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## h264_qpel ## SIZE ## _v_lowpass_ ## MMX(dst, src, stride, stride);\
stride            293 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc03_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            296 libavcodec/x86/h264_qpel.c     ff_put_h264_qpel ## SIZE ## _v_lowpass_ ## MMX(temp, src, SIZE, stride);\
stride            297 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## pixels ## SIZE ## _l2_ ## MMX(dst, src+stride, temp, stride, stride, SIZE);\
stride            301 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc11_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            304 libavcodec/x86/h264_qpel.c     ff_put_h264_qpel ## SIZE ## _v_lowpass_ ## MMX(temp, src, SIZE, stride);\
stride            305 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## h264_qpel ## SIZE ## _h_lowpass_l2_ ## MMX(dst, src, temp, stride, SIZE);\
stride            308 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc31_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            311 libavcodec/x86/h264_qpel.c     ff_put_h264_qpel ## SIZE ## _v_lowpass_ ## MMX(temp, src+1, SIZE, stride);\
stride            312 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## h264_qpel ## SIZE ## _h_lowpass_l2_ ## MMX(dst, src, temp, stride, SIZE);\
stride            315 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc13_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            318 libavcodec/x86/h264_qpel.c     ff_put_h264_qpel ## SIZE ## _v_lowpass_ ## MMX(temp, src, SIZE, stride);\
stride            319 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## h264_qpel ## SIZE ## _h_lowpass_l2_ ## MMX(dst, src+stride, temp, stride, SIZE);\
stride            322 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc33_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            325 libavcodec/x86/h264_qpel.c     ff_put_h264_qpel ## SIZE ## _v_lowpass_ ## MMX(temp, src+1, SIZE, stride);\
stride            326 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## h264_qpel ## SIZE ## _h_lowpass_l2_ ## MMX(dst, src+stride, temp, stride, SIZE);\
stride            329 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc22_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            332 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## h264_qpel ## SIZE ## _hv_lowpass_ ## MMX(dst, temp, src, stride, SIZE, stride);\
stride            335 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc21_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            341 libavcodec/x86/h264_qpel.c     ff_put_h264_qpel ## SIZE ## _hv_lowpass_ ## MMX(halfHV, halfV, src, SIZE, SIZE, stride);\
stride            342 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## h264_qpel ## SIZE ## _h_lowpass_l2_ ## MMX(dst, src, halfHV, stride, SIZE);\
stride            345 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc23_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            351 libavcodec/x86/h264_qpel.c     ff_put_h264_qpel ## SIZE ## _hv_lowpass_ ## MMX(halfHV, halfV, src, SIZE, SIZE, stride);\
stride            352 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## h264_qpel ## SIZE ## _h_lowpass_l2_ ## MMX(dst, src+stride, halfHV, stride, SIZE);\
stride            355 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc12_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            361 libavcodec/x86/h264_qpel.c     ff_put_h264_qpel ## SIZE ## _hv_lowpass_ ## MMX(halfHV, halfV, src, SIZE, SIZE, stride);\
stride            362 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## pixels ## SIZE ## _l2_shift5_mmxext(dst, halfV+2, halfHV, stride, SIZE, SIZE);\
stride            365 libavcodec/x86/h264_qpel.c static void OPNAME ## h264_qpel ## SIZE ## _mc32_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
stride            371 libavcodec/x86/h264_qpel.c     ff_put_h264_qpel ## SIZE ## _hv_lowpass_ ## MMX(halfHV, halfV, src, SIZE, SIZE, stride);\
stride            372 libavcodec/x86/h264_qpel.c     ff_ ## OPNAME ## pixels ## SIZE ## _l2_shift5_mmxext(dst, halfV+3, halfHV, stride, SIZE, SIZE);\
stride            410 libavcodec/x86/h264_qpel.c     (uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride            467 libavcodec/x86/h264_qpel.c void ff_ ## OP ## _h264_qpel16_ ## MC ## _10_ ## MMX(uint8_t *dst, const uint8_t *src, ptrdiff_t stride){\
stride            468 libavcodec/x86/h264_qpel.c     ff_ ## OP ## _h264_qpel8_ ## MC ## _10_ ## MMX(dst   , src   , stride);\
stride            469 libavcodec/x86/h264_qpel.c     ff_ ## OP ## _h264_qpel8_ ## MC ## _10_ ## MMX(dst+16, src+16, stride);\
stride            470 libavcodec/x86/h264_qpel.c     src += 8*stride;\
stride            471 libavcodec/x86/h264_qpel.c     dst += 8*stride;\
stride            472 libavcodec/x86/h264_qpel.c     ff_ ## OP ## _h264_qpel8_ ## MC ## _10_ ## MMX(dst   , src   , stride);\
stride            473 libavcodec/x86/h264_qpel.c     ff_ ## OP ## _h264_qpel8_ ## MC ## _10_ ## MMX(dst+16, src+16, stride);\
stride             28 libavcodec/x86/h264chroma_init.c                                       ptrdiff_t stride, int h, int x, int y);
stride             30 libavcodec/x86/h264chroma_init.c                                        ptrdiff_t stride, int h, int x, int y);
stride             32 libavcodec/x86/h264chroma_init.c                                       ptrdiff_t stride, int h, int x, int y);
stride             35 libavcodec/x86/h264chroma_init.c                                       ptrdiff_t stride, int h, int x, int y);
stride             37 libavcodec/x86/h264chroma_init.c                                       ptrdiff_t stride, int h, int x, int y);
stride             39 libavcodec/x86/h264chroma_init.c                                       ptrdiff_t stride, int h, int x, int y);
stride             42 libavcodec/x86/h264chroma_init.c                                       ptrdiff_t stride, int h, int x, int y);
stride             44 libavcodec/x86/h264chroma_init.c                                       ptrdiff_t stride, int h, int x, int y);
stride             47 libavcodec/x86/h264chroma_init.c                                       ptrdiff_t stride, int h, int x, int y);
stride             49 libavcodec/x86/h264chroma_init.c                                       ptrdiff_t stride, int h, int x, int y);
stride             52 libavcodec/x86/h264chroma_init.c                                       ptrdiff_t stride, int h, int x, int y);
stride             54 libavcodec/x86/h264chroma_init.c                                       ptrdiff_t stride, int h, int x, int y);
stride             59 libavcodec/x86/h264chroma_init.c                                        ptrdiff_t stride, int h, int x, int y);
stride             32 libavcodec/x86/h264dsp_init.c                                                        int stride);
stride             55 libavcodec/x86/h264dsp_init.c      int16_t *block, int stride, const uint8_t nnzc[6 * 8]);
stride             77 libavcodec/x86/h264dsp_init.c      int16_t *block, int stride, const uint8_t nnzc[6 * 8]);
stride            104 libavcodec/x86/h264dsp_init.c                                                                ptrdiff_t stride, \
stride            110 libavcodec/x86/h264dsp_init.c                                                                ptrdiff_t stride, \
stride            152 libavcodec/x86/h264dsp_init.c static void deblock_v_luma_8_mmxext(uint8_t *pix, int stride, int alpha,
stride            156 libavcodec/x86/h264dsp_init.c         ff_deblock_v8_luma_8_mmxext(pix + 0, stride, alpha, beta, tc0);
stride            158 libavcodec/x86/h264dsp_init.c         ff_deblock_v8_luma_8_mmxext(pix + 8, stride, alpha, beta, tc0 + 2);
stride            161 libavcodec/x86/h264dsp_init.c static void deblock_v_luma_intra_8_mmxext(uint8_t *pix, int stride,
stride            164 libavcodec/x86/h264dsp_init.c     ff_deblock_v8_luma_intra_8_mmxext(pix + 0, stride, alpha, beta);
stride            165 libavcodec/x86/h264dsp_init.c     ff_deblock_v8_luma_intra_8_mmxext(pix + 8, stride, alpha, beta);
stride            176 libavcodec/x86/h264dsp_init.c void ff_h264_weight_ ## W ## _ ## OPT(uint8_t *dst, ptrdiff_t stride,   \
stride            182 libavcodec/x86/h264dsp_init.c                                         ptrdiff_t stride, int height,   \
stride            202 libavcodec/x86/h264dsp_init.c                                                     ptrdiff_t stride,   \
stride            211 libavcodec/x86/h264dsp_init.c                                                       ptrdiff_t stride, \
stride            240 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_4_8_mmxext(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            241 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_8_8_sse2(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            242 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_16_8_sse2(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            243 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_32_8_sse2(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            245 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_8_8_avx(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            246 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_16_8_avx(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            247 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_32_8_avx(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            249 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_32_8_avx2(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            251 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_4_10_mmxext(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            252 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_8_10_sse2(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            253 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_16_10_sse2(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            254 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_32_10_sse2(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            256 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_16_10_avx2(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride            257 libavcodec/x86/hevcdsp.h void ff_hevc_add_residual_32_10_avx2(uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride             32 libavcodec/x86/hevcdsp_init.c void ff_hevc_ ## DIR ## _loop_filter_chroma_ ## DEPTH ## _ ## OPT(uint8_t *pix, ptrdiff_t stride, int *tc, uint8_t *no_p, uint8_t *no_q);
stride             35 libavcodec/x86/hevcdsp_init.c void ff_hevc_ ## DIR ## _loop_filter_luma_ ## DEPTH ## _ ## OPT(uint8_t *pix, ptrdiff_t stride, int beta, int *tc, uint8_t *no_p, uint8_t *no_q);
stride             47 libavcodec/x86/lossless_videodsp_init.c void ff_add_gradient_pred_ssse3(uint8_t *src, const ptrdiff_t stride, const ptrdiff_t width);
stride             48 libavcodec/x86/lossless_videodsp_init.c void ff_add_gradient_pred_avx2(uint8_t *src, const ptrdiff_t stride, const ptrdiff_t width);
stride             40 libavcodec/x86/lossless_videoencdsp_init.c                             ptrdiff_t stride, ptrdiff_t width, int height);
stride             31 libavcodec/x86/mdct15_init.c void ff_fft15_avx(FFTComplex *out, FFTComplex *in, FFTComplex *exptab, ptrdiff_t stride);
stride             37 libavcodec/x86/me_cmp_init.c                 ptrdiff_t stride, int h);
stride             39 libavcodec/x86/me_cmp_init.c                  ptrdiff_t stride, int h);
stride             41 libavcodec/x86/me_cmp_init.c                   ptrdiff_t stride, int h);
stride             42 libavcodec/x86/me_cmp_init.c int ff_hf_noise8_mmx(uint8_t *pix1, ptrdiff_t stride, int h);
stride             43 libavcodec/x86/me_cmp_init.c int ff_hf_noise16_mmx(uint8_t *pix1, ptrdiff_t stride, int h);
stride             45 libavcodec/x86/me_cmp_init.c                    ptrdiff_t stride, int h);
stride             47 libavcodec/x86/me_cmp_init.c                     ptrdiff_t stride, int h);
stride             49 libavcodec/x86/me_cmp_init.c                   ptrdiff_t stride, int h);
stride             51 libavcodec/x86/me_cmp_init.c                       ptrdiff_t stride, int h);
stride             53 libavcodec/x86/me_cmp_init.c                        ptrdiff_t stride, int h);
stride             55 libavcodec/x86/me_cmp_init.c                      ptrdiff_t stride, int h);
stride             57 libavcodec/x86/me_cmp_init.c                       ptrdiff_t stride, int h);
stride             59 libavcodec/x86/me_cmp_init.c                        ptrdiff_t stride, int h);
stride             61 libavcodec/x86/me_cmp_init.c                      ptrdiff_t stride, int h);
stride             63 libavcodec/x86/me_cmp_init.c                               ptrdiff_t stride, int h);
stride             65 libavcodec/x86/me_cmp_init.c                                ptrdiff_t stride, int h);
stride             67 libavcodec/x86/me_cmp_init.c                              ptrdiff_t stride, int h);
stride             69 libavcodec/x86/me_cmp_init.c                           ptrdiff_t stride, int h);
stride             71 libavcodec/x86/me_cmp_init.c                            ptrdiff_t stride, int h);
stride             73 libavcodec/x86/me_cmp_init.c                          ptrdiff_t stride, int h);
stride             75 libavcodec/x86/me_cmp_init.c                     ptrdiff_t stride, int h);
stride             77 libavcodec/x86/me_cmp_init.c                      ptrdiff_t stride, int h);
stride             79 libavcodec/x86/me_cmp_init.c                    ptrdiff_t stride, int h);
stride             83 libavcodec/x86/me_cmp_init.c                                   uint8_t *src2, ptrdiff_t stride, int h);    \
stride             85 libavcodec/x86/me_cmp_init.c                                     uint8_t *src2, ptrdiff_t stride, int h);
stride             94 libavcodec/x86/me_cmp_init.c                       ptrdiff_t stride, int h)
stride             99 libavcodec/x86/me_cmp_init.c         score1 = c->mecc.sse[0](c, pix1, pix2, stride, h);
stride            101 libavcodec/x86/me_cmp_init.c         score1 = ff_sse16_mmx(c, pix1, pix2, stride, h);
stride            102 libavcodec/x86/me_cmp_init.c     score2 = ff_hf_noise16_mmx(pix1, stride, h) + ff_hf_noise8_mmx(pix1+8, stride, h)
stride            103 libavcodec/x86/me_cmp_init.c            - ff_hf_noise16_mmx(pix2, stride, h) - ff_hf_noise8_mmx(pix2+8, stride, h);
stride            112 libavcodec/x86/me_cmp_init.c                      ptrdiff_t stride, int h)
stride            114 libavcodec/x86/me_cmp_init.c     int score1 = ff_sse8_mmx(c, pix1, pix2, stride, h);
stride            115 libavcodec/x86/me_cmp_init.c     int score2 = ff_hf_noise8_mmx(pix1, stride, h) -
stride            116 libavcodec/x86/me_cmp_init.c                  ff_hf_noise8_mmx(pix2, stride, h);
stride            129 libavcodec/x86/me_cmp_init.c                             ptrdiff_t stride, int h)
stride            134 libavcodec/x86/me_cmp_init.c     av_assert2((stride & 7) == 0);
stride            185 libavcodec/x86/me_cmp_init.c         : "r" (stride), "m" (h)
stride            193 libavcodec/x86/me_cmp_init.c                       ptrdiff_t stride, int h)
stride            199 libavcodec/x86/me_cmp_init.c     av_assert2((stride & 7) == 0);
stride            266 libavcodec/x86/me_cmp_init.c         : "r" (stride), "m" (h)
stride            280 libavcodec/x86/me_cmp_init.c                               ptrdiff_t stride, int h)
stride            282 libavcodec/x86/me_cmp_init.c     x86_reg len = -stride * h;
stride            312 libavcodec/x86/me_cmp_init.c         : "r" (blk1 - len), "r" (blk2 - len), "r" (stride));
stride            316 libavcodec/x86/me_cmp_init.c                               ptrdiff_t stride, int h)
stride            318 libavcodec/x86/me_cmp_init.c     x86_reg len = -stride * h;
stride            351 libavcodec/x86/me_cmp_init.c           "r" (stride));
stride            355 libavcodec/x86/me_cmp_init.c                               ptrdiff_t stride, int h)
stride            357 libavcodec/x86/me_cmp_init.c     x86_reg len = -stride * h;
stride            404 libavcodec/x86/me_cmp_init.c         : "r" (blk1 - len), "r" (blk1 - len + stride), "r" (blk2 - len),
stride            405 libavcodec/x86/me_cmp_init.c           "r" (stride), "m" (round_tab[2]));
stride            424 libavcodec/x86/me_cmp_init.c                                 ptrdiff_t stride, int h)
stride            426 libavcodec/x86/me_cmp_init.c     sad8_2_mmx(blk1, blk1 + 1, blk2, stride, h);
stride            430 libavcodec/x86/me_cmp_init.c                                 ptrdiff_t stride, int h)
stride            432 libavcodec/x86/me_cmp_init.c     sad8_2_mmx(blk1, blk1 + stride, blk2, stride, h);
stride            437 libavcodec/x86/me_cmp_init.c                         uint8_t *blk1, ptrdiff_t stride, int h)         \
stride            445 libavcodec/x86/me_cmp_init.c     sad8_1_ ## suf(blk1, blk2, stride, 8);                              \
stride            451 libavcodec/x86/me_cmp_init.c                            uint8_t *blk1, ptrdiff_t stride, int h)      \
stride            460 libavcodec/x86/me_cmp_init.c     sad8_x2a_ ## suf(blk1, blk2, stride, 8);                            \
stride            466 libavcodec/x86/me_cmp_init.c                            uint8_t *blk1, ptrdiff_t stride, int h)      \
stride            475 libavcodec/x86/me_cmp_init.c     sad8_y2a_ ## suf(blk1, blk2, stride, 8);                            \
stride            481 libavcodec/x86/me_cmp_init.c                             uint8_t *blk1, ptrdiff_t stride, int h)     \
stride            489 libavcodec/x86/me_cmp_init.c     sad8_4_ ## suf(blk1, blk2, stride, 8);                              \
stride            495 libavcodec/x86/me_cmp_init.c                          uint8_t *blk1, ptrdiff_t stride, int h)        \
stride            502 libavcodec/x86/me_cmp_init.c     sad8_1_ ## suf(blk1,     blk2,     stride, h);                      \
stride            503 libavcodec/x86/me_cmp_init.c     sad8_1_ ## suf(blk1 + 8, blk2 + 8, stride, h);                      \
stride            509 libavcodec/x86/me_cmp_init.c                             uint8_t *blk1, ptrdiff_t stride, int h)     \
stride            517 libavcodec/x86/me_cmp_init.c     sad8_x2a_ ## suf(blk1,     blk2,     stride, h);                    \
stride            518 libavcodec/x86/me_cmp_init.c     sad8_x2a_ ## suf(blk1 + 8, blk2 + 8, stride, h);                    \
stride            524 libavcodec/x86/me_cmp_init.c                             uint8_t *blk1, ptrdiff_t stride, int h)     \
stride            532 libavcodec/x86/me_cmp_init.c     sad8_y2a_ ## suf(blk1,     blk2,     stride, h);                    \
stride            533 libavcodec/x86/me_cmp_init.c     sad8_y2a_ ## suf(blk1 + 8, blk2 + 8, stride, h);                    \
stride            539 libavcodec/x86/me_cmp_init.c                              uint8_t *blk1, ptrdiff_t stride, int h)    \
stride            546 libavcodec/x86/me_cmp_init.c     sad8_4_ ## suf(blk1,     blk2,     stride, h);                      \
stride            547 libavcodec/x86/me_cmp_init.c     sad8_4_ ## suf(blk1 + 8, blk2 + 8, stride, h);                      \
stride             29 libavcodec/x86/mpegvideodsp.c                     int stride, int h, int ox, int oy,
stride             64 libavcodec/x86/mpegvideodsp.c         (need_emu && (h > MAX_H || stride > MAX_STRIDE))) {
stride             66 libavcodec/x86/mpegvideodsp.c         ff_gmc_c(dst, src, stride, h, ox, oy, dxx, dxy, dyx, dyy,
stride             71 libavcodec/x86/mpegvideodsp.c     src += ix + iy * stride;
stride             73 libavcodec/x86/mpegvideodsp.c         ff_emulated_edge_mc_8(edge_buf, src, stride, stride, w + 1, h + 1, ix, iy, width, height);
stride            141 libavcodec/x86/mpegvideodsp.c                 : "=m" (dst[x + y * stride])
stride            143 libavcodec/x86/mpegvideodsp.c                   "m" (src[stride]), "m" (src[stride + 1]),
stride            145 libavcodec/x86/mpegvideodsp.c             src += stride;
stride            147 libavcodec/x86/mpegvideodsp.c         src += 4 - h * stride;
stride             26 libavcodec/x86/pixblockdsp_init.c void ff_get_pixels_mmx(int16_t *block, const uint8_t *pixels, ptrdiff_t stride);
stride             27 libavcodec/x86/pixblockdsp_init.c void ff_get_pixels_sse2(int16_t *block, const uint8_t *pixels, ptrdiff_t stride);
stride             29 libavcodec/x86/pixblockdsp_init.c                         ptrdiff_t stride);
stride             31 libavcodec/x86/pixblockdsp_init.c                          ptrdiff_t stride);
stride             93 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride             95 libavcodec/x86/qpeldsp_init.c     ff_ ## OPNAME ## pixels8_ ## MMX(dst, src, stride, 8);              \
stride            100 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            105 libavcodec/x86/qpeldsp_init.c                                                    stride, 8);          \
stride            107 libavcodec/x86/qpeldsp_init.c                                         stride, stride, 8);             \
stride            112 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            114 libavcodec/x86/qpeldsp_init.c     ff_ ## OPNAME ## mpeg4_qpel8_h_lowpass_ ## MMX(dst, src, stride,    \
stride            115 libavcodec/x86/qpeldsp_init.c                                                    stride, 8);          \
stride            120 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            125 libavcodec/x86/qpeldsp_init.c                                                    stride, 8);          \
stride            126 libavcodec/x86/qpeldsp_init.c     ff_ ## OPNAME ## pixels8_l2_ ## MMX(dst, src + 1, half, stride,     \
stride            127 libavcodec/x86/qpeldsp_init.c                                         stride, 8);                     \
stride            132 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            137 libavcodec/x86/qpeldsp_init.c                                                    8, stride);          \
stride            139 libavcodec/x86/qpeldsp_init.c                                         stride, stride, 8);             \
stride            144 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            147 libavcodec/x86/qpeldsp_init.c                                                    stride, stride);     \
stride            152 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            157 libavcodec/x86/qpeldsp_init.c                                                    8, stride);          \
stride            158 libavcodec/x86/qpeldsp_init.c     ff_ ## OPNAME ## pixels8_l2_ ## MMX(dst, src + stride, half, stride,\
stride            159 libavcodec/x86/qpeldsp_init.c                                         stride, 8);                     \
stride            164 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            170 libavcodec/x86/qpeldsp_init.c                                                    stride, 9);          \
stride            172 libavcodec/x86/qpeldsp_init.c                                         stride, 9);                     \
stride            175 libavcodec/x86/qpeldsp_init.c                                         stride, 8, 8);                  \
stride            180 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            186 libavcodec/x86/qpeldsp_init.c                                                    stride, 9);          \
stride            188 libavcodec/x86/qpeldsp_init.c                                         stride, 9);                     \
stride            191 libavcodec/x86/qpeldsp_init.c                                         stride, 8, 8);                  \
stride            196 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            202 libavcodec/x86/qpeldsp_init.c                                                    stride, 9);          \
stride            204 libavcodec/x86/qpeldsp_init.c                                         stride, 9);                     \
stride            207 libavcodec/x86/qpeldsp_init.c                                         stride, 8, 8);                  \
stride            212 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            218 libavcodec/x86/qpeldsp_init.c                                                    stride, 9);          \
stride            220 libavcodec/x86/qpeldsp_init.c                                         stride, 9);                     \
stride            223 libavcodec/x86/qpeldsp_init.c                                         stride, 8, 8);                  \
stride            228 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            234 libavcodec/x86/qpeldsp_init.c                                                    stride, 9);          \
stride            237 libavcodec/x86/qpeldsp_init.c                                         stride, 8, 8);                  \
stride            242 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            248 libavcodec/x86/qpeldsp_init.c                                                    stride, 9);          \
stride            251 libavcodec/x86/qpeldsp_init.c                                         stride, 8, 8);                  \
stride            256 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            261 libavcodec/x86/qpeldsp_init.c                                                    stride, 9);          \
stride            263 libavcodec/x86/qpeldsp_init.c                                         8, stride, 9);                  \
stride            265 libavcodec/x86/qpeldsp_init.c                                                    stride, 8);          \
stride            270 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            275 libavcodec/x86/qpeldsp_init.c                                                    stride, 9);          \
stride            277 libavcodec/x86/qpeldsp_init.c                                         stride, 9);                     \
stride            279 libavcodec/x86/qpeldsp_init.c                                                    stride, 8);          \
stride            284 libavcodec/x86/qpeldsp_init.c                                          ptrdiff_t stride)              \
stride            289 libavcodec/x86/qpeldsp_init.c                                                    stride, 9);          \
stride            291 libavcodec/x86/qpeldsp_init.c                                                    stride, 8);          \
stride            296 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            298 libavcodec/x86/qpeldsp_init.c     ff_ ## OPNAME ## pixels16_ ## MMX(dst, src, stride, 16);            \
stride            303 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            308 libavcodec/x86/qpeldsp_init.c                                                     stride, 16);        \
stride            309 libavcodec/x86/qpeldsp_init.c     ff_ ## OPNAME ## pixels16_l2_ ## MMX(dst, src, half, stride,        \
stride            310 libavcodec/x86/qpeldsp_init.c                                          stride, 16);                   \
stride            315 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            318 libavcodec/x86/qpeldsp_init.c                                                     stride, stride, 16);\
stride            323 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            328 libavcodec/x86/qpeldsp_init.c                                                     stride, 16);        \
stride            330 libavcodec/x86/qpeldsp_init.c                                          stride, stride, 16);           \
stride            335 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            340 libavcodec/x86/qpeldsp_init.c                                                     stride);            \
stride            341 libavcodec/x86/qpeldsp_init.c     ff_ ## OPNAME ## pixels16_l2_ ## MMX(dst, src, half, stride,        \
stride            342 libavcodec/x86/qpeldsp_init.c                                          stride, 16);                   \
stride            347 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            350 libavcodec/x86/qpeldsp_init.c                                                     stride, stride);    \
stride            355 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            360 libavcodec/x86/qpeldsp_init.c                                                     stride);            \
stride            361 libavcodec/x86/qpeldsp_init.c     ff_ ## OPNAME ## pixels16_l2_ ## MMX(dst, src+stride, half,         \
stride            362 libavcodec/x86/qpeldsp_init.c                                          stride, stride, 16);           \
stride            367 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            373 libavcodec/x86/qpeldsp_init.c                                                     stride, 17);        \
stride            375 libavcodec/x86/qpeldsp_init.c                                          stride, 17);                   \
stride            379 libavcodec/x86/qpeldsp_init.c                                          stride, 16, 16);               \
stride            384 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            390 libavcodec/x86/qpeldsp_init.c                                                     stride, 17);        \
stride            392 libavcodec/x86/qpeldsp_init.c                                          stride, 17);                   \
stride            396 libavcodec/x86/qpeldsp_init.c                                          stride, 16, 16);               \
stride            401 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            407 libavcodec/x86/qpeldsp_init.c                                                     stride, 17);        \
stride            409 libavcodec/x86/qpeldsp_init.c                                          stride, 17);                   \
stride            413 libavcodec/x86/qpeldsp_init.c                                          stride, 16, 16);               \
stride            418 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            424 libavcodec/x86/qpeldsp_init.c                                                     stride, 17);        \
stride            426 libavcodec/x86/qpeldsp_init.c                                          stride, 17);                   \
stride            430 libavcodec/x86/qpeldsp_init.c                                          stride, 16, 16);               \
stride            435 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            441 libavcodec/x86/qpeldsp_init.c                                                     stride, 17);        \
stride            445 libavcodec/x86/qpeldsp_init.c                                          stride, 16, 16);               \
stride            450 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            456 libavcodec/x86/qpeldsp_init.c                                                     stride, 17);        \
stride            460 libavcodec/x86/qpeldsp_init.c                                          stride, 16, 16);               \
stride            465 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            470 libavcodec/x86/qpeldsp_init.c                                                     stride, 17);        \
stride            472 libavcodec/x86/qpeldsp_init.c                                          stride, 17);                   \
stride            474 libavcodec/x86/qpeldsp_init.c                                                     stride, 16);        \
stride            479 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            484 libavcodec/x86/qpeldsp_init.c                                                     stride, 17);        \
stride            486 libavcodec/x86/qpeldsp_init.c                                          stride, 17);                   \
stride            488 libavcodec/x86/qpeldsp_init.c                                                     stride, 16);        \
stride            493 libavcodec/x86/qpeldsp_init.c                                           ptrdiff_t stride)             \
stride            498 libavcodec/x86/qpeldsp_init.c                                                     stride, 17);        \
stride            500 libavcodec/x86/qpeldsp_init.c                                                     stride, 16);        \
stride             29 libavcodec/x86/rv34dsp_init.c void ff_rv34_idct_dc_add_mmx(uint8_t *dst, ptrdiff_t stride, int dc);
stride             30 libavcodec/x86/rv34dsp_init.c void ff_rv34_idct_dc_add_sse2(uint8_t *dst, ptrdiff_t stride, int dc);
stride             31 libavcodec/x86/rv34dsp_init.c void ff_rv34_idct_dc_add_sse4(uint8_t *dst, ptrdiff_t stride, int dc);
stride             32 libavcodec/x86/rv34dsp_init.c void ff_rv34_idct_add_mmxext(uint8_t *dst, ptrdiff_t stride, int16_t *block);
stride             37 libavcodec/x86/rv40dsp_init.c                                                ptrdiff_t stride) \
stride             39 libavcodec/x86/rv40dsp_init.c     ff_##op##_pixels##size##_xy2_##insn(dst, src, stride, size); \
stride             44 libavcodec/x86/rv40dsp_init.c                                   ptrdiff_t stride, int h, int x, int y);
stride             46 libavcodec/x86/rv40dsp_init.c                                    ptrdiff_t stride, int h, int x, int y);
stride             48 libavcodec/x86/rv40dsp_init.c                                   ptrdiff_t stride, int h, int x, int y);
stride             51 libavcodec/x86/rv40dsp_init.c                                   ptrdiff_t stride, int h, int x, int y);
stride             53 libavcodec/x86/rv40dsp_init.c                                    ptrdiff_t stride, int h, int x, int y);
stride             55 libavcodec/x86/rv40dsp_init.c                                   ptrdiff_t stride, int h, int x, int y);
stride             59 libavcodec/x86/rv40dsp_init.c                                       int w1, int w2, ptrdiff_t stride); \
stride             61 libavcodec/x86/rv40dsp_init.c                                       int w1, int w2, ptrdiff_t stride); \
stride             63 libavcodec/x86/rv40dsp_init.c                                         int w1, int w2, ptrdiff_t stride); \
stride             65 libavcodec/x86/rv40dsp_init.c                                         int w1, int w2, ptrdiff_t stride);
stride             81 libavcodec/x86/rv40dsp_init.c                                                          ptrdiff_t stride)  \
stride             87 libavcodec/x86/rv40dsp_init.c         src -= stride * 2;                                              \
stride             90 libavcodec/x86/rv40dsp_init.c             ff_put_rv40_qpel_h ##OPT(tmp + i, SIZE, src + i, stride,    \
stride             93 libavcodec/x86/rv40dsp_init.c             ff_ ##OP ##rv40_qpel_v ##OPT(dst + i, stride, tmpptr + i,   \
stride             97 libavcodec/x86/rv40dsp_init.c             ff_ ##OP ##rv40_qpel_v ## OPT(dst + i, stride, src + i,     \
stride             98 libavcodec/x86/rv40dsp_init.c                                           stride, SIZE, VCOFF(PV));     \
stride            101 libavcodec/x86/rv40dsp_init.c             ff_ ##OP ##rv40_qpel_h ## OPT(dst + i, stride, src + i,     \
stride            102 libavcodec/x86/rv40dsp_init.c                                           stride, SIZE, HCOFF(PH));     \
stride             37 libavcodec/x86/vc1dsp_init.c void ff_vc1_v_loop_filter4_ ## EXT(uint8_t *src, int stride, int pq); \
stride             38 libavcodec/x86/vc1dsp_init.c void ff_vc1_h_loop_filter4_ ## EXT(uint8_t *src, int stride, int pq); \
stride             39 libavcodec/x86/vc1dsp_init.c void ff_vc1_v_loop_filter8_ ## EXT(uint8_t *src, int stride, int pq); \
stride             40 libavcodec/x86/vc1dsp_init.c void ff_vc1_h_loop_filter8_ ## EXT(uint8_t *src, int stride, int pq); \
stride             42 libavcodec/x86/vc1dsp_init.c static void vc1_v_loop_filter16_ ## EXT(uint8_t *src, int stride, int pq) \
stride             44 libavcodec/x86/vc1dsp_init.c     ff_vc1_v_loop_filter8_ ## EXT(src,   stride, pq); \
stride             45 libavcodec/x86/vc1dsp_init.c     ff_vc1_v_loop_filter8_ ## EXT(src+8, stride, pq); \
stride             48 libavcodec/x86/vc1dsp_init.c static void vc1_h_loop_filter16_ ## EXT(uint8_t *src, int stride, int pq) \
stride             50 libavcodec/x86/vc1dsp_init.c     ff_vc1_h_loop_filter8_ ## EXT(src,          stride, pq); \
stride             51 libavcodec/x86/vc1dsp_init.c     ff_vc1_h_loop_filter8_ ## EXT(src+8*stride, stride, pq); \
stride             59 libavcodec/x86/vc1dsp_init.c void ff_vc1_h_loop_filter8_sse4(uint8_t *src, int stride, int pq);
stride             61 libavcodec/x86/vc1dsp_init.c static void vc1_h_loop_filter16_sse4(uint8_t *src, int stride, int pq)
stride             63 libavcodec/x86/vc1dsp_init.c     ff_vc1_h_loop_filter8_sse4(src,          stride, pq);
stride             64 libavcodec/x86/vc1dsp_init.c     ff_vc1_h_loop_filter8_sse4(src+8*stride, stride, pq);
stride             69 libavcodec/x86/vc1dsp_init.c                              const uint8_t *src, ptrdiff_t stride, int rnd) \
stride             71 libavcodec/x86/vc1dsp_init.c         ff_ ## OP ## pixels ## DEPTH ## INSN(dst, src, stride, DEPTH);     \
stride             86 libavcodec/x86/vc1dsp_init.c                                        ptrdiff_t stride, int h, int x, int y);
stride             88 libavcodec/x86/vc1dsp_init.c                                         ptrdiff_t stride, int h, int x, int y);
stride             90 libavcodec/x86/vc1dsp_init.c                                        ptrdiff_t stride, int h, int x, int y);
stride             92 libavcodec/x86/vc1dsp_init.c                                        ptrdiff_t stride, int h, int x, int y);
stride             94 libavcodec/x86/vc1dsp_init.c                                        ptrdiff_t stride, int h, int x, int y);
stride             39 libavcodec/x86/vc1dsp_mmx.c                                    const uint8_t *src, x86_reg stride,
stride             41 libavcodec/x86/vc1dsp_mmx.c void ff_vc1_put_hor_16b_shift2_mmx(uint8_t *dst, x86_reg stride,
stride             43 libavcodec/x86/vc1dsp_mmx.c void ff_vc1_avg_hor_16b_shift2_mmxext(uint8_t *dst, x86_reg stride,
stride             83 libavcodec/x86/vc1dsp_mmx.c                                      x86_reg stride, int rnd, x86_reg offset)\
stride            125 libavcodec/x86/vc1dsp_mmx.c         : "r"(offset), "r"(-2*offset), "g"(stride), "m"(rnd),\
stride            126 libavcodec/x86/vc1dsp_mmx.c           "g"(stride-offset)\
stride            244 libavcodec/x86/vc1dsp_mmx.c OPNAME ## vc1_hor_16b_ ## NAME ## _mmx(uint8_t *dst, x86_reg stride,    \
stride            267 libavcodec/x86/vc1dsp_mmx.c         : "r"(stride), "m"(rnd)                                         \
stride            284 libavcodec/x86/vc1dsp_mmx.c                         x86_reg stride, int rnd, x86_reg offset)      \
stride            303 libavcodec/x86/vc1dsp_mmx.c         : "r"(offset), "r"(3*offset), "g"(stride), "m"(rnd)             \
stride            325 libavcodec/x86/vc1dsp_mmx.c typedef void (*vc1_mspel_mc_filter_8bits)(uint8_t *dst, const uint8_t *src, x86_reg stride, int rnd, x86_reg offset);
stride            339 libavcodec/x86/vc1dsp_mmx.c static void OP ## vc1_mspel_mc(uint8_t *dst, const uint8_t *src, int stride,\
stride            362 libavcodec/x86/vc1dsp_mmx.c             vc1_put_shift_ver_16bits[vmode](tmp, src-1, stride, r, shift);\
stride            364 libavcodec/x86/vc1dsp_mmx.c             vc1_put_shift_hor_16bits[hmode](dst, stride, tmp+1, 64-rnd);\
stride            368 libavcodec/x86/vc1dsp_mmx.c             vc1_put_shift_8bits[vmode](dst, src, stride, 1-rnd, stride);\
stride            374 libavcodec/x86/vc1dsp_mmx.c     vc1_put_shift_8bits[hmode](dst, src, stride, rnd, 1);\
stride            377 libavcodec/x86/vc1dsp_mmx.c                                   int stride, int hmode, int vmode, int rnd)\
stride            379 libavcodec/x86/vc1dsp_mmx.c     OP ## vc1_mspel_mc(dst + 0, src + 0, stride, hmode, vmode, rnd); \
stride            380 libavcodec/x86/vc1dsp_mmx.c     OP ## vc1_mspel_mc(dst + 8, src + 8, stride, hmode, vmode, rnd); \
stride            381 libavcodec/x86/vc1dsp_mmx.c     dst += 8*stride; src += 8*stride; \
stride            382 libavcodec/x86/vc1dsp_mmx.c     OP ## vc1_mspel_mc(dst + 0, src + 0, stride, hmode, vmode, rnd); \
stride            383 libavcodec/x86/vc1dsp_mmx.c     OP ## vc1_mspel_mc(dst + 8, src + 8, stride, hmode, vmode, rnd); \
stride            393 libavcodec/x86/vc1dsp_mmx.c                                                ptrdiff_t stride,        \
stride            396 libavcodec/x86/vc1dsp_mmx.c      put_vc1_mspel_mc(dst, src, stride, a, b, rnd);                     \
stride            400 libavcodec/x86/vc1dsp_mmx.c                                                   ptrdiff_t stride,     \
stride            403 libavcodec/x86/vc1dsp_mmx.c      avg_vc1_mspel_mc(dst, src, stride, a, b, rnd);                     \
stride            407 libavcodec/x86/vc1dsp_mmx.c                                                   ptrdiff_t stride,     \
stride            410 libavcodec/x86/vc1dsp_mmx.c      put_vc1_mspel_mc_16(dst, src, stride, a, b, rnd);                  \
stride            414 libavcodec/x86/vc1dsp_mmx.c                                                      ptrdiff_t stride,  \
stride            417 libavcodec/x86/vc1dsp_mmx.c      avg_vc1_mspel_mc_16(dst, src, stride, a, b, rnd);                  \
stride            276 libavcodec/x86/videodsp_init.c void ff_prefetch_mmxext(uint8_t *buf, ptrdiff_t stride, int h);
stride            277 libavcodec/x86/videodsp_init.c void ff_prefetch_3dnow(uint8_t *buf, ptrdiff_t stride, int h);
stride             29 libavcodec/x86/vp3dsp_init.c void ff_vp3_idct_put_mmx(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             30 libavcodec/x86/vp3dsp_init.c void ff_vp3_idct_add_mmx(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             32 libavcodec/x86/vp3dsp_init.c void ff_vp3_idct_put_sse2(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             33 libavcodec/x86/vp3dsp_init.c void ff_vp3_idct_add_sse2(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             35 libavcodec/x86/vp3dsp_init.c void ff_vp3_idct_dc_add_mmxext(uint8_t *dest, ptrdiff_t stride, int16_t *block);
stride             37 libavcodec/x86/vp3dsp_init.c void ff_vp3_v_loop_filter_mmxext(uint8_t *src, ptrdiff_t stride,
stride             39 libavcodec/x86/vp3dsp_init.c void ff_vp3_h_loop_filter_mmxext(uint8_t *src, ptrdiff_t stride,
stride             43 libavcodec/x86/vp3dsp_init.c                                      const uint8_t *b, ptrdiff_t stride,
stride             28 libavcodec/x86/vp6dsp_init.c void ff_vp6_filter_diag4_mmx(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride             30 libavcodec/x86/vp6dsp_init.c void ff_vp6_filter_diag4_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
stride            235 libavcodec/x86/vp8dsp_init.c                             ptrdiff_t stride);
stride            237 libavcodec/x86/vp8dsp_init.c                              ptrdiff_t stride);
stride            239 libavcodec/x86/vp8dsp_init.c                              ptrdiff_t stride);
stride            241 libavcodec/x86/vp8dsp_init.c                                ptrdiff_t stride);
stride            243 libavcodec/x86/vp8dsp_init.c                                ptrdiff_t stride);
stride            245 libavcodec/x86/vp8dsp_init.c                                ptrdiff_t stride);
stride            248 libavcodec/x86/vp8dsp_init.c void ff_vp8_idct_add_mmx(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride            249 libavcodec/x86/vp8dsp_init.c void ff_vp8_idct_add_sse(uint8_t *dst, int16_t block[16], ptrdiff_t stride);
stride            253 libavcodec/x86/vp8dsp_init.c                                           ptrdiff_t stride,             \
stride            256 libavcodec/x86/vp8dsp_init.c                                           ptrdiff_t stride,             \
stride            259 libavcodec/x86/vp8dsp_init.c                                              ptrdiff_t stride,          \
stride            262 libavcodec/x86/vp8dsp_init.c                                              ptrdiff_t stride,          \
stride            273 libavcodec/x86/vp8dsp_init.c                                              ptrdiff_t stride,          \
stride            276 libavcodec/x86/vp8dsp_init.c                                              ptrdiff_t stride,          \
stride             94 libavcodec/x86/vp9dsp_init.c void ff_vp9_##typea##_##typeb##_##size##x##size##_add_##opt(uint8_t *dst, ptrdiff_t stride, \
stride            124 libavcodec/x86/vp9dsp_init.c void ff_vp9_loop_filter_v_##size1##_##size2##_##opt(uint8_t *dst, ptrdiff_t stride, \
stride            126 libavcodec/x86/vp9dsp_init.c void ff_vp9_loop_filter_h_##size1##_##size2##_##opt(uint8_t *dst, ptrdiff_t stride, \
stride            150 libavcodec/x86/vp9dsp_init.c void ff_vp9_ipred_##type##_##size##x##size##_##opt(uint8_t *dst, ptrdiff_t stride, \
stride             49 libavcodec/x86/vp9dsp_init.h                                                        ptrdiff_t stride, \
stride             61 libavcodec/x86/vp9dsp_init.h                                                                          ptrdiff_t stride, \
stride             69 libavcodec/x86/vp9dsp_init_16bpp_template.c void ff_vp9_loop_filter_##dir##_##wd##_##bpp##_##opt(uint8_t *dst, ptrdiff_t stride, \
stride             86 libavcodec/x86/vp9dsp_init_16bpp_template.c static void loop_filter_##dir##_16_##bpp##_##opt(uint8_t *dst, ptrdiff_t stride, \
stride             89 libavcodec/x86/vp9dsp_init_16bpp_template.c     ff_vp9_loop_filter_##dir##_16_##bpp##_##opt(dst,       stride, E, I, H); \
stride             90 libavcodec/x86/vp9dsp_init_16bpp_template.c     ff_vp9_loop_filter_##dir##_16_##bpp##_##opt(dst + off, stride, E, I, H); \
stride             94 libavcodec/x86/vp9dsp_init_16bpp_template.c lpf_16_wrapper(h, 8 * stride, bpp, opt) \
stride            102 libavcodec/x86/vp9dsp_init_16bpp_template.c static void loop_filter_##dir##_##wd1##wd2##_##bpp##_##opt(uint8_t *dst, ptrdiff_t stride, \
stride            105 libavcodec/x86/vp9dsp_init_16bpp_template.c     ff_vp9_loop_filter_##dir##_##wd1##_##bpp##_##opt(dst,       stride, \
stride            107 libavcodec/x86/vp9dsp_init_16bpp_template.c     ff_vp9_loop_filter_##dir##_##wd2##_##bpp##_##opt(dst + off, stride, \
stride            112 libavcodec/x86/vp9dsp_init_16bpp_template.c lpf_mix2_wrapper(h, 8 * stride, wd1, wd2, bpp, opt) \
stride            215 libavcodec/xan.c     int stride;
stride            223 libavcodec/xan.c     stride = frame->linesize[0];
stride            224 libavcodec/xan.c     line_inc = stride - width;
stride            225 libavcodec/xan.c     index = y * stride + x;
stride            247 libavcodec/xan.c     int stride;
stride            262 libavcodec/xan.c     stride = frame->linesize[0];
stride            263 libavcodec/xan.c     line_inc = stride - width;
stride            264 libavcodec/xan.c     curframe_index = y * stride + x;
stride            266 libavcodec/xan.c     prevframe_index = (y + motion_y) * stride + x + motion_x;
stride             48 libavcodec/xl.c     int stride;
stride             70 libavcodec/xl.c     stride = avctx->width - 4;
stride             74 libavcodec/xl.c         buf += stride;
stride             69 libavcodec/zmbv.c     int stride;
stride            247 libavcodec/zmbv.c     int stride;
stride            252 libavcodec/zmbv.c     stride = c->width * 3;
stride            271 libavcodec/zmbv.c             tprev = prev + (x + dx) * 3 + dy * stride;
stride            292 libavcodec/zmbv.c                 out += stride;
stride            293 libavcodec/zmbv.c                 tprev += stride;
stride            304 libavcodec/zmbv.c                     out += stride;
stride            308 libavcodec/zmbv.c         output += stride * c->bh;
stride            309 libavcodec/zmbv.c         prev += stride * c->bh;
stride            463 libavcodec/zmbv.c             c->stride = c->width;
stride            473 libavcodec/zmbv.c             c->stride = c->width * 2;
stride            480 libavcodec/zmbv.c             c->stride = c->width * 3;
stride            487 libavcodec/zmbv.c             c->stride = c->width * 4;
stride            588 libavcodec/zmbv.c             av_image_copy_plane(out, frame->linesize[0], src, c->stride,
stride            589 libavcodec/zmbv.c                                 c->stride, c->height);
stride             85 libavcodec/zmbvenc.c static inline int block_cmp(ZmbvEncContext *c, uint8_t *src, int stride,
stride            100 libavcodec/zmbvenc.c         src += stride;
stride            104 libavdevice/opengl_enc.c typedef void   (APIENTRY *FF_PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, uintptr_t pointer);
stride            338 libavdevice/xcbgrab.c     int stride     = gr->bpp / 8;
stride            365 libavdevice/xcbgrab.c     image  += (y - gr->y) * gr->width * stride;
stride            369 libavdevice/xcbgrab.c         image  += i_off * stride;
stride            370 libavdevice/xcbgrab.c         for (x = 0; x < w; x++, cursor++, image += stride) {
stride            393 libavdevice/xcbgrab.c         image  += (gr->width - w - i_off) * stride;
stride           1237 libavfilter/af_arnndn.c     const int N = layer->nb_neurons, M = layer->nb_inputs, stride = N;
stride           1244 libavfilter/af_arnndn.c             sum += layer->input_weights[j * stride + i] * input[j];
stride           1272 libavfilter/af_arnndn.c     const int stride = 3 * AN, istride = 3 * AM;
stride           1279 libavfilter/af_arnndn.c         sum += s->fdsp->scalarproduct_float(gru->recurrent_weights + i * stride, state, AN);
stride           1288 libavfilter/af_arnndn.c         sum += s->fdsp->scalarproduct_float(gru->recurrent_weights + AN + i * stride, state, AN);
stride           1298 libavfilter/af_arnndn.c             sum += gru->recurrent_weights[2 * AN + i * stride + j] * state[j] * r[j];
stride            117 libavfilter/af_atempo.c     int stride;
stride            273 libavfilter/af_atempo.c     atempo->stride   = sample_size * channels;
stride            289 libavfilter/af_atempo.c     RE_MALLOC_OR_FAIL(atempo->frag[0].data, atempo->window * atempo->stride);
stride            290 libavfilter/af_atempo.c     RE_MALLOC_OR_FAIL(atempo->frag[1].data, atempo->window * atempo->stride);
stride            316 libavfilter/af_atempo.c     RE_MALLOC_OR_FAIL(atempo->buffer, atempo->ring * atempo->stride);
stride            441 libavfilter/af_atempo.c         int src_samples = (src_end - src) / atempo->stride;
stride            453 libavfilter/af_atempo.c             uint8_t *a = atempo->buffer + atempo->tail * atempo->stride;
stride            454 libavfilter/af_atempo.c             memcpy(a, src, na * atempo->stride);
stride            456 libavfilter/af_atempo.c             src += na * atempo->stride;
stride            469 libavfilter/af_atempo.c             memcpy(b, src, nb * atempo->stride);
stride            471 libavfilter/af_atempo.c             src += nb * atempo->stride;
stride            537 libavfilter/af_atempo.c         memset(dst, 0, zeros * atempo->stride);
stride            538 libavfilter/af_atempo.c         dst += zeros * atempo->stride;
stride            555 libavfilter/af_atempo.c     a = atempo->buffer + atempo->head * atempo->stride;
stride            565 libavfilter/af_atempo.c         memcpy(dst, a + i0 * atempo->stride, n0 * atempo->stride);
stride            566 libavfilter/af_atempo.c         dst += n0 * atempo->stride;
stride            570 libavfilter/af_atempo.c         memcpy(dst, b + i1 * atempo->stride, n1 * atempo->stride);
stride            786 libavfilter/af_atempo.c     const uint8_t *a = prev->data + ia * atempo->stride;
stride            787 libavfilter/af_atempo.c     const uint8_t *b = frag->data + ib * atempo->stride;
stride            964 libavfilter/af_atempo.c     src = frag->data + offset * atempo->stride;
stride            967 libavfilter/af_atempo.c     src_size = (int)(stop_here - start_here) * atempo->stride;
stride            974 libavfilter/af_atempo.c     atempo->position[1] += (nbytes / atempo->stride);
stride           1088 libavfilter/af_atempo.c     const uint8_t *src_end = src + n_in * atempo->stride;
stride           1105 libavfilter/af_atempo.c             atempo->dst_end = atempo->dst + n_out * atempo->stride;
stride           1112 libavfilter/af_atempo.c                              atempo->stride);
stride           1146 libavfilter/af_atempo.c                 atempo->dst_end = atempo->dst + n_max * atempo->stride;
stride           1152 libavfilter/af_atempo.c                      atempo->stride);
stride           1041 libavfilter/af_hdcd.c static int hdcd_integrate(HDCDContext *ctx, hdcd_state *states, int channels, int *flag, const int32_t *samples, int count, int stride)
stride           1049 libavfilter/af_hdcd.c     if (stride < channels) stride = channels;
stride           1057 libavfilter/af_hdcd.c         samples += stride - channels;
stride           1126 libavfilter/af_hdcd.c static int hdcd_scan(HDCDContext *ctx, hdcd_state *states, int channels, const int32_t *samples, int max, int stride)
stride           1133 libavfilter/af_hdcd.c     if (stride < channels) stride = channels;
stride           1150 libavfilter/af_hdcd.c         int consumed = hdcd_integrate(ctx, states, channels, &flag, samples, max - result, stride);
stride           1165 libavfilter/af_hdcd.c         samples += consumed * stride;
stride           1178 libavfilter/af_hdcd.c static void hdcd_analyze_prepare(hdcd_state *state, int32_t *samples, int count, int stride) {
stride           1181 libavfilter/af_hdcd.c     for (n = 0; n < count * stride; n += stride) {
stride           1206 libavfilter/af_hdcd.c static int hdcd_analyze(int32_t *samples, int count, int stride, int gain, int target_gain, int extend, int mode, int cdt_active, int tg_mismatch)
stride           1210 libavfilter/af_hdcd.c     int32_t *samples_end = samples + stride * count;
stride           1213 libavfilter/af_hdcd.c         samples[i * stride] <<= 15;
stride           1215 libavfilter/af_hdcd.c             int pel = (samples[i * stride] >> 16) & 1;
stride           1216 libavfilter/af_hdcd.c             int32_t sample = samples[i * stride];
stride           1217 libavfilter/af_hdcd.c             samples[i * stride] = hdcd_analyze_gen(sample, !!(pel && extend), 1);
stride           1219 libavfilter/af_hdcd.c             samples[i * stride] = hdcd_analyze_gen(samples[i * stride], 1, 1);
stride           1221 libavfilter/af_hdcd.c             samples[i * stride] = hdcd_analyze_gen(samples[i * stride], 1, 1);
stride           1231 libavfilter/af_hdcd.c             samples += stride;
stride           1241 libavfilter/af_hdcd.c             samples += stride;
stride           1251 libavfilter/af_hdcd.c             samples += count * stride;
stride           1256 libavfilter/af_hdcd.c             samples += stride;
stride           1266 libavfilter/af_hdcd.c static int hdcd_envelope(int32_t *samples, int count, int stride, int vbits, int gain, int target_gain, int extend)
stride           1269 libavfilter/af_hdcd.c     int32_t *samples_end = samples + stride * count;
stride           1281 libavfilter/af_hdcd.c             int32_t sample = samples[i * stride];
stride           1289 libavfilter/af_hdcd.c             samples[i * stride] = sample;
stride           1293 libavfilter/af_hdcd.c             samples[i * stride] <<= shft;
stride           1302 libavfilter/af_hdcd.c             samples += stride;
stride           1311 libavfilter/af_hdcd.c             samples += stride;
stride           1321 libavfilter/af_hdcd.c             samples += count * stride;
stride           1325 libavfilter/af_hdcd.c             samples += stride;
stride           1365 libavfilter/af_hdcd.c static void hdcd_process(HDCDContext *ctx, hdcd_state *state, int32_t *samples, int count, int stride)
stride           1367 libavfilter/af_hdcd.c     int32_t *samples_end = samples + count * stride;
stride           1373 libavfilter/af_hdcd.c         hdcd_analyze_prepare(state, samples, count, stride);
stride           1380 libavfilter/af_hdcd.c         av_assert0(samples + lead * stride + stride * (count - lead) <= samples_end);
stride           1381 libavfilter/af_hdcd.c         run = hdcd_scan(ctx, state, 1, samples + lead * stride, count - lead, 0) + lead;
stride           1384 libavfilter/af_hdcd.c         av_assert0(samples + envelope_run * stride <= samples_end);
stride           1386 libavfilter/af_hdcd.c             gain = hdcd_analyze(samples, envelope_run, stride, gain, target_gain, peak_extend, ctx->analyze_mode, state->sustain, -1);
stride           1388 libavfilter/af_hdcd.c             gain = hdcd_envelope(samples, envelope_run, stride, ctx->bits_per_sample, gain, target_gain, peak_extend);
stride           1390 libavfilter/af_hdcd.c         samples += envelope_run * stride;
stride           1396 libavfilter/af_hdcd.c         av_assert0(samples + lead * stride <= samples_end);
stride           1398 libavfilter/af_hdcd.c             gain = hdcd_analyze(samples, lead, stride, gain, target_gain, peak_extend, ctx->analyze_mode, state->sustain, -1);
stride           1400 libavfilter/af_hdcd.c             gain = hdcd_envelope(samples, lead, stride, ctx->bits_per_sample, gain, target_gain, peak_extend);
stride           1408 libavfilter/af_hdcd.c     const int stride = 2;
stride           1409 libavfilter/af_hdcd.c     int32_t *samples_end = samples + count * stride;
stride           1416 libavfilter/af_hdcd.c         hdcd_analyze_prepare(&ctx->state[0], samples, count, stride);
stride           1417 libavfilter/af_hdcd.c         hdcd_analyze_prepare(&ctx->state[1], samples + 1, count, stride);
stride           1424 libavfilter/af_hdcd.c         av_assert0(samples + lead * stride + stride * (count - lead) <= samples_end);
stride           1425 libavfilter/af_hdcd.c         run = hdcd_scan(ctx, ctx->state, 2, samples + lead * stride, count - lead, 0) + lead;
stride           1428 libavfilter/af_hdcd.c         av_assert0(samples + envelope_run * stride <= samples_end);
stride           1431 libavfilter/af_hdcd.c             gain[0] = hdcd_analyze(samples, envelope_run, stride, gain[0], ctx->val_target_gain, peak_extend[0],
stride           1435 libavfilter/af_hdcd.c             gain[1] = hdcd_analyze(samples + 1, envelope_run, stride, gain[1], ctx->val_target_gain, peak_extend[1],
stride           1440 libavfilter/af_hdcd.c             gain[0] = hdcd_envelope(samples, envelope_run, stride, ctx->bits_per_sample, gain[0], ctx->val_target_gain, peak_extend[0]);
stride           1441 libavfilter/af_hdcd.c             gain[1] = hdcd_envelope(samples + 1, envelope_run, stride, ctx->bits_per_sample, gain[1], ctx->val_target_gain, peak_extend[1]);
stride           1444 libavfilter/af_hdcd.c         samples += envelope_run * stride;
stride           1451 libavfilter/af_hdcd.c         av_assert0(samples + lead * stride <= samples_end);
stride           1453 libavfilter/af_hdcd.c             gain[0] = hdcd_analyze(samples, lead, stride, gain[0], ctx->val_target_gain, peak_extend[0],
stride           1457 libavfilter/af_hdcd.c             gain[1] = hdcd_analyze(samples + 1, lead, stride, gain[1], ctx->val_target_gain, peak_extend[1],
stride           1462 libavfilter/af_hdcd.c             gain[0] = hdcd_envelope(samples, lead, stride, ctx->bits_per_sample, gain[0], ctx->val_target_gain, peak_extend[0]);
stride           1463 libavfilter/af_hdcd.c             gain[1] = hdcd_envelope(samples + 1, lead, stride, ctx->bits_per_sample, gain[1], ctx->val_target_gain, peak_extend[1]);
stride             77 libavfilter/colorspacedsp.c static void multiply3x3_c(int16_t *buf[3], ptrdiff_t stride,
stride             95 libavfilter/colorspacedsp.c         buf0 += stride;
stride             96 libavfilter/colorspacedsp.c         buf1 += stride;
stride             97 libavfilter/colorspacedsp.c         buf2 += stride;
stride             74 libavfilter/colorspacedsp.h     void (*multiply3x3)(int16_t *data[3], ptrdiff_t stride,
stride             55 libavfilter/convolution.h     void (*setup[4])(int radius, const uint8_t *c[], const uint8_t *src, int stride,
stride             60 libavfilter/convolution.h                       int dstride, int stride);
stride            318 libavfilter/ebur128.c                                   int stride) {                                    \
stride            326 libavfilter/ebur128.c                 type v = srcs[c][src_index + i * stride];                          \
stride            342 libavfilter/ebur128.c             st->d->v[ci][0] = (double) (srcs[c][src_index + i * stride] / scaling_factor) \
stride            463 libavfilter/ebur128.c                                  size_t frames, int stride) {                          \
stride            467 libavfilter/ebur128.c             ebur128_filter_##type(st, srcs, src_index, st->d->needed_frames, stride);  \
stride            468 libavfilter/ebur128.c             src_index += st->d->needed_frames * stride;                                \
stride            494 libavfilter/ebur128.c             ebur128_filter_##type(st, srcs, src_index, frames, stride);                \
stride            175 libavfilter/ebur128.h                                         size_t frames, int stride);
stride            179 libavfilter/ebur128.h                                       size_t frames, int stride);
stride            183 libavfilter/ebur128.h                                         size_t frames, int stride);
stride            187 libavfilter/ebur128.h                                          size_t frames, int stride);
stride             40 libavfilter/removegrain.h     void (*fl[4])(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             34 libavfilter/transform.c                         int width, int height, int stride, uint8_t def)
stride             36 libavfilter/transform.c #define PIXEL(img, x, y, w, h, stride, def) \
stride             39 libavfilter/transform.c     img[(x) + (y) * (stride)])
stride             46 libavfilter/transform.c     return PIXEL(src, (int)(x + 0.5), (int)(y + 0.5), width, height, stride, def);
stride             66 libavfilter/transform.c         v1 = PIXEL(src, x_c, y_c, width, height, stride, def);
stride             67 libavfilter/transform.c         v2 = PIXEL(src, x_c, y_f, width, height, stride, def);
stride             68 libavfilter/transform.c         v3 = PIXEL(src, x_f, y_c, width, height, stride, def);
stride             69 libavfilter/transform.c         v4 = PIXEL(src, x_f, y_f, width, height, stride, def);
stride             93 libavfilter/transform.c         v1 = PIXEL(src, x_c, y_c, width, height, stride, def);
stride             94 libavfilter/transform.c         v2 = PIXEL(src, x_c, y_f, width, height, stride, def);
stride             95 libavfilter/transform.c         v3 = PIXEL(src, x_f, y_c, width, height, stride, def);
stride             96 libavfilter/transform.c         v4 = PIXEL(src, x_f, y_f, width, height, stride, def);
stride            120 libavfilter/vf_codecview.c                       int w, int h, int stride, int color)
stride            134 libavfilter/vf_codecview.c     buf[sy * stride + sx] += color;
stride            141 libavfilter/vf_codecview.c         buf += sx + sy * stride;
stride            147 libavfilter/vf_codecview.c                    buf[ y      * stride + x] += (color * (0x10000 - fr)) >> 16;
stride            148 libavfilter/vf_codecview.c             if(fr) buf[(y + 1) * stride + x] += (color *            fr ) >> 16;
stride            155 libavfilter/vf_codecview.c         buf += sx + sy * stride;
stride            164 libavfilter/vf_codecview.c                    buf[y * stride + x    ] += (color * (0x10000 - fr)) >> 16;
stride            165 libavfilter/vf_codecview.c             if(fr) buf[y * stride + x + 1] += (color *            fr ) >> 16;
stride            178 libavfilter/vf_codecview.c                        int ey, int w, int h, int stride, int color, int tail, int direction)
stride            209 libavfilter/vf_codecview.c         draw_line(buf, sx, sy, sx + rx, sy + ry, w, h, stride, color);
stride            210 libavfilter/vf_codecview.c         draw_line(buf, sx, sy, sx - ry, sy + rx, w, h, stride, color);
stride            212 libavfilter/vf_codecview.c     draw_line(buf, sx, sy, ex, ey, w, h, stride, color);
stride            317 libavfilter/vf_colorspace.c static void apply_lut(int16_t *buf[3], ptrdiff_t stride,
stride            329 libavfilter/vf_colorspace.c             data += stride;
stride            113 libavfilter/vf_convolution.c                              int dstride, int stride)
stride            131 libavfilter/vf_convolution.c                              int dstride, int stride)
stride            147 libavfilter/vf_convolution.c                            int dstride, int stride)
stride            165 libavfilter/vf_convolution.c                            int dstride, int stride)
stride            185 libavfilter/vf_convolution.c                            int dstride, int stride)
stride            200 libavfilter/vf_convolution.c                          int dstride, int stride)
stride            220 libavfilter/vf_convolution.c                          int dstride, int stride)
stride            243 libavfilter/vf_convolution.c                          int dstride, int stride)
stride            262 libavfilter/vf_convolution.c                          int dstride, int stride)
stride            281 libavfilter/vf_convolution.c                          int dstride, int stride)
stride            300 libavfilter/vf_convolution.c                             int dstride, int stride)
stride            309 libavfilter/vf_convolution.c             sum += AV_RN16A(&c[i][0 + y * stride]) * matrix[i];
stride            320 libavfilter/vf_convolution.c                        int dstride, int stride)
stride            338 libavfilter/vf_convolution.c                        int dstride, int stride)
stride            356 libavfilter/vf_convolution.c                        int dstride, int stride)
stride            375 libavfilter/vf_convolution.c                        int dstride, int stride)
stride            393 libavfilter/vf_convolution.c                           int dstride, int stride)
stride            401 libavfilter/vf_convolution.c             sum += c[i][0 + y * stride] * matrix[i];
stride            409 libavfilter/vf_convolution.c static void setup_3x3(int radius, const uint8_t *c[], const uint8_t *src, int stride,
stride            421 libavfilter/vf_convolution.c         c[i] = src + xoff * bpc + yoff * stride;
stride            425 libavfilter/vf_convolution.c static void setup_5x5(int radius, const uint8_t *c[], const uint8_t *src, int stride,
stride            437 libavfilter/vf_convolution.c         c[i] = src + xoff * bpc + yoff * stride;
stride            441 libavfilter/vf_convolution.c static void setup_7x7(int radius, const uint8_t *c[], const uint8_t *src, int stride,
stride            453 libavfilter/vf_convolution.c         c[i] = src + xoff * bpc + yoff * stride;
stride            457 libavfilter/vf_convolution.c static void setup_row(int radius, const uint8_t *c[], const uint8_t *src, int stride,
stride            467 libavfilter/vf_convolution.c         c[i] = src + xoff * bpc + y * stride;
stride            471 libavfilter/vf_convolution.c static void setup_column(int radius, const uint8_t *c[], const uint8_t *src, int stride,
stride            481 libavfilter/vf_convolution.c         c[i] = src + y * bpc + xoff * stride;
stride            499 libavfilter/vf_convolution.c         const int stride = in->linesize[plane];
stride            516 libavfilter/vf_convolution.c                 av_image_copy_plane(dst, dstride, src + slice_start * bpc, stride,
stride            519 libavfilter/vf_convolution.c                 av_image_copy_plane(dst, dstride, src + slice_start * stride, stride,
stride            526 libavfilter/vf_convolution.c             const int yoff = mode == MATRIX_COLUMN ? radius * stride : 0;
stride            530 libavfilter/vf_convolution.c                 const int yoff = mode == MATRIX_COLUMN ? x * stride : 0;
stride            532 libavfilter/vf_convolution.c                 s->setup[plane](radius, c, src, stride, x, width, y, height, bpc);
stride            535 libavfilter/vf_convolution.c                                  dstride, stride);
stride            537 libavfilter/vf_convolution.c             s->setup[plane](radius, c, src, stride, radius, width, y, height, bpc);
stride            540 libavfilter/vf_convolution.c                              dstride, stride);
stride            543 libavfilter/vf_convolution.c                 const int yoff = mode == MATRIX_COLUMN ? x * stride : 0;
stride            545 libavfilter/vf_convolution.c                 s->setup[plane](radius, c, src, stride, x, width, y, height, bpc);
stride            548 libavfilter/vf_convolution.c                                  dstride, stride);
stride             99 libavfilter/vf_cover_rect.c         int stride = in->linesize[p];
stride            100 libavfilter/vf_cover_rect.c         uint8_t *data = in->data[p] + ox + oy * stride;
stride            111 libavfilter/vf_cover_rect.c                     s += data[-1 + y*stride] * scale;
stride            116 libavfilter/vf_cover_rect.c                     s += data[x - stride] * scale;
stride            121 libavfilter/vf_cover_rect.c                     s += data[w + y*stride] * scale;
stride            126 libavfilter/vf_cover_rect.c                     s += data[x + h*stride] * scale;
stride            129 libavfilter/vf_cover_rect.c                 data[x + y*stride] = c ? (s + (c>>1)) / c : 0;
stride             71 libavfilter/vf_cropdetect.c static int checkline(void *ctx, const unsigned char *src, int stride, int len, int bpp)
stride             80 libavfilter/vf_cropdetect.c             total += src[       0] + src[  stride] + src[2*stride] + src[3*stride]
stride             81 libavfilter/vf_cropdetect.c                   +  src[4*stride] + src[5*stride] + src[6*stride] + src[7*stride];
stride             82 libavfilter/vf_cropdetect.c             src += 8*stride;
stride             87 libavfilter/vf_cropdetect.c             src += stride;
stride             91 libavfilter/vf_cropdetect.c         stride >>= 1;
stride             93 libavfilter/vf_cropdetect.c             total += src16[       0] + src16[  stride] + src16[2*stride] + src16[3*stride]
stride             94 libavfilter/vf_cropdetect.c                   +  src16[4*stride] + src16[5*stride] + src16[6*stride] + src16[7*stride];
stride             95 libavfilter/vf_cropdetect.c             src16 += 8*stride;
stride            100 libavfilter/vf_cropdetect.c             src16 += stride;
stride            107 libavfilter/vf_cropdetect.c                   +  src[  stride] + src[1+  stride] + src[2+  stride]
stride            108 libavfilter/vf_cropdetect.c                   +  src[2*stride] + src[1+2*stride] + src[2+2*stride]
stride            109 libavfilter/vf_cropdetect.c                   +  src[3*stride] + src[1+3*stride] + src[2+3*stride];
stride            110 libavfilter/vf_cropdetect.c             src += 4*stride;
stride            115 libavfilter/vf_cropdetect.c             src += stride;
stride            121 libavfilter/vf_deshake.c                               uint8_t *src2, int cx, int cy, int stride,
stride            129 libavfilter/vf_deshake.c     #define CMP(i, j) deshake->sad(src1 + cy  * stride + cx,  stride,\
stride            130 libavfilter/vf_deshake.c                                    src2 + (j) * stride + (i), stride)
stride            190 libavfilter/vf_deshake.c static int block_contrast(uint8_t *src, int x, int y, int stride, int blocksize)
stride            199 libavfilter/vf_deshake.c             pos = (y + i) * stride + (x + j);
stride            236 libavfilter/vf_deshake.c                         int width, int height, int stride, Transform *t)
stride            263 libavfilter/vf_deshake.c             contrast = block_contrast(src2, x, y, stride, deshake->blocksize);
stride            266 libavfilter/vf_deshake.c                 find_block_motion(deshake, src1, src2, x, y, stride, &mv);
stride             51 libavfilter/vf_detelecine.c     int stride[4];
stride            160 libavfilter/vf_detelecine.c     if ((ret = av_image_fill_linesizes(s->stride, inlink->format, inlink->w)) < 0)
stride            215 libavfilter/vf_detelecine.c                                 s->stride[i],
stride            246 libavfilter/vf_detelecine.c                                     s->stride[i],
stride            268 libavfilter/vf_detelecine.c                                     s->stride[i],
stride            275 libavfilter/vf_detelecine.c                                     s->stride[i],
stride            284 libavfilter/vf_detelecine.c                                         s->stride[i],
stride            297 libavfilter/vf_detelecine.c                                         s->stride[i],
stride            306 libavfilter/vf_detelecine.c                                         s->stride[i],
stride            312 libavfilter/vf_detelecine.c                                         s->stride[i],
stride            156 libavfilter/vf_fspp.c     const int stride = is_luma ? p->temp_stride : (width + 16);
stride            170 libavfilter/vf_fspp.c         int index = 8 + 8 * stride + y * stride;
stride            179 libavfilter/vf_fspp.c         memcpy(p->src + (     7 - y    ) * stride, p->src + (     y + 8    ) * stride, stride);
stride            180 libavfilter/vf_fspp.c         memcpy(p->src + (height + 8 + y) * stride, p->src + (height - y + 7) * stride, stride);
stride            185 libavfilter/vf_fspp.c         memset(p->temp + 8 + y * stride, 0, width * sizeof(int16_t));
stride            195 libavfilter/vf_fspp.c         p->row_fdct(block, p->src + y * stride + 2 - (y&1), stride, 2);
stride            198 libavfilter/vf_fspp.c             p->row_fdct(block + 8 * 8, p->src + y * stride + 8 + x0 + 2 - (y&1), stride, 2 * (BLOCKSZ - 1));
stride            214 libavfilter/vf_fspp.c             p->row_idct(block3 + 0 * 8, p->temp + (y & 15) * stride + x0 + 2 - (y & 1), stride, 2 * (BLOCKSZ - 1));
stride            221 libavfilter/vf_fspp.c             p->row_fdct(block + 8 * 8, p->src + y * stride + 8 + x0 + 2 - (y & 1), stride, (es - 4) >> 2);
stride            225 libavfilter/vf_fspp.c             p->row_idct(block3 + 0 * 8, p->temp + (y & 15) * stride + x0 + 2 - (y & 1), stride, es >> 2);
stride            229 libavfilter/vf_fspp.c                 p->store_slice(dst + (y1 - 8) * dst_stride, p->temp + 8 + 8 * stride,
stride            230 libavfilter/vf_fspp.c                                dst_stride, stride, width, 8, 5 - p->log2_count);
stride            232 libavfilter/vf_fspp.c                 p->store_slice2(dst + (y1 - 8) * dst_stride, p->temp + 8 + 0 * stride,
stride            233 libavfilter/vf_fspp.c                                 dst_stride, stride, width, 8, 5 - p->log2_count);
stride            239 libavfilter/vf_fspp.c             p->store_slice(dst + ((y - 8) & ~7) * dst_stride, p->temp + 8 + 8 * stride,
stride            240 libavfilter/vf_fspp.c                            dst_stride, stride, width, y&7, 5 - p->log2_count);
stride            242 libavfilter/vf_fspp.c             p->store_slice2(dst + ((y - 8) & ~7) * dst_stride, p->temp + 8 + 0 * stride,
stride            243 libavfilter/vf_fspp.c                             dst_stride, stride, width, y&7, 5 - p->log2_count);
stride             94 libavfilter/vf_libvmaf.c                                       float *temp_data, int stride, void *ctx)  \
stride            125 libavfilter/vf_libvmaf.c             ptr += stride / sizeof(*ptr);                                       \
stride            135 libavfilter/vf_libvmaf.c             ptr += stride / sizeof(*ptr);                                       \
stride            161 libavfilter/vf_libvmaf.c                       int stride, void *ctx);
stride            271 libavfilter/vf_neighbor.c         const int stride = in->linesize[plane];
stride            277 libavfilter/vf_neighbor.c         const uint8_t *src = (const uint8_t *)in->data[plane] + slice_start * stride;
stride            281 libavfilter/vf_neighbor.c             av_image_copy_plane(dst, dstride, src, stride, width * bpc, slice_end - slice_start);
stride            288 libavfilter/vf_neighbor.c             const uint8_t *coordinates[] = { src - nh * stride, src + 1 * bpc - nh * stride, src + 2 * bpc - nh * stride,
stride            290 libavfilter/vf_neighbor.c                                              src + ph * stride, src + 1 * bpc + ph * stride, src + 2 * bpc + ph * stride};
stride            292 libavfilter/vf_neighbor.c             const uint8_t *coordinateslb[] = { src + 1 * bpc - nh * stride, src - nh * stride, src + 1 * bpc - nh * stride,
stride            294 libavfilter/vf_neighbor.c                                                src + 1 * bpc + ph * stride, src + ph * stride, src + 1 * bpc + ph * stride};
stride            296 libavfilter/vf_neighbor.c             const uint8_t *coordinatesrb[] = { src + (width - 2) * bpc - nh * stride, src + (width - 1) * bpc - nh * stride, src + (width - 2) * bpc - nh * stride,
stride            298 libavfilter/vf_neighbor.c                                                src + (width - 2) * bpc + ph * stride, src + (width - 1) * bpc + ph * stride, src + (width - 2) * bpc + ph * stride};
stride            306 libavfilter/vf_neighbor.c             src += stride;
stride            487 libavfilter/vf_nnedi.c static void extract_m8(const uint8_t *srcp8, const int stride, const int xdia, const int ydia, float *mstd, float *input)
stride            499 libavfilter/vf_nnedi.c         const uint8_t *srcpT = srcp + y * stride * 2;
stride            520 libavfilter/vf_nnedi.c static void extract_m8_i16(const uint8_t *srcp, const int stride, const int xdia, const int ydia, float *mstd, float *inputf)
stride            528 libavfilter/vf_nnedi.c         const uint8_t *srcpT = srcp + y * stride * 2;
stride             94 libavfilter/vf_pp7.c static inline void dctA_c(int16_t *dst, uint8_t *src, int stride)
stride             99 libavfilter/vf_pp7.c         int s0 = src[0 * stride] + src[6 * stride];
stride            100 libavfilter/vf_pp7.c         int s1 = src[1 * stride] + src[5 * stride];
stride            101 libavfilter/vf_pp7.c         int s2 = src[2 * stride] + src[4 * stride];
stride            102 libavfilter/vf_pp7.c         int s3 = src[3 * stride];
stride            206 libavfilter/vf_pp7.c     const int stride = is_luma ? p->temp_stride : ((width + 16 + 15) & (~15));
stride            207 libavfilter/vf_pp7.c     uint8_t *p_src = p->src + 8 * stride;
stride            213 libavfilter/vf_pp7.c         int index = 8 + 8 * stride + y * stride;
stride            221 libavfilter/vf_pp7.c         memcpy(p_src + (    7 - y     ) * stride, p_src + (    y + 8     ) * stride, stride);
stride            222 libavfilter/vf_pp7.c         memcpy(p_src + (height + 8 + y) * stride, p_src + (height - y + 7) * stride, stride);
stride            228 libavfilter/vf_pp7.c             const int index = x + y * stride + (8 - 3) * (1 + stride) + 8; //FIXME silly offset
stride            232 libavfilter/vf_pp7.c             dctA_c(tp + 4 * 8, src, stride);
stride            246 libavfilter/vf_pp7.c                 const int index = x + y * stride + (8 - 3) * (1 + stride) + 8; //FIXME silly offset
stride            252 libavfilter/vf_pp7.c                     dctA_c(tp + 4 * 8, src, stride);
stride            536 libavfilter/vf_pullup.c     int stride = s->planewidth[mp] << 1; /* field stride */
stride            555 libavfilter/vf_pullup.c             *dest++ = func(a + x, b + x, stride);
stride             95 libavfilter/vf_qp.c     int type, stride, ret;
stride            113 libavfilter/vf_qp.c     in_qp_table = av_frame_get_qp_table(in, &stride, &type);
stride            122 libavfilter/vf_qp.c                 int qp = in_qp_table ? in_qp_table[x + stride * y] : NAN;
stride            140 libavfilter/vf_qp.c                     ((int8_t)in_qp_table[x + stride * y])];
stride            173 libavfilter/vf_subtitles.c                       image->bitmap, image->stride, image->w, image->h,
stride             50 libavfilter/vf_telecine.c     int stride[4];
stride            134 libavfilter/vf_telecine.c     if ((ret = av_image_fill_linesizes(s->stride, inlink->format, inlink->w)) < 0)
stride            200 libavfilter/vf_telecine.c                                 s->stride[i],
stride            207 libavfilter/vf_telecine.c                                 s->stride[i],
stride            223 libavfilter/vf_telecine.c                                 s->stride[i],
stride            236 libavfilter/vf_telecine.c                                 s->stride[i],
stride            195 libavfilter/vf_uspp.c         int stride = p->temp_stride[i];
stride            201 libavfilter/vf_uspp.c             int index = block + block * stride + y * stride;
stride            210 libavfilter/vf_uspp.c             memcpy(p->src[i] + (  block-1-y) * stride, p->src[i] + (  y+block  ) * stride, stride);
stride            211 libavfilter/vf_uspp.c             memcpy(p->src[i] + (h+block  +y) * stride, p->src[i] + (h-y+block-1) * stride, stride);
stride            214 libavfilter/vf_uspp.c         p->frame->linesize[i] = stride;
stride            215 libavfilter/vf_uspp.c         memset(p->temp[i], 0, (h + 2 * block) * stride * sizeof(int16_t));
stride             63 libavfilter/vf_vaguedenoiser.c                          const int stride, const float threshold,
stride            339 libavfilter/vf_vaguedenoiser.c                               const int stride, const float threshold,
stride            350 libavfilter/vf_vaguedenoiser.c         block += stride;
stride            354 libavfilter/vf_vaguedenoiser.c static void soft_thresholding(float *block, const int width, const int height, const int stride,
stride            369 libavfilter/vf_vaguedenoiser.c         block += stride;
stride            374 libavfilter/vf_vaguedenoiser.c                               const int stride, const float threshold,
stride            392 libavfilter/vf_vaguedenoiser.c         block += stride;
stride            397 libavfilter/vf_vaguedenoiser.c                               const int stride, const float threshold)
stride            405 libavfilter/vf_vaguedenoiser.c         block += stride;
stride            193 libavfilter/vf_vmafmotion.c                              s->width, s->height, ref->linesize[0], s->stride);
stride            195 libavfilter/vf_vmafmotion.c                              s->width, s->height, s->stride, s->stride);
stride            201 libavfilter/vf_vmafmotion.c                                       s->width, s->height, s->stride, s->stride);
stride            243 libavfilter/vf_vmafmotion.c     s->stride = FFALIGN(w * sizeof(uint16_t), 32);
stride            245 libavfilter/vf_vmafmotion.c     data_sz = (size_t) s->stride * h;
stride            689 libavfilter/vf_zscale.c         src_buf.plane[plane].stride = in->linesize[p];
stride            694 libavfilter/vf_zscale.c         dst_buf.plane[plane].stride = out->linesize[p];
stride            706 libavfilter/vf_zscale.c         src_buf.plane[0].stride = in->linesize[3];
stride            710 libavfilter/vf_zscale.c         dst_buf.plane[0].stride = out->linesize[3];
stride             46 libavfilter/vmaf_motion.h     ptrdiff_t stride;
stride           1103 libavfilter/vulkan.c             des_entries[i].stride          = descriptor_props[desc[i].type].struct_size;
stride             76 libavfilter/x86/colorspacedsp_init.c void ff_multiply3x3_sse2(int16_t *data[3], ptrdiff_t stride, int w, int h,
stride             30 libavfilter/x86/vf_convolution_init.c                         int dstride, int stride);
stride             26 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_1_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             27 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_10_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             28 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_11_12_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             29 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_13_14_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             30 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_19_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             31 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_20_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             32 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_21_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             33 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_22_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             35 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_2_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             36 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_3_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             37 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_4_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             38 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_5_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             39 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_6_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             40 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_7_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             41 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_8_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             42 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_9_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             43 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_15_16_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             44 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_17_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             45 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_18_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             46 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_23_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             47 libavfilter/x86/vf_removegrain_init.c void ff_rg_fl_mode_24_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels);
stride             34 libavformat/rawutils.c     int stride = size / par->height;
stride             35 libavformat/rawutils.c     int padding = expected_stride - FFMIN(expected_stride, stride);
stride             41 libavformat/rawutils.c     if (size != stride * par->height)
stride             57 libavformat/rawutils.c         memcpy(new_pkt->data + y*expected_stride, pkt->data + y*stride, FFMIN(expected_stride, stride));
stride            377 libavresample/audio_convert.c                            len * out->stride);
stride             95 libavresample/audio_data.c     a->stride    = a->sample_size * (a->is_planar ? 1 : channels);
stride            114 libavresample/audio_data.c     a->samples_align = plane_size / a->stride;
stride            139 libavresample/audio_data.c     a->stride    = a->sample_size * (a->is_planar ? 1 : channels);
stride            192 libavresample/audio_data.c             memcpy(new_data[p], a->data[p], a->nb_samples * a->stride);
stride            212 libavresample/audio_data.c     a->samples_align = plane_size / a->stride;
stride            255 libavresample/audio_data.c                            src->nb_samples * src->stride);
stride            262 libavresample/audio_data.c                            src->nb_samples * src->stride);
stride            270 libavresample/audio_data.c             memcpy(dst->data[p], src->data[p], src->nb_samples * src->stride);
stride            321 libavresample/audio_data.c             memmove(dst->data[p] + dst_offset2 * dst->stride,
stride            322 libavresample/audio_data.c                     dst->data[p] + dst_offset  * dst->stride,
stride            323 libavresample/audio_data.c                     dst_move_size * dst->stride);
stride            325 libavresample/audio_data.c         memcpy(dst->data[p] + dst_offset * dst->stride,
stride            326 libavresample/audio_data.c                src->data[p] + src_offset * src->stride,
stride            327 libavresample/audio_data.c                nb_samples * src->stride);
stride            341 libavresample/audio_data.c         int move_offset = a->stride * nb_samples;
stride            342 libavresample/audio_data.c         int move_size   = a->stride * (a->nb_samples - nb_samples);
stride            359 libavresample/audio_data.c     offset_size = offset * a->stride;
stride             50 libavresample/audio_data.h     int stride;                         /**< sample byte offset within a plane */
stride            483 libavresample/audio_mix.c int ff_audio_mix_get_matrix(AudioMix *am, double *matrix, int stride)
stride            501 libavresample/audio_mix.c                 matrix[o * stride + i] = 0.0;                               \
stride            503 libavresample/audio_mix.c                 matrix[o * stride + i] = am->matrix_ ## suffix[o0][i0] *    \
stride            530 libavresample/audio_mix.c static void reduce_matrix(AudioMix *am, const double *matrix, int stride)
stride            544 libavresample/audio_mix.c             if (matrix[o * stride + i] != 0.0) {
stride            553 libavresample/audio_mix.c                 if (matrix[i * stride + o] != 0.0) {
stride            579 libavresample/audio_mix.c             if ((o != i && matrix[o * stride + i] != 0.0) ||
stride            580 libavresample/audio_mix.c                 (o == i && matrix[o * stride + i] != 1.0)) {
stride            588 libavresample/audio_mix.c                     if (i0 != i && matrix[o * stride + i0] != 0.0) {
stride            605 libavresample/audio_mix.c             if (matrix[o * stride + i] != 0.0) {
stride            627 libavresample/audio_mix.c             if ((o != i && matrix[o * stride + i] != 0.0) ||
stride            628 libavresample/audio_mix.c                 (o == i && matrix[o * stride + i] != 1.0)) {
stride            637 libavresample/audio_mix.c             if (o0 != i && matrix[o0 * stride + i] != 0.0) {
stride            653 libavresample/audio_mix.c int ff_audio_mix_set_matrix(AudioMix *am, const double *matrix, int stride)
stride            673 libavresample/audio_mix.c     reduce_matrix(am, matrix, stride);
stride            691 libavresample/audio_mix.c             v = matrix[o * stride + i];                                     \
stride             83 libavresample/audio_mix.h int ff_audio_mix_get_matrix(AudioMix *am, double *matrix, int stride);
stride             88 libavresample/audio_mix.h int ff_audio_mix_set_matrix(AudioMix *am, const double *matrix, int stride);
stride             90 libavresample/audio_mix_matrix.c                             double *matrix_out, int stride,
stride            108 libavresample/audio_mix_matrix.c     memset(matrix_out, 0, out_channels * stride * sizeof(*matrix_out));
stride            276 libavresample/audio_mix_matrix.c             matrix_out[out_i * stride + out_j] = matrix[i][j];
stride            290 libavresample/audio_mix_matrix.c                 matrix_out[i * stride + j] /= maxcoef;
stride            289 libavresample/avresample.h                             int stride, enum AVMatrixEncoding matrix_encoding);
stride            308 libavresample/avresample.h                           int stride);
stride            333 libavresample/avresample.h                           int stride);
stride            638 libavresample/utils.c                           int stride)
stride            643 libavresample/utils.c         return ff_audio_mix_get_matrix(avr->am, matrix, stride);
stride            661 libavresample/utils.c             matrix[o * stride + i] = avr->mix_matrix[o * in_channels + i];
stride            667 libavresample/utils.c                           int stride)
stride            672 libavresample/utils.c         return ff_audio_mix_set_matrix(avr->am, matrix, stride);
stride            692 libavresample/utils.c             avr->mix_matrix[o * in_channels + i] = matrix[o * stride + i];
stride             51 libavutil/frame.c     int stride;
stride             55 libavutil/frame.c int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int qp_type)
stride             66 libavutil/frame.c     f->qstride      = stride;
stride             85 libavutil/frame.c     p->stride = stride;
stride             91 libavutil/frame.c int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type)
stride             95 libavutil/frame.c     *stride = 0;
stride            100 libavutil/frame.c         *stride = f->qstride;
stride            114 libavutil/frame.c         *stride = p->stride;
stride            725 libavutil/frame.h int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
stride            727 libavutil/frame.h int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
stride           2692 libavutil/hwcontext_vulkan.c                       int height, int *stride, VkBufferUsageFlags usage,
stride           2731 libavutil/hwcontext_vulkan.c         *stride = FFALIGN(*stride, p->props.properties.limits.optimalBufferCopyRowPitchAlignment);
stride           2732 libavutil/hwcontext_vulkan.c         buf_spawn.size = height*(*stride);
stride            260 libavutil/imgutils.c     int64_t stride = av_image_get_linesize(pix_fmt, w, 0);
stride            261 libavutil/imgutils.c     if (stride <= 0)
stride            262 libavutil/imgutils.c         stride = 8LL*w;
stride            263 libavutil/imgutils.c     stride += 128*8;
stride            265 libavutil/imgutils.c     if ((int)w<=0 || (int)h<=0 || stride >= INT_MAX || stride*(uint64_t)(h+128) >= INT_MAX) {
stride            204 libavutil/mips/generic_macros_msa.h #define LW4(psrc, stride, out0, out1, out2, out3)  \
stride            207 libavutil/mips/generic_macros_msa.h     out1 = LW((psrc) + stride);                    \
stride            208 libavutil/mips/generic_macros_msa.h     out2 = LW((psrc) + 2 * stride);                \
stride            209 libavutil/mips/generic_macros_msa.h     out3 = LW((psrc) + 3 * stride);                \
stride            212 libavutil/mips/generic_macros_msa.h #define LW2(psrc, stride, out0, out1)  \
stride            215 libavutil/mips/generic_macros_msa.h     out1 = LW((psrc) + stride);        \
stride            225 libavutil/mips/generic_macros_msa.h #define LD2(psrc, stride, out0, out1)  \
stride            228 libavutil/mips/generic_macros_msa.h     out1 = LD((psrc) + stride);        \
stride            230 libavutil/mips/generic_macros_msa.h #define LD4(psrc, stride, out0, out1, out2, out3)  \
stride            232 libavutil/mips/generic_macros_msa.h     LD2((psrc), stride, out0, out1);               \
stride            233 libavutil/mips/generic_macros_msa.h     LD2((psrc) + 2 * stride, stride, out2, out3);  \
stride            243 libavutil/mips/generic_macros_msa.h #define SW4(in0, in1, in2, in3, pdst, stride)  \
stride            246 libavutil/mips/generic_macros_msa.h     SW(in1, (pdst) + stride);                  \
stride            247 libavutil/mips/generic_macros_msa.h     SW(in2, (pdst) + 2 * stride);              \
stride            248 libavutil/mips/generic_macros_msa.h     SW(in3, (pdst) + 3 * stride);              \
stride            258 libavutil/mips/generic_macros_msa.h #define SD4(in0, in1, in2, in3, pdst, stride)  \
stride            261 libavutil/mips/generic_macros_msa.h     SD(in1, (pdst) + stride);                  \
stride            262 libavutil/mips/generic_macros_msa.h     SD(in2, (pdst) + 2 * stride);              \
stride            263 libavutil/mips/generic_macros_msa.h     SD(in3, (pdst) + 3 * stride);              \
stride            274 libavutil/mips/generic_macros_msa.h #define LD_V2(RTYPE, psrc, stride, out0, out1)  \
stride            277 libavutil/mips/generic_macros_msa.h     out1 = LD_V(RTYPE, (psrc) + stride);        \
stride            285 libavutil/mips/generic_macros_msa.h #define LD_V3(RTYPE, psrc, stride, out0, out1, out2)  \
stride            287 libavutil/mips/generic_macros_msa.h     LD_V2(RTYPE, (psrc), stride, out0, out1);         \
stride            288 libavutil/mips/generic_macros_msa.h     out2 = LD_V(RTYPE, (psrc) + 2 * stride);          \
stride            293 libavutil/mips/generic_macros_msa.h #define LD_V4(RTYPE, psrc, stride, out0, out1, out2, out3)   \
stride            295 libavutil/mips/generic_macros_msa.h     LD_V2(RTYPE, (psrc), stride, out0, out1);                \
stride            296 libavutil/mips/generic_macros_msa.h     LD_V2(RTYPE, (psrc) + 2 * stride , stride, out2, out3);  \
stride            304 libavutil/mips/generic_macros_msa.h #define LD_V5(RTYPE, psrc, stride, out0, out1, out2, out3, out4)  \
stride            306 libavutil/mips/generic_macros_msa.h     LD_V4(RTYPE, (psrc), stride, out0, out1, out2, out3);         \
stride            307 libavutil/mips/generic_macros_msa.h     out4 = LD_V(RTYPE, (psrc) + 4 * stride);                      \
stride            312 libavutil/mips/generic_macros_msa.h #define LD_V6(RTYPE, psrc, stride, out0, out1, out2, out3, out4, out5)  \
stride            314 libavutil/mips/generic_macros_msa.h     LD_V4(RTYPE, (psrc), stride, out0, out1, out2, out3);               \
stride            315 libavutil/mips/generic_macros_msa.h     LD_V2(RTYPE, (psrc) + 4 * stride, stride, out4, out5);              \
stride            322 libavutil/mips/generic_macros_msa.h #define LD_V7(RTYPE, psrc, stride,                               \
stride            325 libavutil/mips/generic_macros_msa.h     LD_V5(RTYPE, (psrc), stride, out0, out1, out2, out3, out4);  \
stride            326 libavutil/mips/generic_macros_msa.h     LD_V2(RTYPE, (psrc) + 5 * stride, stride, out5, out6);       \
stride            331 libavutil/mips/generic_macros_msa.h #define LD_V8(RTYPE, psrc, stride,                                      \
stride            334 libavutil/mips/generic_macros_msa.h     LD_V4(RTYPE, (psrc), stride, out0, out1, out2, out3);               \
stride            335 libavutil/mips/generic_macros_msa.h     LD_V4(RTYPE, (psrc) + 4 * stride, stride, out4, out5, out6, out7);  \
stride            343 libavutil/mips/generic_macros_msa.h #define LD_V16(RTYPE, psrc, stride,                                   \
stride            347 libavutil/mips/generic_macros_msa.h     LD_V8(RTYPE, (psrc), stride,                                      \
stride            349 libavutil/mips/generic_macros_msa.h     LD_V8(RTYPE, (psrc) + 8 * stride, stride,                         \
stride            360 libavutil/mips/generic_macros_msa.h #define ST_V2(RTYPE, in0, in1, pdst, stride)  \
stride            363 libavutil/mips/generic_macros_msa.h     ST_V(RTYPE, in1, (pdst) + stride);        \
stride            371 libavutil/mips/generic_macros_msa.h #define ST_V4(RTYPE, in0, in1, in2, in3, pdst, stride)    \
stride            373 libavutil/mips/generic_macros_msa.h     ST_V2(RTYPE, in0, in1, (pdst), stride);               \
stride            374 libavutil/mips/generic_macros_msa.h     ST_V2(RTYPE, in2, in3, (pdst) + 2 * stride, stride);  \
stride            381 libavutil/mips/generic_macros_msa.h #define ST_V6(RTYPE, in0, in1, in2, in3, in4, in5, pdst, stride)  \
stride            383 libavutil/mips/generic_macros_msa.h     ST_V4(RTYPE, in0, in1, in2, in3, (pdst), stride);             \
stride            384 libavutil/mips/generic_macros_msa.h     ST_V2(RTYPE, in4, in5, (pdst) + 4 * stride, stride);          \
stride            388 libavutil/mips/generic_macros_msa.h #define ST_V8(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride)  \
stride            390 libavutil/mips/generic_macros_msa.h     ST_V4(RTYPE, in0, in1, in2, in3, (pdst), stride);                       \
stride            391 libavutil/mips/generic_macros_msa.h     ST_V4(RTYPE, in4, in5, in6, in7, (pdst) + 4 * stride, stride);          \
stride            411 libavutil/mips/generic_macros_msa.h #define ST_H2(in, idx0, idx1, pdst, stride)              \
stride            417 libavutil/mips/generic_macros_msa.h     SH(out1_m, (pdst) + stride);                         \
stride            419 libavutil/mips/generic_macros_msa.h #define ST_H4(in, idx0, idx1, idx2, idx3, pdst, stride)  \
stride            427 libavutil/mips/generic_macros_msa.h     SH(out1_m, (pdst) + stride);                         \
stride            428 libavutil/mips/generic_macros_msa.h     SH(out2_m, (pdst) + 2 * stride);                     \
stride            429 libavutil/mips/generic_macros_msa.h     SH(out3_m, (pdst) + 3 * stride);                     \
stride            432 libavutil/mips/generic_macros_msa.h               idx6, idx7, pdst, stride)                          \
stride            434 libavutil/mips/generic_macros_msa.h     ST_H4(in, idx0, idx1, idx2, idx3, pdst, stride)              \
stride            435 libavutil/mips/generic_macros_msa.h     ST_H4(in, idx4, idx5, idx6, idx7, (pdst) + 4*stride, stride) \
stride            452 libavutil/mips/generic_macros_msa.h #define ST_W2(in, idx0, idx1, pdst, stride)              \
stride            458 libavutil/mips/generic_macros_msa.h     SW(out1_m, (pdst) + stride);                         \
stride            460 libavutil/mips/generic_macros_msa.h #define ST_W4(in, idx0, idx1, idx2, idx3, pdst, stride)  \
stride            468 libavutil/mips/generic_macros_msa.h     SW(out1_m, (pdst) + stride);                         \
stride            469 libavutil/mips/generic_macros_msa.h     SW(out2_m, (pdst) + 2*stride);                       \
stride            470 libavutil/mips/generic_macros_msa.h     SW(out3_m, (pdst) + 3*stride);                       \
stride            473 libavutil/mips/generic_macros_msa.h               idx4, idx5, idx6, idx7, pdst, stride)             \
stride            475 libavutil/mips/generic_macros_msa.h     ST_W4(in0, idx0, idx1, idx2, idx3, pdst, stride)            \
stride            476 libavutil/mips/generic_macros_msa.h     ST_W4(in1, idx4, idx5, idx6, idx7, pdst + 4*stride, stride) \
stride            493 libavutil/mips/generic_macros_msa.h #define ST_D2(in, idx0, idx1, pdst, stride)    \
stride            499 libavutil/mips/generic_macros_msa.h     SD(out1_m, (pdst) + stride);               \
stride            501 libavutil/mips/generic_macros_msa.h #define ST_D4(in0, in1, idx0, idx1, idx2, idx3, pdst, stride) \
stride            509 libavutil/mips/generic_macros_msa.h     SD(out1_m, (pdst) + stride);                              \
stride            510 libavutil/mips/generic_macros_msa.h     SD(out2_m, (pdst) + 2 * stride);                          \
stride            511 libavutil/mips/generic_macros_msa.h     SD(out3_m, (pdst) + 3 * stride);                          \
stride            514 libavutil/mips/generic_macros_msa.h               idx4, idx5, idx6, idx7, pdst, stride)                    \
stride            516 libavutil/mips/generic_macros_msa.h     ST_D4(in0, in1, idx0, idx1, idx2, idx3, pdst, stride)              \
stride            517 libavutil/mips/generic_macros_msa.h     ST_D4(in2, in3, idx4, idx5, idx6, idx7, pdst + 4 * stride, stride) \
stride            529 libavutil/mips/generic_macros_msa.h #define ST12x8_UB(in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride)  \
stride            557 libavutil/mips/generic_macros_msa.h     pblk_12x8_m += stride;                                               \
stride            560 libavutil/mips/generic_macros_msa.h     pblk_12x8_m += stride;                                               \
stride            563 libavutil/mips/generic_macros_msa.h     pblk_12x8_m += stride;                                               \
stride            566 libavutil/mips/generic_macros_msa.h     pblk_12x8_m += stride;                                               \
stride            569 libavutil/mips/generic_macros_msa.h     pblk_12x8_m += stride;                                               \
stride            572 libavutil/mips/generic_macros_msa.h     pblk_12x8_m += stride;                                               \
stride            575 libavutil/mips/generic_macros_msa.h     pblk_12x8_m += stride;                                               \
stride           2575 libavutil/mips/generic_macros_msa.h #define AVE_ST8x4_UB(in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride)  \
stride           2589 libavutil/mips/generic_macros_msa.h     SD4(out0_m, out1_m, out2_m, out3_m, pdst, stride);                      \
stride           2606 libavutil/mips/generic_macros_msa.h #define AVE_ST16x4_UB(in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride)  \
stride           2615 libavutil/mips/generic_macros_msa.h     ST_UB4(tmp0_m, tmp1_m, tmp2_m, tmp3_m, pdst, stride);                    \
stride           2632 libavutil/mips/generic_macros_msa.h #define AVER_ST8x4_UB(in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride)  \
stride           2644 libavutil/mips/generic_macros_msa.h     SD4(out0_m, out1_m, out2_m, out3_m, pdst, stride);                       \
stride           2661 libavutil/mips/generic_macros_msa.h #define AVER_ST16x4_UB(in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride)  \
stride           2667 libavutil/mips/generic_macros_msa.h     ST_UB4(t0_m, t1_m, t2_m, t3_m, pdst, stride);                             \
stride           2686 libavutil/mips/generic_macros_msa.h                           pdst, stride)                            \
stride           2691 libavutil/mips/generic_macros_msa.h     LD_UB4(pdst, stride, dst0_m, dst1_m, dst2_m, dst3_m);          \
stride           2695 libavutil/mips/generic_macros_msa.h                   dst2_m, tmp2_m, dst3_m, tmp3_m, pdst, stride);   \
stride           2714 libavutil/mips/generic_macros_msa.h                            pdst, stride)                            \
stride           2719 libavutil/mips/generic_macros_msa.h     LD_UB4(pdst, stride, dst0_m, dst1_m, dst2_m, dst3_m);           \
stride           2723 libavutil/mips/generic_macros_msa.h                    dst2_m, tmp2_m, dst3_m, tmp3_m, pdst, stride);   \
stride           2731 libavutil/mips/generic_macros_msa.h #define ADDBLK_ST4x4_UB(in0, in1, in2, in3, pdst, stride)         \
stride           2741 libavutil/mips/generic_macros_msa.h     LW4(pdst, stride,  src0_m, src1_m, src2_m, src3_m);           \
stride           2753 libavutil/mips/generic_macros_msa.h     SW4(out0_m, out1_m, out2_m, out3_m, pdst, stride);            \
stride           2799 libavutil/mips/generic_macros_msa.h                                 dst0, dst1, pdst, stride)     \
stride           2807 libavutil/mips/generic_macros_msa.h     ST_D4(tmp0_m, tmp1_m, 0, 1, 0, 1, pdst_m, stride);        \
stride           2815 libavutil/mips/generic_macros_msa.h #define PCKEV_ST4x4_UB(in0, in1, in2, in3, pdst, stride)  \
stride           2827 libavutil/mips/generic_macros_msa.h     SW4(out0_m, out1_m, out2_m, out3_m, pdst, stride);    \
stride             39 libavutil/mips/mmiutils.h #define MMI_LWX(reg, addr, stride, bias)                                    \
stride             40 libavutil/mips/mmiutils.h     PTR_ADDU    "%[addrt],  "#addr",    "#stride"                   \n\t"   \
stride             43 libavutil/mips/mmiutils.h #define MMI_SWX(reg, addr, stride, bias)                                    \
stride             44 libavutil/mips/mmiutils.h     PTR_ADDU    "%[addrt],  "#addr",    "#stride"                   \n\t"   \
stride             47 libavutil/mips/mmiutils.h #define MMI_LDX(reg, addr, stride, bias)                                    \
stride             48 libavutil/mips/mmiutils.h     PTR_ADDU    "%[addrt],  "#addr",    "#stride"                   \n\t"   \
stride             51 libavutil/mips/mmiutils.h #define MMI_SDX(reg, addr, stride, bias)                                    \
stride             52 libavutil/mips/mmiutils.h     PTR_ADDU    "%[addrt],  "#addr",    "#stride"                   \n\t"   \
stride             62 libavutil/mips/mmiutils.h #define MMI_LWXC1(fp, addr, stride, bias)                                   \
stride             63 libavutil/mips/mmiutils.h     PTR_ADDU    "%[addrt],  "#addr",    "#stride"                   \n\t"   \
stride             73 libavutil/mips/mmiutils.h #define MMI_SWXC1(fp, addr, stride, bias)                                   \
stride             74 libavutil/mips/mmiutils.h     PTR_ADDU    "%[addrt],  "#addr",    "#stride"                   \n\t"   \
stride             84 libavutil/mips/mmiutils.h #define MMI_LDXC1(fp, addr, stride, bias)                                   \
stride             85 libavutil/mips/mmiutils.h     PTR_ADDU    "%[addrt],  "#addr",    "#stride"                   \n\t"   \
stride             95 libavutil/mips/mmiutils.h #define MMI_SDXC1(fp, addr, stride, bias)                                   \
stride             96 libavutil/mips/mmiutils.h     PTR_ADDU    "%[addrt],  "#addr",    "#stride"                   \n\t"   \
stride            122 libavutil/mips/mmiutils.h #define MMI_LWX(reg, addr, stride, bias)                                    \
stride            123 libavutil/mips/mmiutils.h     "gslwx      "#reg",     "#bias"("#addr", "#stride")             \n\t"
stride            125 libavutil/mips/mmiutils.h #define MMI_SWX(reg, addr, stride, bias)                                    \
stride            126 libavutil/mips/mmiutils.h     "gsswx      "#reg",     "#bias"("#addr", "#stride")             \n\t"
stride            128 libavutil/mips/mmiutils.h #define MMI_LDX(reg, addr, stride, bias)                                    \
stride            129 libavutil/mips/mmiutils.h     "gsldx      "#reg",     "#bias"("#addr", "#stride")             \n\t"
stride            131 libavutil/mips/mmiutils.h #define MMI_SDX(reg, addr, stride, bias)                                    \
stride            132 libavutil/mips/mmiutils.h     "gssdx      "#reg",     "#bias"("#addr", "#stride")             \n\t"
stride            157 libavutil/mips/mmiutils.h #define MMI_LWXC1(fp, addr, stride, bias)                                   \
stride            158 libavutil/mips/mmiutils.h     "gslwxc1    "#fp",      "#bias"("#addr", "#stride")             \n\t"
stride            167 libavutil/mips/mmiutils.h #define MMI_SWXC1(fp, addr, stride, bias)                                   \
stride            168 libavutil/mips/mmiutils.h     "gsswxc1    "#fp",      "#bias"("#addr", "#stride")             \n\t"
stride            177 libavutil/mips/mmiutils.h #define MMI_LDXC1(fp, addr, stride, bias)                                   \
stride            178 libavutil/mips/mmiutils.h     "gsldxc1    "#fp",      "#bias"("#addr", "#stride")             \n\t"
stride            187 libavutil/mips/mmiutils.h #define MMI_SDXC1(fp, addr, stride, bias)                                   \
stride            188 libavutil/mips/mmiutils.h     "gssdxc1    "#fp",      "#bias"("#addr", "#stride")             \n\t"
stride             92 libavutil/tx.h typedef void (*av_tx_fn)(AVTXContext *s, void *out, void *in, ptrdiff_t stride);
stride            131 libavutil/tx_template.c                                   ptrdiff_t stride)
stride            141 libavutil/tx_template.c     out[0*stride].re = in[0].re + tmp[1].re;
stride            142 libavutil/tx_template.c     out[0*stride].im = in[0].im + tmp[1].im;
stride            149 libavutil/tx_template.c     out[1*stride].re = in[0].re - (mtmp[2] + mtmp[0] + 0x40000000 >> 31);
stride            150 libavutil/tx_template.c     out[1*stride].im = in[0].im - (mtmp[3] - mtmp[1] + 0x40000000 >> 31);
stride            151 libavutil/tx_template.c     out[2*stride].re = in[0].re - (mtmp[2] - mtmp[0] + 0x40000000 >> 31);
stride            152 libavutil/tx_template.c     out[2*stride].im = in[0].im - (mtmp[3] + mtmp[1] + 0x40000000 >> 31);
stride            158 libavutil/tx_template.c     out[1*stride].re = in[0].re - tmp[1].re + tmp[0].re;
stride            159 libavutil/tx_template.c     out[1*stride].im = in[0].im - tmp[1].im - tmp[0].im;
stride            160 libavutil/tx_template.c     out[2*stride].re = in[0].re - tmp[1].re - tmp[0].re;
stride            161 libavutil/tx_template.c     out[2*stride].im = in[0].im - tmp[1].im + tmp[0].im;
stride            167 libavutil/tx_template.c                                   ptrdiff_t stride)                                               \
stride            176 libavutil/tx_template.c     out[D0*stride].re = in[0].re + t[0].re + t[2].re;                                             \
stride            177 libavutil/tx_template.c     out[D0*stride].im = in[0].im + t[0].im + t[2].im;                                             \
stride            189 libavutil/tx_template.c     out[D1*stride].re = in[0].re + z0[3].re;                                                      \
stride            190 libavutil/tx_template.c     out[D1*stride].im = in[0].im + z0[0].im;                                                      \
stride            191 libavutil/tx_template.c     out[D2*stride].re = in[0].re + z0[2].re;                                                      \
stride            192 libavutil/tx_template.c     out[D2*stride].im = in[0].im + z0[1].im;                                                      \
stride            193 libavutil/tx_template.c     out[D3*stride].re = in[0].re + z0[1].re;                                                      \
stride            194 libavutil/tx_template.c     out[D3*stride].im = in[0].im + z0[2].im;                                                      \
stride            195 libavutil/tx_template.c     out[D4*stride].re = in[0].re + z0[0].re;                                                      \
stride            196 libavutil/tx_template.c     out[D4*stride].im = in[0].im + z0[3].im;                                                      \
stride            205 libavutil/tx_template.c                                    ptrdiff_t stride)
stride            212 libavutil/tx_template.c     fft5_m1(out, tmp +  0, stride);
stride            213 libavutil/tx_template.c     fft5_m2(out, tmp +  5, stride);
stride            214 libavutil/tx_template.c     fft5_m3(out, tmp + 10, stride);
stride            364 libavutil/tx_template.c                                  void *_in, ptrdiff_t stride)                  \
stride            390 libavutil/tx_template.c                            ptrdiff_t stride)
stride            402 libavutil/tx_template.c                                    ptrdiff_t stride)                           \
stride            411 libavutil/tx_template.c     stride /= sizeof(*src); /* To convert it from bytes */                     \
stride            413 libavutil/tx_template.c     in2 = src + ((N*m*2) - 1) * stride;                                        \
stride            418 libavutil/tx_template.c             FFTComplex tmp = { in2[-k*stride], in1[k*stride] };                \
stride            444 libavutil/tx_template.c                                   ptrdiff_t stride)                            \
stride            452 libavutil/tx_template.c     stride /= sizeof(*dst);                                                    \
stride            479 libavutil/tx_template.c         CMUL(dst[2*i1*stride + stride], dst[2*i0*stride], src0.re, src0.im,    \
stride            481 libavutil/tx_template.c         CMUL(dst[2*i0*stride + stride], dst[2*i1*stride], src1.re, src1.im,    \
stride            491 libavutil/tx_template.c                              ptrdiff_t stride)
stride            498 libavutil/tx_template.c     stride /= sizeof(*src);
stride            500 libavutil/tx_template.c     in2 = src + ((m*2) - 1) * stride;
stride            503 libavutil/tx_template.c         FFTComplex tmp = { in2[-2*i*stride], in1[2*i*stride] };
stride            520 libavutil/tx_template.c                             ptrdiff_t stride)
stride            527 libavutil/tx_template.c     stride /= sizeof(*dst);
stride            549 libavutil/tx_template.c         CMUL(dst[2*i1*stride + stride], dst[2*i0*stride], src0.re, src0.im,
stride            551 libavutil/tx_template.c         CMUL(dst[2*i0*stride + stride], dst[2*i1*stride], src1.re, src1.im,
stride            175 libpostproc/postprocess.c static inline int isHorizDC_C(const uint8_t src[], int stride, const PPContext *c)
stride            190 libpostproc/postprocess.c         src+= stride;
stride            198 libpostproc/postprocess.c static inline int isVertDC_C(const uint8_t src[], int stride, const PPContext *c)
stride            205 libpostproc/postprocess.c     src+= stride*4; // src points to begin of the 8x8 Block
stride            207 libpostproc/postprocess.c         numEq += ((unsigned)(src[0] - src[0+stride] + dcOffset)) < dcThreshold;
stride            208 libpostproc/postprocess.c         numEq += ((unsigned)(src[1] - src[1+stride] + dcOffset)) < dcThreshold;
stride            209 libpostproc/postprocess.c         numEq += ((unsigned)(src[2] - src[2+stride] + dcOffset)) < dcThreshold;
stride            210 libpostproc/postprocess.c         numEq += ((unsigned)(src[3] - src[3+stride] + dcOffset)) < dcThreshold;
stride            211 libpostproc/postprocess.c         numEq += ((unsigned)(src[4] - src[4+stride] + dcOffset)) < dcThreshold;
stride            212 libpostproc/postprocess.c         numEq += ((unsigned)(src[5] - src[5+stride] + dcOffset)) < dcThreshold;
stride            213 libpostproc/postprocess.c         numEq += ((unsigned)(src[6] - src[6+stride] + dcOffset)) < dcThreshold;
stride            214 libpostproc/postprocess.c         numEq += ((unsigned)(src[7] - src[7+stride] + dcOffset)) < dcThreshold;
stride            215 libpostproc/postprocess.c         src+= stride;
stride            220 libpostproc/postprocess.c static inline int isHorizMinMaxOk_C(const uint8_t src[], int stride, int QP)
stride            225 libpostproc/postprocess.c         src += stride;
stride            227 libpostproc/postprocess.c         src += stride;
stride            229 libpostproc/postprocess.c         src += stride;
stride            231 libpostproc/postprocess.c         src += stride;
stride            236 libpostproc/postprocess.c static inline int isVertMinMaxOk_C(const uint8_t src[], int stride, int QP)
stride            239 libpostproc/postprocess.c     src+= stride*4;
stride            241 libpostproc/postprocess.c         if((unsigned)(src[  x + 0*stride] - src[  x + 5*stride] + 2*QP) > 4*QP) return 0;
stride            242 libpostproc/postprocess.c         if((unsigned)(src[1+x + 2*stride] - src[1+x + 7*stride] + 2*QP) > 4*QP) return 0;
stride            243 libpostproc/postprocess.c         if((unsigned)(src[2+x + 4*stride] - src[2+x + 1*stride] + 2*QP) > 4*QP) return 0;
stride            244 libpostproc/postprocess.c         if((unsigned)(src[3+x + 6*stride] - src[3+x + 3*stride] + 2*QP) > 4*QP) return 0;
stride            249 libpostproc/postprocess.c static inline int horizClassify_C(const uint8_t src[], int stride, const PPContext *c)
stride            251 libpostproc/postprocess.c     if( isHorizDC_C(src, stride, c) ){
stride            252 libpostproc/postprocess.c         return isHorizMinMaxOk_C(src, stride, c->QP);
stride            258 libpostproc/postprocess.c static inline int vertClassify_C(const uint8_t src[], int stride, const PPContext *c)
stride            260 libpostproc/postprocess.c     if( isVertDC_C(src, stride, c) ){
stride            261 libpostproc/postprocess.c         return isVertMinMaxOk_C(src, stride, c->QP);
stride            267 libpostproc/postprocess.c static inline void doHorizDefFilter_C(uint8_t dst[], int stride, const PPContext *c)
stride            298 libpostproc/postprocess.c         dst+= stride;
stride            306 libpostproc/postprocess.c static inline void doHorizLowPass_C(uint8_t dst[], int stride, const PPContext *c)
stride            334 libpostproc/postprocess.c         dst+= stride;
stride            346 libpostproc/postprocess.c static inline void horizX1Filter(uint8_t *src, int stride, int QP)
stride            396 libpostproc/postprocess.c         src+=stride;
stride            404 libpostproc/postprocess.c                                             int stride, const PPContext *c, int mode)
stride            512 libpostproc/postprocess.c         src += stride;
stride            846 libpostproc/postprocess.c static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){
stride            851 libpostproc/postprocess.c     c->stride= stride;
stride            854 libpostproc/postprocess.c     reallocAlign((void **)&c->tempDst, stride*24+32);
stride            855 libpostproc/postprocess.c     reallocAlign((void **)&c->tempSrc, stride*24);
stride            863 libpostproc/postprocess.c         reallocAlign((void **)&c->tempBlurred[i], stride*mbHeight*16 + 17*1024);
stride            881 libpostproc/postprocess.c     int stride= FFALIGN(width, 16);  //assumed / will realloc if needed
stride            905 libpostproc/postprocess.c     reallocBuffers(c, width, height, stride, qpStride);
stride            949 libpostproc/postprocess.c     if(c->stride < minStride || c->qpStride < absQPStride)
stride            951 libpostproc/postprocess.c                        FFMAX(minStride, c->stride),
stride             58 libpostproc/postprocess_altivec_template.c static inline int vertClassify_altivec(uint8_t src[], int stride, PPContext *c) {
stride             79 libpostproc/postprocess_altivec_template.c     const int properStride = (stride % 16);
stride             90 libpostproc/postprocess_altivec_template.c                  j1 = stride,
stride             91 libpostproc/postprocess_altivec_template.c                  j2 = 2 * stride,
stride             92 libpostproc/postprocess_altivec_template.c                  j3 = 3 * stride,
stride             93 libpostproc/postprocess_altivec_template.c                  j4 = 4 * stride,
stride             94 libpostproc/postprocess_altivec_template.c                  j5 = 5 * stride,
stride             95 libpostproc/postprocess_altivec_template.c                  j6 = 6 * stride,
stride             96 libpostproc/postprocess_altivec_template.c                  j7 = 7 * stride;
stride            105 libpostproc/postprocess_altivec_template.c     src2 += stride * 4;
stride            213 libpostproc/postprocess_altivec_template.c static inline void doVertLowPass_altivec(uint8_t *src, int stride, PPContext *c) {
stride            224 libpostproc/postprocess_altivec_template.c     const int properStride = (stride % 16);
stride            235 libpostproc/postprocess_altivec_template.c                  j1 = stride,
stride            236 libpostproc/postprocess_altivec_template.c                  j2 = 2 * stride,
stride            237 libpostproc/postprocess_altivec_template.c                  j3 = 3 * stride,
stride            238 libpostproc/postprocess_altivec_template.c                  j4 = 4 * stride,
stride            239 libpostproc/postprocess_altivec_template.c                  j5 = 5 * stride,
stride            240 libpostproc/postprocess_altivec_template.c                  j6 = 6 * stride,
stride            241 libpostproc/postprocess_altivec_template.c                  j7 = 7 * stride,
stride            242 libpostproc/postprocess_altivec_template.c                  j8 = 8 * stride,
stride            243 libpostproc/postprocess_altivec_template.c                  j9 = 9 * stride;
stride            247 libpostproc/postprocess_altivec_template.c     src2 += stride*3;
stride            250 libpostproc/postprocess_altivec_template.c     perml##i = vec_lvsl(i * stride, src2);                              \
stride            251 libpostproc/postprocess_altivec_template.c     vbA##i = vec_ld(i * stride, src2);                                  \
stride            252 libpostproc/postprocess_altivec_template.c     vbB##i = vec_ld(i * stride + 16, src2);                             \
stride            359 libpostproc/postprocess_altivec_template.c         vec_lvsr(i * stride, src2);                             \
stride            372 libpostproc/postprocess_altivec_template.c     vec_st(svA##i, i * stride, src2);                           \
stride            373 libpostproc/postprocess_altivec_template.c     vec_st(svB##i, i * stride + 16, src2);}
stride            380 libpostproc/postprocess_altivec_template.c     vec_st(vg##i, i * stride, src2);}
stride            411 libpostproc/postprocess_altivec_template.c static inline void doVertDefFilter_altivec(uint8_t src[], int stride, PPContext *c) {
stride            420 libpostproc/postprocess_altivec_template.c     uint8_t *src2 = src + stride*3;
stride            428 libpostproc/postprocess_altivec_template.c         vec_lvsl(i * stride, src2);                                     \
stride            430 libpostproc/postprocess_altivec_template.c         vec_ld(i * stride, src2);                                       \
stride            432 libpostproc/postprocess_altivec_template.c         vec_ld(i * stride + 16, src2);                                  \
stride            514 libpostproc/postprocess_altivec_template.c          vec_lvsr(i * stride, src2);                            \
stride            525 libpostproc/postprocess_altivec_template.c      vec_st(svA##i, i * stride, src2);                          \
stride            526 libpostproc/postprocess_altivec_template.c      vec_st(svB##i, i * stride + 16, src2);}
stride            532 libpostproc/postprocess_altivec_template.c static inline void dering_altivec(uint8_t src[], int stride, PPContext *c) {
stride            581 libpostproc/postprocess_altivec_template.c         vec_lvsl(i * stride, srcCopy);                                \
stride            582 libpostproc/postprocess_altivec_template.c     vector unsigned char sA##i = vec_ld(i * stride, srcCopy);         \
stride            583 libpostproc/postprocess_altivec_template.c     vector unsigned char sB##i = vec_ld(i * stride + 16, srcCopy);    \
stride            799 libpostproc/postprocess_altivec_template.c         vec_lvsr(i * stride, srcCopy);                  \
stride            806 libpostproc/postprocess_altivec_template.c     vec_st(sA##i, i * stride, srcCopy);                 \
stride            807 libpostproc/postprocess_altivec_template.c     vec_st(sB##i, i * stride + 16, srcCopy);            \
stride            828 libpostproc/postprocess_altivec_template.c static inline void tempNoiseReducer_altivec(uint8_t *src, int stride,
stride            842 libpostproc/postprocess_altivec_template.c     register int j##src##i = i * stride;                                \
stride            983 libpostproc/postprocess_altivec_template.c     const vector unsigned char perms = vec_lvsr(i * stride, src);        \
stride            992 libpostproc/postprocess_altivec_template.c     vec_st(svA, i * stride, src);                                        \
stride            993 libpostproc/postprocess_altivec_template.c     vec_st(svB, i * stride + 16, src);                                   \
stride           1015 libpostproc/postprocess_altivec_template.c static inline void transpose_16x8_char_toPackedAlign_altivec(unsigned char* dst, unsigned char* src, int stride) {
stride           1019 libpostproc/postprocess_altivec_template.c     vector unsigned char perm1##i = vec_lvsl(i * stride, src);          \
stride           1020 libpostproc/postprocess_altivec_template.c     vector unsigned char perm2##i = vec_lvsl(j * stride, src);          \
stride           1021 libpostproc/postprocess_altivec_template.c     vector unsigned char srcA##i = vec_ld(i * stride, src);             \
stride           1022 libpostproc/postprocess_altivec_template.c     vector unsigned char srcB##i = vec_ld(i * stride + 16, src);        \
stride           1023 libpostproc/postprocess_altivec_template.c     vector unsigned char srcC##i = vec_ld(j * stride, src);             \
stride           1024 libpostproc/postprocess_altivec_template.c     vector unsigned char srcD##i = vec_ld(j * stride+ 16, src);         \
stride           1120 libpostproc/postprocess_altivec_template.c static inline void transpose_8x16_char_fromPackedAlign_altivec(unsigned char* dst, unsigned char* src, int stride) {
stride           1184 libpostproc/postprocess_altivec_template.c     vector unsigned char dstAi = vec_ld(i * stride, dst);               \
stride           1185 libpostproc/postprocess_altivec_template.c     vector unsigned char dstBi = vec_ld(i * stride + 16, dst);          \
stride           1186 libpostproc/postprocess_altivec_template.c     vector unsigned char dstAj = vec_ld(j * stride, dst);               \
stride           1187 libpostproc/postprocess_altivec_template.c     vector unsigned char dstBj = vec_ld(j * stride+ 16, dst);           \
stride           1188 libpostproc/postprocess_altivec_template.c     vector unsigned char aligni = vec_lvsr(i * stride, dst);            \
stride           1189 libpostproc/postprocess_altivec_template.c     vector unsigned char alignj = vec_lvsr(j * stride, dst);            \
stride           1200 libpostproc/postprocess_altivec_template.c     vec_st(dstAFi, i * stride, dst);                                    \
stride           1201 libpostproc/postprocess_altivec_template.c     vec_st(dstBFi, i * stride + 16, dst);                               \
stride           1202 libpostproc/postprocess_altivec_template.c     vec_st(dstAFj, j * stride, dst);                                    \
stride           1203 libpostproc/postprocess_altivec_template.c     vec_st(dstBFj, j * stride + 16, dst);                               \
stride            167 libpostproc/postprocess_internal.h     int stride;   ///<size of some buffers (needed to realloc them if needed)
stride            176 libpostproc/postprocess_internal.h static inline void linecpy(void *dest, const void *src, int lines, int stride) {
stride            177 libpostproc/postprocess_internal.h     if (stride > 0) {
stride            178 libpostproc/postprocess_internal.h         memcpy(dest, src, lines*stride);
stride            180 libpostproc/postprocess_internal.h         memcpy((uint8_t*)dest+(lines-1)*stride, (const uint8_t*)src+(lines-1)*stride, -lines*stride);
stride            111 libpostproc/postprocess_template.c static inline int RENAME(vertClassify)(const uint8_t src[], int stride, PPContext *c){
stride            113 libpostproc/postprocess_template.c     src+= stride*4; // src points to begin of the 8x8 Block
stride            209 libpostproc/postprocess_template.c         : "r" (src), "r" ((x86_reg)stride), "m" (c->pQPb)
stride            228 libpostproc/postprocess_template.c static inline void RENAME(doVertLowPass)(uint8_t *src, int stride, PPContext *c)
stride            231 libpostproc/postprocess_template.c     src+= stride*3;
stride            354 libpostproc/postprocess_template.c         : "r" (src), "r" ((x86_reg)stride), "m" (c->pQPb)
stride            358 libpostproc/postprocess_template.c     const int l1= stride;
stride            359 libpostproc/postprocess_template.c     const int l2= stride + l1;
stride            360 libpostproc/postprocess_template.c     const int l3= stride + l2;
stride            361 libpostproc/postprocess_template.c     const int l4= stride + l3;
stride            362 libpostproc/postprocess_template.c     const int l5= stride + l4;
stride            363 libpostproc/postprocess_template.c     const int l6= stride + l5;
stride            364 libpostproc/postprocess_template.c     const int l7= stride + l6;
stride            365 libpostproc/postprocess_template.c     const int l8= stride + l7;
stride            366 libpostproc/postprocess_template.c     const int l9= stride + l8;
stride            368 libpostproc/postprocess_template.c     src+= stride*3;
stride            407 libpostproc/postprocess_template.c static inline void RENAME(vertX1Filter)(uint8_t *src, int stride, PPContext *co)
stride            410 libpostproc/postprocess_template.c     src+= stride*3;
stride            492 libpostproc/postprocess_template.c         : "r" (src), "r" ((x86_reg)stride), "m" (co->pQPb)
stride            498 libpostproc/postprocess_template.c     const int l1= stride;
stride            499 libpostproc/postprocess_template.c     const int l2= stride + l1;
stride            500 libpostproc/postprocess_template.c     const int l3= stride + l2;
stride            501 libpostproc/postprocess_template.c     const int l4= stride + l3;
stride            502 libpostproc/postprocess_template.c     const int l5= stride + l4;
stride            503 libpostproc/postprocess_template.c     const int l6= stride + l5;
stride            504 libpostproc/postprocess_template.c     const int l7= stride + l6;
stride            509 libpostproc/postprocess_template.c     src+= stride*3;
stride            534 libpostproc/postprocess_template.c static inline void RENAME(doVertDefFilter)(uint8_t src[], int stride, PPContext *c)
stride            551 libpostproc/postprocess_template.c     src+= stride*4;
stride            758 libpostproc/postprocess_template.c         : "r" (src), "r" ((x86_reg)stride), "m" (c->pQPb)
stride            820 libpostproc/postprocess_template.c     src+= stride*4;
stride           1046 libpostproc/postprocess_template.c         : "r" ((x86_reg)stride), "m" (c->pQPb), "r"(tmp)
stride           1051 libpostproc/postprocess_template.c     const int l1= stride;
stride           1052 libpostproc/postprocess_template.c     const int l2= stride + l1;
stride           1053 libpostproc/postprocess_template.c     const int l3= stride + l2;
stride           1054 libpostproc/postprocess_template.c     const int l4= stride + l3;
stride           1055 libpostproc/postprocess_template.c     const int l5= stride + l4;
stride           1056 libpostproc/postprocess_template.c     const int l6= stride + l5;
stride           1057 libpostproc/postprocess_template.c     const int l7= stride + l6;
stride           1058 libpostproc/postprocess_template.c     const int l8= stride + l7;
stride           1061 libpostproc/postprocess_template.c     src+= stride*3;
stride           1093 libpostproc/postprocess_template.c static inline void RENAME(dering)(uint8_t src[], int stride, PPContext *c)
stride           1318 libpostproc/postprocess_template.c         : : "r" (src), "r" ((x86_reg)stride), "m" (c->pQPb), "m"(c->pQPb2), "q"(tmp)
stride           1334 libpostproc/postprocess_template.c         p= src + stride*y;
stride           1348 libpostproc/postprocess_template.c         if(src[stride*y + 0] > avg) t+= 1;
stride           1349 libpostproc/postprocess_template.c         if(src[stride*y + 1] > avg) t+= 2;
stride           1350 libpostproc/postprocess_template.c         if(src[stride*y + 2] > avg) t+= 4;
stride           1351 libpostproc/postprocess_template.c         if(src[stride*y + 3] > avg) t+= 8;
stride           1352 libpostproc/postprocess_template.c         if(src[stride*y + 4] > avg) t+= 16;
stride           1353 libpostproc/postprocess_template.c         if(src[stride*y + 5] > avg) t+= 32;
stride           1354 libpostproc/postprocess_template.c         if(src[stride*y + 6] > avg) t+= 64;
stride           1355 libpostproc/postprocess_template.c         if(src[stride*y + 7] > avg) t+= 128;
stride           1356 libpostproc/postprocess_template.c         if(src[stride*y + 8] > avg) t+= 256;
stride           1357 libpostproc/postprocess_template.c         if(src[stride*y + 9] > avg) t+= 512;
stride           1374 libpostproc/postprocess_template.c         p= src + stride*y;
stride           1378 libpostproc/postprocess_template.c                 int f= (*(p-stride-1)) + 2*(*(p-stride)) + (*(p-stride+1))
stride           1380 libpostproc/postprocess_template.c                       +(*(p+stride-1)) + 2*(*(p+stride)) + (*(p+stride+1));
stride           1431 libpostproc/postprocess_template.c             p= src + stride*y;
stride           1450 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceInterpolateLinear)(uint8_t src[], int stride)
stride           1453 libpostproc/postprocess_template.c     src+= 4*stride;
stride           1474 libpostproc/postprocess_template.c         : : "r" (src), "r" ((x86_reg)stride)
stride           1479 libpostproc/postprocess_template.c     src+= 4*stride;
stride           1482 libpostproc/postprocess_template.c         a= *(uint32_t*)&src[stride*0];
stride           1483 libpostproc/postprocess_template.c         b= *(uint32_t*)&src[stride*2];
stride           1484 libpostproc/postprocess_template.c         *(uint32_t*)&src[stride*1]= (a|b) - (((a^b)&0xFEFEFEFEUL)>>1);
stride           1485 libpostproc/postprocess_template.c         a= *(uint32_t*)&src[stride*4];
stride           1486 libpostproc/postprocess_template.c         *(uint32_t*)&src[stride*3]= (a|b) - (((a^b)&0xFEFEFEFEUL)>>1);
stride           1487 libpostproc/postprocess_template.c         b= *(uint32_t*)&src[stride*6];
stride           1488 libpostproc/postprocess_template.c         *(uint32_t*)&src[stride*5]= (a|b) - (((a^b)&0xFEFEFEFEUL)>>1);
stride           1489 libpostproc/postprocess_template.c         a= *(uint32_t*)&src[stride*8];
stride           1490 libpostproc/postprocess_template.c         *(uint32_t*)&src[stride*7]= (a|b) - (((a^b)&0xFEFEFEFEUL)>>1);
stride           1503 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceInterpolateCubic)(uint8_t src[], int stride)
stride           1506 libpostproc/postprocess_template.c     src+= stride*3;
stride           1562 libpostproc/postprocess_template.c         : : "r" (src), "r" ((x86_reg)stride)
stride           1572 libpostproc/postprocess_template.c     src+= stride*3;
stride           1574 libpostproc/postprocess_template.c         src[stride*3] = av_clip_uint8((-src[0]        + 9*src[stride*2] + 9*src[stride*4] - src[stride*6])>>4);
stride           1575 libpostproc/postprocess_template.c         src[stride*5] = av_clip_uint8((-src[stride*2] + 9*src[stride*4] + 9*src[stride*6] - src[stride*8])>>4);
stride           1576 libpostproc/postprocess_template.c         src[stride*7] = av_clip_uint8((-src[stride*4] + 9*src[stride*6] + 9*src[stride*8] - src[stride*10])>>4);
stride           1577 libpostproc/postprocess_template.c         src[stride*9] = av_clip_uint8((-src[stride*6] + 9*src[stride*8] + 9*src[stride*10] - src[stride*12])>>4);
stride           1590 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceFF)(uint8_t src[], int stride, uint8_t *tmp)
stride           1593 libpostproc/postprocess_template.c     src+= stride*4;
stride           1638 libpostproc/postprocess_template.c         : : "r" (src), "r" ((x86_reg)stride), "r"(tmp)
stride           1643 libpostproc/postprocess_template.c     src+= stride*4;
stride           1646 libpostproc/postprocess_template.c         int t2= src[stride*1];
stride           1648 libpostproc/postprocess_template.c         src[stride*1]= av_clip_uint8((-t1 + 4*src[stride*0] + 2*t2 + 4*src[stride*2] - src[stride*3] + 4)>>3);
stride           1649 libpostproc/postprocess_template.c         t1= src[stride*4];
stride           1650 libpostproc/postprocess_template.c         src[stride*3]= av_clip_uint8((-t2 + 4*src[stride*2] + 2*t1 + 4*src[stride*4] - src[stride*5] + 4)>>3);
stride           1651 libpostproc/postprocess_template.c         t2= src[stride*6];
stride           1652 libpostproc/postprocess_template.c         src[stride*5]= av_clip_uint8((-t1 + 4*src[stride*4] + 2*t2 + 4*src[stride*6] - src[stride*7] + 4)>>3);
stride           1653 libpostproc/postprocess_template.c         t1= src[stride*8];
stride           1654 libpostproc/postprocess_template.c         src[stride*7]= av_clip_uint8((-t2 + 4*src[stride*6] + 2*t1 + 4*src[stride*8] - src[stride*9] + 4)>>3);
stride           1669 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceL5)(uint8_t src[], int stride, uint8_t *tmp, uint8_t *tmp2)
stride           1672 libpostproc/postprocess_template.c     src+= stride*4;
stride           1728 libpostproc/postprocess_template.c         : : "r" (src), "r" ((x86_reg)stride), "r"(tmp), "r"(tmp2)
stride           1733 libpostproc/postprocess_template.c     src+= stride*4;
stride           1739 libpostproc/postprocess_template.c         src[stride*0]= av_clip_uint8((-(t1 + src[stride*2]) + 2*(t2 + src[stride*1]) + 6*t3 + 4)>>3);
stride           1740 libpostproc/postprocess_template.c         t1= src[stride*1];
stride           1741 libpostproc/postprocess_template.c         src[stride*1]= av_clip_uint8((-(t2 + src[stride*3]) + 2*(t3 + src[stride*2]) + 6*t1 + 4)>>3);
stride           1742 libpostproc/postprocess_template.c         t2= src[stride*2];
stride           1743 libpostproc/postprocess_template.c         src[stride*2]= av_clip_uint8((-(t3 + src[stride*4]) + 2*(t1 + src[stride*3]) + 6*t2 + 4)>>3);
stride           1744 libpostproc/postprocess_template.c         t3= src[stride*3];
stride           1745 libpostproc/postprocess_template.c         src[stride*3]= av_clip_uint8((-(t1 + src[stride*5]) + 2*(t2 + src[stride*4]) + 6*t3 + 4)>>3);
stride           1746 libpostproc/postprocess_template.c         t1= src[stride*4];
stride           1747 libpostproc/postprocess_template.c         src[stride*4]= av_clip_uint8((-(t2 + src[stride*6]) + 2*(t3 + src[stride*5]) + 6*t1 + 4)>>3);
stride           1748 libpostproc/postprocess_template.c         t2= src[stride*5];
stride           1749 libpostproc/postprocess_template.c         src[stride*5]= av_clip_uint8((-(t3 + src[stride*7]) + 2*(t1 + src[stride*6]) + 6*t2 + 4)>>3);
stride           1750 libpostproc/postprocess_template.c         t3= src[stride*6];
stride           1751 libpostproc/postprocess_template.c         src[stride*6]= av_clip_uint8((-(t1 + src[stride*8]) + 2*(t2 + src[stride*7]) + 6*t3 + 4)>>3);
stride           1752 libpostproc/postprocess_template.c         t1= src[stride*7];
stride           1753 libpostproc/postprocess_template.c         src[stride*7]= av_clip_uint8((-(t2 + src[stride*9]) + 2*(t3 + src[stride*8]) + 6*t1 + 4)>>3);
stride           1770 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceBlendLinear)(uint8_t src[], int stride, uint8_t *tmp)
stride           1773 libpostproc/postprocess_template.c     src+= 4*stride;
stride           1816 libpostproc/postprocess_template.c         : : "r" (src), "r" ((x86_reg)stride), "r" (tmp)
stride           1821 libpostproc/postprocess_template.c     src+= 4*stride;
stride           1824 libpostproc/postprocess_template.c         a= *(uint32_t*)&tmp[stride*0];
stride           1825 libpostproc/postprocess_template.c         b= *(uint32_t*)&src[stride*0];
stride           1826 libpostproc/postprocess_template.c         c= *(uint32_t*)&src[stride*1];
stride           1828 libpostproc/postprocess_template.c         *(uint32_t*)&src[stride*0]= (a|b) - (((a^b)&0xFEFEFEFEUL)>>1);
stride           1830 libpostproc/postprocess_template.c         a= *(uint32_t*)&src[stride*2];
stride           1832 libpostproc/postprocess_template.c         *(uint32_t*)&src[stride*1]= (c|b) - (((c^b)&0xFEFEFEFEUL)>>1);
stride           1834 libpostproc/postprocess_template.c         b= *(uint32_t*)&src[stride*3];
stride           1836 libpostproc/postprocess_template.c         *(uint32_t*)&src[stride*2]= (c|a) - (((c^a)&0xFEFEFEFEUL)>>1);
stride           1838 libpostproc/postprocess_template.c         c= *(uint32_t*)&src[stride*4];
stride           1840 libpostproc/postprocess_template.c         *(uint32_t*)&src[stride*3]= (a|b) - (((a^b)&0xFEFEFEFEUL)>>1);
stride           1842 libpostproc/postprocess_template.c         a= *(uint32_t*)&src[stride*5];
stride           1844 libpostproc/postprocess_template.c         *(uint32_t*)&src[stride*4]= (c|b) - (((c^b)&0xFEFEFEFEUL)>>1);
stride           1846 libpostproc/postprocess_template.c         b= *(uint32_t*)&src[stride*6];
stride           1848 libpostproc/postprocess_template.c         *(uint32_t*)&src[stride*5]= (c|a) - (((c^a)&0xFEFEFEFEUL)>>1);
stride           1850 libpostproc/postprocess_template.c         c= *(uint32_t*)&src[stride*7];
stride           1852 libpostproc/postprocess_template.c         *(uint32_t*)&src[stride*6]= (a|b) - (((a^b)&0xFEFEFEFEUL)>>1);
stride           1854 libpostproc/postprocess_template.c         a= *(uint32_t*)&src[stride*8];
stride           1856 libpostproc/postprocess_template.c         *(uint32_t*)&src[stride*7]= (c|b) - (((c^b)&0xFEFEFEFEUL)>>1);
stride           1858 libpostproc/postprocess_template.c         *(uint32_t*)&tmp[stride*0]= c;
stride           1871 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceMedian)(uint8_t src[], int stride)
stride           1874 libpostproc/postprocess_template.c     src+= 4*stride;
stride           1920 libpostproc/postprocess_template.c         : : "r" (src), "r" ((x86_reg)stride)
stride           1962 libpostproc/postprocess_template.c         : : "r" (src), "r" ((x86_reg)stride)
stride           1968 libpostproc/postprocess_template.c     src+= 4*stride;
stride           1975 libpostproc/postprocess_template.c             b = colsrc[stride  ];
stride           1976 libpostproc/postprocess_template.c             c = colsrc[stride*2];
stride           1980 libpostproc/postprocess_template.c             colsrc[stride  ] = (a|(d^f)) & (b|(d^e)) & (c|(e^f));
stride           1981 libpostproc/postprocess_template.c             colsrc += stride*2;
stride           2157 libpostproc/postprocess_template.c static inline void RENAME(tempNoiseReducer)(uint8_t *src, int stride,
stride           2452 libpostproc/postprocess_template.c         :: "r" (src), "r" (tempBlurred), "r"((x86_reg)stride), "m" (tempBlurredPast)
stride           2466 libpostproc/postprocess_template.c             int ref= tempBlurred[ x + y*stride ];
stride           2467 libpostproc/postprocess_template.c             int cur= src[ x + y*stride ];
stride           2498 libpostproc/postprocess_template.c                     int ref= tempBlurred[ x + y*stride ];
stride           2499 libpostproc/postprocess_template.c                     int cur= src[ x + y*stride ];
stride           2500 libpostproc/postprocess_template.c                     tempBlurred[ x + y*stride ]=
stride           2501 libpostproc/postprocess_template.c                     src[ x + y*stride ]=
stride           2509 libpostproc/postprocess_template.c                     tempBlurred[ x + y*stride ]= src[ x + y*stride ];
stride           2518 libpostproc/postprocess_template.c                     int ref= tempBlurred[ x + y*stride ];
stride           2519 libpostproc/postprocess_template.c                     int cur= src[ x + y*stride ];
stride           2520 libpostproc/postprocess_template.c                     tempBlurred[ x + y*stride ]=
stride           2521 libpostproc/postprocess_template.c                     src[ x + y*stride ]=
stride           2529 libpostproc/postprocess_template.c                     int ref= tempBlurred[ x + y*stride ];
stride           2530 libpostproc/postprocess_template.c                     int cur= src[ x + y*stride ];
stride           2531 libpostproc/postprocess_template.c                     tempBlurred[ x + y*stride ]=
stride           2532 libpostproc/postprocess_template.c                     src[ x + y*stride ]=
stride           2547 libpostproc/postprocess_template.c static av_always_inline void RENAME(do_a_deblock)(uint8_t *src, int step, int stride, const PPContext *c, int mode){
stride           3215 libpostproc/postprocess_template.c static inline void RENAME(duplicate)(uint8_t src[], int stride)
stride           3227 libpostproc/postprocess_template.c         : "r" ((x86_reg)-stride)
stride           3233 libpostproc/postprocess_template.c         p-= stride;
stride           3564 libpostproc/postprocess_template.c             const int stride= dstStride;
stride           3575 libpostproc/postprocess_template.c                     RENAME(vertX1Filter)(dstBlock, stride, &c);
stride           3577 libpostproc/postprocess_template.c                     const int t= RENAME(vertClassify)(dstBlock, stride, &c);
stride           3580 libpostproc/postprocess_template.c                         RENAME(doVertLowPass)(dstBlock, stride, &c);
stride           3582 libpostproc/postprocess_template.c                         RENAME(doVertDefFilter)(dstBlock, stride, &c);
stride           3584 libpostproc/postprocess_template.c                     RENAME(do_a_deblock)(dstBlock, stride, 1, &c, mode);
stride           3596 libpostproc/postprocess_template.c             const int stride= dstStride;
stride           3624 libpostproc/postprocess_template.c                     horizX1Filter(dstBlock-4, stride, c.QP);
stride           3629 libpostproc/postprocess_template.c                     transpose_16x8_char_toPackedAlign_altivec(tempBlock, dstBlock - (4 + 1), stride);
stride           3634 libpostproc/postprocess_template.c                         transpose_8x16_char_fromPackedAlign_altivec(dstBlock - (4 + 1), tempBlock, stride);
stride           3638 libpostproc/postprocess_template.c                         transpose_8x16_char_fromPackedAlign_altivec(dstBlock - (4 + 1), tempBlock, stride);
stride           3641 libpostproc/postprocess_template.c                     const int t= RENAME(horizClassify)(dstBlock-4, stride, &c);
stride           3644 libpostproc/postprocess_template.c                         RENAME(doHorizLowPass)(dstBlock-4, stride, &c);
stride           3646 libpostproc/postprocess_template.c                         RENAME(doHorizDefFilter)(dstBlock-4, stride, &c);
stride           3649 libpostproc/postprocess_template.c                     RENAME(do_a_deblock)(dstBlock-8, 1, stride, &c, mode);
stride           3654 libpostproc/postprocess_template.c                     if(y>0) RENAME(dering)(dstBlock - stride - 8, stride, &c);
stride           3659 libpostproc/postprocess_template.c                     RENAME(tempNoiseReducer)(dstBlock-8, stride,
stride             64 libswresample/rematrix.c int swr_set_matrix(struct SwrContext *s, const double *matrix, int stride)
stride             79 libswresample/rematrix.c         matrix += stride;
stride            123 libswresample/rematrix.c                              int stride, enum AVMatrixEncoding matrix_encoding, void *log_context)
stride            315 libswresample/rematrix.c                 matrix_param[stride*out_i + in_i] = matrix[i][j];
stride            317 libswresample/rematrix.c                 matrix_param[stride*out_i + in_i] = i == j && (in_ch_layout & out_ch_layout & (1ULL<<i));
stride            318 libswresample/rematrix.c             sum += fabs(matrix_param[stride*out_i + in_i]);
stride            331 libswresample/rematrix.c                 matrix_param[stride*i + j] /= maxcoef;
stride            338 libswresample/rematrix.c                 matrix_param[stride*i + j] *= rematrix_volume;
stride            349 libswresample/rematrix.c             av_log(log_context, AV_LOG_DEBUG, "%s:%f ", c ? c : "?", matrix_param[stride*i + j]);
stride            392 libswresample/swresample.h                      int stride, enum AVMatrixEncoding matrix_encoding,
stride            404 libswresample/swresample.h int swr_set_matrix(struct SwrContext *s, const double *matrix, int stride);
stride            147 libswscale/slice.c int ff_init_slice_from_src(SwsSlice * s, uint8_t *src[4], int stride[4], int srcW, int lumY, int lumH, int chrY, int chrH, int relative)
stride            161 libswscale/slice.c     uint8_t *const src_[4] = {src[0] + (relative ? 0 : start[0]) * stride[0],
stride            162 libswscale/slice.c                               src[1] + (relative ? 0 : start[1]) * stride[1],
stride            163 libswscale/slice.c                               src[2] + (relative ? 0 : start[2]) * stride[2],
stride            164 libswscale/slice.c                               src[3] + (relative ? 0 : start[3]) * stride[3]};
stride            178 libswscale/slice.c                 s->plane[i].line[start[i] - first + j] = src_[i] +  j * stride[i];
stride            184 libswscale/slice.c                 s->plane[i].line[j] = src_[i] +  j * stride[i];
stride             55 libswscale/swscale.c static av_always_inline void fillPlane(uint8_t *plane, int stride, int width,
stride             59 libswscale/swscale.c     uint8_t *ptr = plane + stride * y;
stride             62 libswscale/swscale.c         ptr += stride;
stride            629 libswscale/swscale.c                          const uint16_t *src, int stride, int h)
stride            635 libswscale/swscale.c         for (xp=0; xp+2<stride; xp+=3) {
stride            679 libswscale/swscale.c         src += stride;
stride            680 libswscale/swscale.c         dst += stride;
stride            685 libswscale/swscale.c                          const uint16_t *src, int stride, int h)
stride            691 libswscale/swscale.c         for (xp=0; xp+2<stride; xp+=3) {
stride            735 libswscale/swscale.c         src += stride;
stride            736 libswscale/swscale.c         dst += stride;
stride            910 libswscale/swscale_internal.h static inline void fillPlane16(uint8_t *plane, int stride, int width, int height, int y,
stride            914 libswscale/swscale_internal.h     uint8_t *ptr = plane + stride * y;
stride            926 libswscale/swscale_internal.h         ptr += stride;
stride            931 libswscale/swscale_internal.h static inline void fillPlane32(uint8_t *plane, int stride, int width, int height, int y,
stride            935 libswscale/swscale_internal.h     uint8_t *ptr = plane + stride * y;
stride            953 libswscale/swscale_internal.h         ptr += stride;
stride           1005 libswscale/swscale_internal.h int ff_init_slice_from_src(SwsSlice * s, uint8_t *src[4], int stride[4], int srcW, int lumY, int lumH, int chrY, int chrH, int relative);
stride            114 libswscale/swscale_unscaled.c static void fillPlane(uint8_t *plane, int stride, int width, int height, int y,
stride            118 libswscale/swscale_unscaled.c     uint8_t *ptr = plane + stride * y;
stride            121 libswscale/swscale_unscaled.c         ptr += stride;
stride            370 libswscale/tests/swscale.c     int stride[4]       = { W, W, W, W };
stride            425 libswscale/tests/swscale.c     sws_scale(sws, rgb_src, rgb_stride, 0, H / 12, (uint8_t * const *) src, stride);
stride            430 libswscale/tests/swscale.c         res = fileTest(src, stride, W, H, fp, srcFormat, dstFormat);
stride            433 libswscale/tests/swscale.c         selfTest(src, stride, W, H, srcFormat, dstFormat);
stride             95 tests/checkasm/aacpsdsp.c                  ptrdiff_t stride, int n);
stride            185 tests/checkasm/h264dsp.c     declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *dst, int16_t *block, int stride);
stride            241 tests/checkasm/h264dsp.c     declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]);
stride            327 tests/checkasm/h264dsp.c     declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *pix, ptrdiff_t stride,
stride            391 tests/checkasm/h264dsp.c     declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *pix, ptrdiff_t stride,
stride            147 tests/checkasm/h264pred.c         declare_func_emms(AV_CPU_FLAG_MMX | AV_CPU_FLAG_MMXEXT, void, uint8_t *src, const uint8_t *topright, ptrdiff_t stride);
stride            166 tests/checkasm/h264pred.c     declare_func_emms(AV_CPU_FLAG_MMX | AV_CPU_FLAG_MMXEXT, void, uint8_t *src, ptrdiff_t stride);
stride            186 tests/checkasm/h264pred.c         declare_func_emms(AV_CPU_FLAG_MMX | AV_CPU_FLAG_MMXEXT, void, uint8_t *src, ptrdiff_t stride);
stride            206 tests/checkasm/h264pred.c         declare_func_emms(AV_CPU_FLAG_MMXEXT, void, uint8_t *src, int topleft, int topright, ptrdiff_t stride);
stride             58 tests/checkasm/h264qpel.c     declare_func_emms(AV_CPU_FLAG_MMX | AV_CPU_FLAG_MMXEXT, void, uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
stride             45 tests/checkasm/hevc_add_res.c static void compare_add_res(int size, ptrdiff_t stride, int overflow_test)
stride             52 tests/checkasm/hevc_add_res.c     declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *dst, int16_t *res, ptrdiff_t stride);
stride             61 tests/checkasm/hevc_add_res.c     call_ref(dst0, res0, stride);
stride             62 tests/checkasm/hevc_add_res.c     call_new(dst1, res1, stride);
stride             65 tests/checkasm/hevc_add_res.c     bench_new(dst1, res1, stride);
stride             75 tests/checkasm/hevc_add_res.c         ptrdiff_t stride = block_size << (bit_depth > 8);
stride             78 tests/checkasm/hevc_add_res.c             compare_add_res(size, stride, 0);
stride             80 tests/checkasm/hevc_add_res.c             compare_add_res(size, stride, 1);
stride             80 tests/checkasm/hevc_sao.c         ptrdiff_t stride = PIXEL_STRIDE*SIZEOF_PIXEL;
stride             90 tests/checkasm/hevc_sao.c             call_ref(dst0, src0, stride, stride, offset_val, left_class, block_size, block_size);
stride             91 tests/checkasm/hevc_sao.c             call_new(dst1, src1, stride, stride, offset_val, left_class, block_size, block_size);
stride             94 tests/checkasm/hevc_sao.c             bench_new(dst1, src1, stride, stride, offset_val, left_class, block_size, block_size);
stride            111 tests/checkasm/hevc_sao.c         ptrdiff_t stride = PIXEL_STRIDE*SIZEOF_PIXEL;
stride            122 tests/checkasm/hevc_sao.c             call_ref(dst0, src0 + offset, stride, offset_val, eo, block_size, block_size);
stride            123 tests/checkasm/hevc_sao.c             call_new(dst1, src1 + offset, stride, offset_val, eo, block_size, block_size);
stride            126 tests/checkasm/hevc_sao.c             bench_new(dst1, src1 + offset, stride, offset_val, eo, block_size, block_size);
stride            169 tests/checkasm/llviddsp.c     int src_size, stride;
stride            171 tests/checkasm/llviddsp.c     declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *src, const ptrdiff_t stride,
stride            174 tests/checkasm/llviddsp.c     stride = w + 32;
stride            175 tests/checkasm/llviddsp.c     src_size = (stride + 32) * 2; /* dsp need previous line, and ignore the start of the line */
stride            182 tests/checkasm/llviddsp.c         call_ref(src0 + stride + 32, stride, w);
stride            183 tests/checkasm/llviddsp.c         call_new(src1 + stride + 32, stride, w);
stride            184 tests/checkasm/llviddsp.c         if (memcmp(src0, src1, stride)||/* previous line doesn't change */
stride            185 tests/checkasm/llviddsp.c             memcmp(src0+stride, src1 + stride, w + 32)) {
stride            188 tests/checkasm/llviddsp.c         bench_new(src1 + stride + 32, stride, w);
stride             85 tests/checkasm/llviddspenc.c                       ptrdiff_t stride, ptrdiff_t width, int height);
stride             67 tests/checkasm/pixblockdsp.c         declare_func_emms(AV_CPU_FLAG_MMX, void, int16_t *av_restrict block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride); \
stride            264 tests/checkasm/vf_colorspace.c     declare_func(void, int16_t *data[3], ptrdiff_t stride,
stride             33 tests/checkasm/vp8dsp.c #define randomize_buffers(src, dst, stride, coef)                            \
stride             37 tests/checkasm/vp8dsp.c             AV_WN32A((src) + y * (stride), rnd());                           \
stride             38 tests/checkasm/vp8dsp.c             AV_WN32A((dst) + y * (stride), rnd());                           \
stride             40 tests/checkasm/vp8dsp.c                 (coef)[y * 4 + x] = (src)[y * (stride) + x] -                \
stride             41 tests/checkasm/vp8dsp.c                                     (dst)[y * (stride) + x];                 \
stride            122 tests/checkasm/vp8dsp.c     declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *dst, int16_t *block, ptrdiff_t stride);
stride            167 tests/checkasm/vp8dsp.c     declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *dst, int16_t block[4][16], ptrdiff_t stride);
stride            174 tests/checkasm/vp8dsp.c             ptrdiff_t stride = chroma ? 8 : 16;
stride            179 tests/checkasm/vp8dsp.c                 randomize_buffers(src + stride * blocky + blockx, dst + stride * blocky + blockx, stride, coef[i]);
stride            188 tests/checkasm/vp8dsp.c             call_ref(dst0, subcoef0, stride);
stride            189 tests/checkasm/vp8dsp.c             call_new(dst1, subcoef1, stride);
stride            193 tests/checkasm/vp8dsp.c             bench_new(dst1, subcoef1, stride);
stride            368 tests/checkasm/vp8dsp.c static void fill_loopfilter_buffers(uint8_t *buf, ptrdiff_t stride, int w, int h)
stride            373 tests/checkasm/vp8dsp.c             buf[y * stride + x] = rnd() & 0xff;
stride             57 tests/checkasm/vp9dsp.c     declare_func_emms(AV_CPU_FLAG_MMX | AV_CPU_FLAG_MMXEXT, void, uint8_t *dst, ptrdiff_t stride,
stride            318 tests/checkasm/vp9dsp.c     declare_func_emms(AV_CPU_FLAG_MMX | AV_CPU_FLAG_MMXEXT, void, uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob);
stride            459 tests/checkasm/vp9dsp.c     declare_func_emms(AV_CPU_FLAG_MMX | AV_CPU_FLAG_MMXEXT, void, uint8_t *dst, ptrdiff_t stride, int E, int I, int H);