Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c449 const YV12_BUFFER_CONFIG *scaled_ref_buf = NULL; in vp9_first_pass() local
466 scaled_ref_buf = vp9_get_scaled_ref_frame(cpi, LAST_FRAME); in vp9_first_pass()
469 scaled_ref_buf = vp9_get_scaled_ref_frame(cpi, GOLDEN_FRAME); in vp9_first_pass()
473 if (scaled_ref_buf != NULL) in vp9_first_pass()
474 first_ref_buf = scaled_ref_buf; in vp9_first_pass()