Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h306 YV12_BUFFER_CONFIG *Last_Source; // NULL for first frame and alt_ref frames member
Dvp9_ratectrl.c1958 if (cpi->Last_Source != NULL) { in vp9_avg_source_sad()
1961 const uint8_t *last_src_y = cpi->Last_Source->y_buffer; in vp9_avg_source_sad()
1962 const int last_src_ystride = cpi->Last_Source->y_stride; in vp9_avg_source_sad()
Dvp9_encoder.c3248 cpi->Last_Source = vp9_scale_if_required(cm,
3394 cpi->Last_Source = vp9_scale_if_required(cm, cpi->unscaled_last_source,
Dvp9_encodeframe.c3661 const uint8_t *last_src = cpi->Last_Source->y_buffer; in set_var_thresh_from_histogram()
3663 const int last_stride = cpi->Last_Source->y_stride; in set_var_thresh_from_histogram()