Lines Matching defs:out_stride
129 static void synth_grain_8x8_c(int8_t *out, const int out_stride,
137 out += out_stride;
143 static void deblock_8x8_c(int8_t *out, const int out_stride)
150 out += out_stride;
156 static av_always_inline void generate(int8_t *out, int out_stride,
190 memset(out + y * out_stride, 0, sizeof(int8_t[8]));
202 synth_grain_8x8_c(out, out_stride, scale, shift,
206 deblock_8x8_c(out, out_stride);
237 const int out_stride = out_frame->linesize[c];
239 const int grain_stride = out_stride;
244 av_image_copy_plane(out, out_stride, in, in_stride,
283 add_8x8_clip_c(out + y * out_stride, in + y * in_stride,