Searched refs:yv12_g (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1367 const YV12_BUFFER_CONFIG *yv12_g = NULL; in choose_partitioning() local 1378 yv12_g = get_ref_frame_buffer(cpi, GOLDEN_FRAME); in choose_partitioning() 1382 if (cpi->oxcf.speed < 8 && yv12_g && yv12_g != yv12 && in choose_partitioning() 1384 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in choose_partitioning() 1443 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in choose_partitioning() 5147 const YV12_BUFFER_CONFIG *yv12_g = NULL; in get_estimated_pred() local 5163 yv12_g = get_ref_frame_buffer(cpi, GOLDEN_FRAME); in get_estimated_pred() 5167 if (cpi->oxcf.speed < 8 && yv12_g && yv12_g != yv12 && in get_estimated_pred() 5169 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in get_estimated_pred() 5208 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in get_estimated_pred()
|