Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c512 const YV12_BUFFER_CONFIG *scaled_ref_buf = NULL; in vp9_first_pass() local
519 scaled_ref_buf = vp9_get_scaled_ref_frame(cpi, LAST_FRAME); in vp9_first_pass()
522 scaled_ref_buf = vp9_get_scaled_ref_frame(cpi, ALTREF_FRAME); in vp9_first_pass()
526 if (scaled_ref_buf != NULL) { in vp9_first_pass()
528 first_ref_buf = scaled_ref_buf; in vp9_first_pass()