Searched refs:yv12 (Results 1 - 8 of 8) 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.c201 static void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, argument
208 img->w = yv12->y_stride;
209 img->h = (yv12->y_height + 2 * VP8BORDERINPIXELS + 15) & ~15;
210 img->d_w = img->r_w = yv12->y_width;
211 img->d_h = img->r_h = yv12->y_height;
214 img->planes[VPX_PLANE_Y] = yv12->y_buffer;
215 img->planes[VPX_PLANE_U] = yv12->u_buffer;
216 img->planes[VPX_PLANE_V] = yv12->v_buffer;
218 img->stride[VPX_PLANE_Y] = yv12->y_stride;
219 img->stride[VPX_PLANE_U] = yv12
477 image2yuvconfig(const vpx_image_t *img, YV12_BUFFER_CONFIG *yv12) argument
[all...]
H A Dvp8_cx_iface.c686 YV12_BUFFER_CONFIG *yv12) {
692 yv12->y_buffer = img->planes[VPX_PLANE_Y];
693 yv12->u_buffer = img->planes[VPX_PLANE_U];
694 yv12->v_buffer = img->planes[VPX_PLANE_V];
696 yv12->y_crop_width = y_w;
697 yv12->y_crop_height = y_h;
698 yv12->y_width = y_w;
699 yv12->y_height = y_h;
700 yv12->uv_crop_width = uv_w;
701 yv12
685 image2yuvconfig(const vpx_image_t *img, YV12_BUFFER_CONFIG *yv12) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_speed_features.c408 const YV12_BUFFER_CONFIG *yv12 = get_ref_frame_buffer(cpi, ref_frame); local
409 if (yv12 != NULL && (cpi->ref_frame_flags & flag_list[ref_frame])) {
H A Dvp9_pickmode.c1195 const YV12_BUFFER_CONFIG *yv12 = get_ref_frame_buffer(cpi, ref_frame); local
1202 if ((cpi->ref_frame_flags & flag_list[ref_frame]) && (yv12 != NULL)) {
1205 vp9_setup_pred_block(xd, yv12_mb[ref_frame], yv12, mi_row, mi_col, sf, sf);
1221 vp9_mv_pred(cpi, x, yv12_mb[ref_frame][0].buf, yv12->y_stride, ref_frame,
2294 const YV12_BUFFER_CONFIG *yv12 = get_ref_frame_buffer(cpi, ref_frame); local
2298 if ((cpi->ref_frame_flags & flag_list[ref_frame]) && (yv12 != NULL)) {
2301 vp9_setup_pred_block(xd, yv12_mb[ref_frame], yv12, mi_row, mi_col, sf,
H A Dvp9_encodeframe.c1130 YV12_BUFFER_CONFIG *yv12 = get_ref_frame_buffer(cpi, LAST_FRAME); local
1137 assert(yv12 != NULL);
1146 if (cpi->oxcf.speed < 8 && yv12_g && yv12_g != yv12 &&
1159 yv12 = get_ref_frame_buffer(cpi, ALTREF_FRAME);
1160 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col,
1165 vp9_setup_pre_planes(xd, 0, yv12, mi_row, mi_col,
H A Dvp9_rdopt.c2291 const YV12_BUFFER_CONFIG *yv12 = get_ref_frame_buffer(cpi, ref_frame); local
2298 assert(yv12 != NULL);
2302 vp9_setup_pred_block(xd, yv12_mb[ref_frame], yv12, mi_row, mi_col, sf, sf);
2317 vp9_mv_pred(cpi, x, yv12_mb[ref_frame][0].buf, yv12->y_stride, ref_frame,
/external/v8/benchmarks/
H A Dregexp.js703 /##yv12##/gi.exec(s84[i]);

Completed in 192 milliseconds