Lines Matching refs:post

305         YV12_BUFFER_CONFIG         *post,
316 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
317 POSTPROC_INVOKE(rtcd, across)(post->y_buffer, post->y_stride, post->y_height, post->y_width, q2mbl(q));
318 POSTPROC_INVOKE(rtcd, down)(post->y_buffer, post->y_stride, post->y_height, post->y_width, q2mbl(q));
320 POSTPROC_INVOKE(rtcd, downacross)(source->u_buffer, post->u_buffer, source->uv_stride, post->uv_stride, source->uv_height, source->uv_width, ppl);
321 POSTPROC_INVOKE(rtcd, downacross)(source->v_buffer, post->v_buffer, source->uv_stride, post->uv_stride, source->uv_height, source->uv_width, ppl);
326 YV12_BUFFER_CONFIG *post,
337 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
338 POSTPROC_INVOKE(rtcd, downacross)(source->u_buffer, post->u_buffer, source->uv_stride, post->uv_stride, source->uv_height, source->uv_width, ppl);
339 POSTPROC_INVOKE(rtcd, downacross)(source->v_buffer, post->v_buffer, source->uv_stride, post->uv_stride, source->uv_height, source->uv_width, ppl);
343 YV12_BUFFER_CONFIG *post,
351 (void) post;
761 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer;
762 int mb_rows = post->y_height >> 4;
763 int mb_cols = post->y_width >> 4;
767 y_ptr = post->y_buffer + 4 * post->y_stride + 4;
778 vp8_blit_text(zz, y_ptr, post->y_stride);
784 y_ptr += post->y_stride * 16 - post->y_width;
793 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer;
794 int mb_rows = post->y_height >> 4;
795 int mb_cols = post->y_width >> 4;
799 y_ptr = post->y_buffer + 4 * post->y_stride + 4;
813 vp8_blit_text(zz, y_ptr, post->y_stride);
819 y_ptr += post->y_stride * 16 - post->y_width;
834 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer;
835 int width = post->y_width;
836 int height = post->y_height;
992 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer;
993 int width = post->y_width;
994 int height = post->y_height;
1064 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer;
1065 int width = post->y_width;
1066 int height = post->y_height;