Searched refs:yv12 (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/
H A Dvp9_iface_common.h15 static void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, argument
22 if (!yv12->subsampling_y) {
23 if (!yv12->subsampling_x) {
31 if (!yv12->subsampling_x) {
39 img->cs = yv12->color_space;
40 img->range = yv12->color_range;
42 img->w = yv12->y_stride;
43 img->h = ALIGN_POWER_OF_TWO(yv12->y_height + 2 * VP9_ENC_BORDER_IN_PIXELS, 3);
44 img->d_w = yv12->y_crop_width;
45 img->d_h = yv12
81 image2yuvconfig(const vpx_image_t *img, YV12_BUFFER_CONFIG *yv12) argument
[all...]
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c239 const YV12_BUFFER_CONFIG *yv12,
247 img->w = yv12->y_stride;
248 img->h = (yv12->y_height + 2 * VP8BORDERINPIXELS + 15) & ~15;
249 img->d_w = img->r_w = yv12->y_width;
250 img->d_h = img->r_h = yv12->y_height;
253 img->planes[VPX_PLANE_Y] = yv12->y_buffer;
254 img->planes[VPX_PLANE_U] = yv12->u_buffer;
255 img->planes[VPX_PLANE_V] = yv12->v_buffer;
257 img->stride[VPX_PLANE_Y] = yv12->y_stride;
258 img->stride[VPX_PLANE_U] = yv12
238 yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, void *user_priv) argument
555 image2yuvconfig(const vpx_image_t *img, YV12_BUFFER_CONFIG *yv12) argument
[all...]
H A Dvp8_cx_iface.c732 YV12_BUFFER_CONFIG *yv12)
739 yv12->y_buffer = img->planes[VPX_PLANE_Y];
740 yv12->u_buffer = img->planes[VPX_PLANE_U];
741 yv12->v_buffer = img->planes[VPX_PLANE_V];
743 yv12->y_crop_width = y_w;
744 yv12->y_crop_height = y_h;
745 yv12->y_width = y_w;
746 yv12->y_height = y_h;
747 yv12->uv_crop_width = uv_w;
748 yv12
731 image2yuvconfig(const vpx_image_t *img, YV12_BUFFER_CONFIG *yv12) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c1183 const YV12_BUFFER_CONFIG *yv12 = get_ref_frame_buffer(cpi, ref_frame); local
1189 if ((cpi->ref_frame_flags & flag_list[ref_frame]) && (yv12 != NULL)) {
1193 vp9_setup_pred_block(xd, yv12_mb[ref_frame], yv12, mi_row, mi_col,
1211 vp9_mv_pred(cpi, x, yv12_mb[ref_frame][0].buf, yv12->y_stride,
1700 const YV12_BUFFER_CONFIG *yv12 = get_ref_frame_buffer(cpi, ref_frame); local
1704 if ((cpi->ref_frame_flags & flag_list[ref_frame]) && (yv12 != NULL)) {
1708 vp9_setup_pred_block(xd, yv12_mb[ref_frame], yv12, mi_row, mi_col,
H A Dvp9_encodeframe.c706 const YV12_BUFFER_CONFIG *yv12 = get_ref_frame_buffer(cpi, LAST_FRAME); local
713 assert(yv12 != NULL);
721 if (yv12_g && yv12_g != yv12 &&
733 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col,
H A Dvp9_rdopt.c2193 const YV12_BUFFER_CONFIG *yv12 = get_ref_frame_buffer(cpi, ref_frame); local
2200 assert(yv12 != NULL);
2204 vp9_setup_pred_block(xd, yv12_mb[ref_frame], yv12, mi_row, mi_col, sf, sf);
2219 vp9_mv_pred(cpi, x, yv12_mb[ref_frame][0].buf, yv12->y_stride,
/external/v8/benchmarks/
H A Dregexp.js703 /##yv12##/gi.exec(s84[i]);

Completed in 191 milliseconds