Searched refs:output_plane (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | indeo3.c | 1025 static void output_plane(const Plane *plane, int buf_sel, uint8_t *dst, in output_plane() function 1111 output_plane(&ctx->planes[0], ctx->buf_sel, in decode_frame() 1114 output_plane(&ctx->planes[1], ctx->buf_sel, in decode_frame() 1117 output_plane(&ctx->planes[2], ctx->buf_sel, in decode_frame()
|
D | vp3.c | 2081 uint8_t *output_plane = s->current_frame.f->data[plane] + in render_slice() local 2206 output_plane + first_pixel, in render_slice() 2212 s->vp3dsp.put_no_rnd_pixels_l2(output_plane + first_pixel, in render_slice() 2224 s->vp3dsp.idct_put(output_plane + first_pixel, in render_slice() 2230 s->vp3dsp.idct_add(output_plane + first_pixel, in render_slice() 2234 s->vp3dsp.idct_dc_add(output_plane + first_pixel, in render_slice() 2241 output_plane + first_pixel, in render_slice()
|