Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c698 const YV12_BUFFER_CONFIG *yv12_g = NULL; in av1_choose_var_based_partitioning() local
704 yv12_g = get_ref_frame_yv12_buf(cm, GOLDEN_FRAME); in av1_choose_var_based_partitioning()
705 if (yv12_g && yv12_g != yv12) { in av1_choose_var_based_partitioning()
706 av1_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in av1_choose_var_based_partitioning()
738 av1_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in av1_choose_var_based_partitioning()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1433 const YV12_BUFFER_CONFIG *yv12_g = NULL; in choose_partitioning() local
1444 yv12_g = get_ref_frame_buffer(cpi, GOLDEN_FRAME); in choose_partitioning()
1448 if (cpi->oxcf.speed < 8 && yv12_g && yv12_g != yv12 && in choose_partitioning()
1450 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in choose_partitioning()
1511 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in choose_partitioning()
5338 const YV12_BUFFER_CONFIG *yv12_g = NULL; in get_estimated_pred() local
5350 yv12_g = get_ref_frame_buffer(cpi, GOLDEN_FRAME); in get_estimated_pred()
5354 if (cpi->oxcf.speed < 8 && yv12_g && yv12_g != yv12 && in get_estimated_pred()
5356 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in get_estimated_pred()
5395 vp9_setup_pre_planes(xd, 0, yv12_g, mi_row, mi_col, in get_estimated_pred()