Searched refs:unfiltered_source (Results 1 – 3 of 3) sorted by relevance
1099 YV12_BUFFER_CONFIG *unfiltered_source; member
1107 cpi->unfiltered_source = frame_input.source; in av1_encode_strategy()
4011 const uint8_t *src = cpi->unfiltered_source->y_buffer; in av1_set_screen_content_options()4013 const int use_hbd = cpi->unfiltered_source->flags & YV12_FLAG_HIGHBITDEPTH; in av1_set_screen_content_options()4014 const int stride = cpi->unfiltered_source->y_stride; in av1_set_screen_content_options()4015 const int width = cpi->unfiltered_source->y_width; in av1_set_screen_content_options()4016 const int height = cpi->unfiltered_source->y_height; in av1_set_screen_content_options()