Searched refs:unscaled_last_src (Results 1 – 1 of 1) sorted by relevance
2782 YV12_BUFFER_CONFIG const *unscaled_last_src = cpi->unscaled_last_source; in vp9_scene_detection_onepass() local2798 last_src_y = unscaled_last_src->y_buffer; in vp9_scene_detection_onepass()2799 last_src_ystride = unscaled_last_src->y_stride; in vp9_scene_detection_onepass()2800 last_src_width = unscaled_last_src->y_width; in vp9_scene_detection_onepass()2801 last_src_height = unscaled_last_src->y_height; in vp9_scene_detection_onepass()