Searched refs:output_plane (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | indeo3.c | 1027 static void output_plane(const Plane *plane, int buf_sel, uint8_t *dst, in output_plane() function 1113 output_plane(&ctx->planes[0], ctx->buf_sel, in decode_frame() 1116 output_plane(&ctx->planes[1], ctx->buf_sel, in decode_frame() 1119 output_plane(&ctx->planes[2], ctx->buf_sel, in decode_frame()
|
H A D | vp3.c | 2085 uint8_t *output_plane = s->current_frame.f->data[plane] + in render_slice() local 2210 output_plane + first_pixel, in render_slice() 2216 s->vp3dsp.put_no_rnd_pixels_l2(output_plane + first_pixel, in render_slice() 2228 s->vp3dsp.idct_put(output_plane + first_pixel, in render_slice() 2234 s->vp3dsp.idct_add(output_plane + first_pixel, in render_slice() 2238 s->vp3dsp.idct_dc_add(output_plane + first_pixel, in render_slice() 2245 output_plane + first_pixel, in render_slice()
|
Completed in 7 milliseconds