Searched refs:new_yv12 (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | encodeframe.c | 270 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in build_activity_map() local 272 int recon_y_stride = new_yv12->y_stride; in build_activity_map() 291 xd->dst.y_buffer = new_yv12->y_buffer + recon_yoffset; in build_activity_map() 320 vp8_extend_mb_row(new_yv12, xd->dst.y_buffer + 16, in build_activity_map()
|
D | firstpass.c | 516 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in vp8_first_pass() local 543 xd->dst = *new_yv12; in vp8_first_pass() 567 vp8_setup_intra_recon(new_yv12); in vp8_first_pass() 604 xd->dst.y_buffer = new_yv12->y_buffer + recon_yoffset; in vp8_first_pass() 605 xd->dst.u_buffer = new_yv12->u_buffer + recon_uvoffset; in vp8_first_pass() 606 xd->dst.v_buffer = new_yv12->v_buffer + recon_uvoffset; in vp8_first_pass() 791 … vp8_extend_mb_row(new_yv12, xd->dst.y_buffer + 16, xd->dst.u_buffer + 8, xd->dst.v_buffer + 8); in vp8_first_pass() 871 vp8_swap_yv12_buffer(lst_yv12, new_yv12); in vp8_first_pass()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 485 YV12_BUFFER_CONFIG *const new_yv12 = get_frame_new_buffer(cm); in vp9_first_pass() local 541 vp9_setup_dst_planes(xd, new_yv12, 0, 0); in vp9_first_pass() 588 xd->plane[0].dst.buf = new_yv12->y_buffer + recon_yoffset; in vp9_first_pass() 589 xd->plane[1].dst.buf = new_yv12->u_buffer + recon_uvoffset; in vp9_first_pass() 590 xd->plane[2].dst.buf = new_yv12->v_buffer + recon_uvoffset; in vp9_first_pass() 855 swap_yv12(lst_yv12, new_yv12); in vp9_first_pass()
|
D | vp9_encodeframe.c | 759 YV12_BUFFER_CONFIG *new_yv12 = get_frame_new_buffer(cm); in build_activity_map() local 761 int recon_y_stride = new_yv12->y_stride; in build_activity_map() 780 xd->plane[0].dst.buf = new_yv12->y_buffer + recon_yoffset; in build_activity_map()
|