Home
last modified time | relevance | path

Searched refs:yv12_g (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1132 const YV12_BUFFER_CONFIG *yv12_g = NULL; in choose_partitioning() local
1142 yv12_g = get_ref_frame_buffer(cpi, GOLDEN_FRAME); in choose_partitioning()
1146 if (cpi->oxcf.speed < 8 && yv12_g && yv12_g != yv12 && in choose_partitioning()
1148 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in choose_partitioning()
1186 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in choose_partitioning()