Searched refs:gld_yv12 (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 484 YV12_BUFFER_CONFIG *gld_yv12 = get_ref_frame_buffer(cpi, GOLDEN_FRAME); in vp9_first_pass() local 535 gld_yv12 = NULL; in vp9_first_pass() 665 if (cm->current_video_frame > 1 && gld_yv12 != NULL) { in vp9_first_pass() 669 xd->plane[0].pre[0].buf = gld_yv12->y_buffer + recon_yoffset; in vp9_first_pass() 843 if (gld_yv12 != NULL) { in vp9_first_pass() 844 vp8_yv12_copy_frame(lst_yv12, gld_yv12); in vp9_first_pass() 862 if (cm->current_video_frame == 0 && gld_yv12 != NULL) { in vp9_first_pass() 863 vp8_yv12_copy_frame(lst_yv12, gld_yv12); in vp9_first_pass()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | firstpass.c | 517 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx]; in vp8_first_pass() local 683 …first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, gld_yv12, &gf_motion_error, recon_yoffset); in vp8_first_pass() 865 vp8_yv12_copy_frame(lst_yv12, gld_yv12); in vp8_first_pass() 879 vp8_yv12_copy_frame(lst_yv12, gld_yv12); in vp8_first_pass()
|