Searched refs:gld_yv12 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 529 YV12_BUFFER_CONFIG *gld_yv12 = get_ref_frame_buffer(cpi, GOLDEN_FRAME); in vp9_first_pass() local 587 gld_yv12 = vp9_get_scaled_ref_frame(cpi, GOLDEN_FRAME); in vp9_first_pass() 588 if (gld_yv12 == NULL) { in vp9_first_pass() 589 gld_yv12 = get_ref_frame_buffer(cpi, GOLDEN_FRAME); in vp9_first_pass() 592 gld_yv12 = NULL; in vp9_first_pass() 818 && gld_yv12 != NULL) { in vp9_first_pass() 822 xd->plane[0].pre[0].buf = gld_yv12->y_buffer + recon_yoffset; in vp9_first_pass() 1107 if (gld_yv12 != NULL) { in vp9_first_pass()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 518 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx]; in vp8_first_pass() local 684 …first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, gld_yv12, &gf_motion_error, recon_yoffset); in vp8_first_pass() 866 vp8_yv12_copy_frame(lst_yv12, gld_yv12); in vp8_first_pass() 880 vp8_yv12_copy_frame(lst_yv12, gld_yv12); in vp8_first_pass()
|