Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_noise_estimate.c112 YV12_BUFFER_CONFIG *last_source = cpi->Last_Source; in vp9_update_noise_estimate()
Dvp9_ratectrl.c2225 if (cpi->Last_Source != NULL && in vp9_scene_detection_onepass()
2226 cpi->Last_Source->y_width == cpi->Source->y_width && in vp9_scene_detection_onepass()
2227 cpi->Last_Source->y_height == cpi->Source->y_height) { in vp9_scene_detection_onepass()
2231 uint8_t *last_src_y = cpi->Last_Source->y_buffer; in vp9_scene_detection_onepass()
2232 int last_src_ystride = cpi->Last_Source->y_stride; in vp9_scene_detection_onepass()
Dvp9_encoder.h460 YV12_BUFFER_CONFIG *Last_Source; // NULL for first frame and alt_ref frames member
Dvp9_encoder.c3542 cpi->Last_Source = vp9_scale_if_required(
3546 if (cpi->Last_Source == NULL ||
3547 cpi->Last_Source->y_width != cpi->Source->y_width ||
3548 cpi->Last_Source->y_height != cpi->Source->y_height)
3748 cpi->Last_Source = vp9_scale_if_required(
Dvp9_encodeframe.c1000 uint8_t *last_src_y = cpi->Last_Source->y_buffer; in avg_source_sad()
1001 int last_src_ystride = cpi->Last_Source->y_stride; in avg_source_sad()
4227 const uint8_t *last_src = cpi->Last_Source->y_buffer; in set_var_thresh_from_histogram()
4229 const int last_stride = cpi->Last_Source->y_stride; in set_var_thresh_from_histogram()