Searched refs:unscaled_last_src (Results 1 – 1 of 1) sorted by relevance
2911 YV12_BUFFER_CONFIG const *unscaled_last_src = cpi->unscaled_last_source; in vp9_scene_detection_onepass() local2927 last_src_y = unscaled_last_src->y_buffer; in vp9_scene_detection_onepass()2928 last_src_ystride = unscaled_last_src->y_stride; in vp9_scene_detection_onepass()2929 last_src_width = unscaled_last_src->y_width; in vp9_scene_detection_onepass()2930 last_src_height = unscaled_last_src->y_height; in vp9_scene_detection_onepass()