Searched refs:unfiltered_source (Results 1 – 3 of 3) sorted by relevance
1894 const uint8_t *src = cpi->unfiltered_source->y_buffer; in av1_set_screen_content_options()1896 const int use_hbd = cpi->unfiltered_source->flags & YV12_FLAG_HIGHBITDEPTH; in av1_set_screen_content_options()1897 const int stride = cpi->unfiltered_source->y_stride; in av1_set_screen_content_options()1898 const int width = cpi->unfiltered_source->y_width; in av1_set_screen_content_options()1899 const int height = cpi->unfiltered_source->y_height; in av1_set_screen_content_options()3468 const YV12_BUFFER_CONFIG *const unfiltered_source = cpi->unfiltered_source; in calculate_frame_avg_haar_energy() local3469 const uint8_t *const src = unfiltered_source->y_buffer; in calculate_frame_avg_haar_energy()3470 const int hbd = unfiltered_source->flags & YV12_FLAG_HIGHBITDEPTH; in calculate_frame_avg_haar_energy()3471 const int stride = unfiltered_source->y_stride; in calculate_frame_avg_haar_energy()3477 get_num_blocks(unfiltered_source->y_crop_width, fp_block_size_width); in calculate_frame_avg_haar_energy()[all …]
2856 YV12_BUFFER_CONFIG *unfiltered_source; member
1396 cpi->unfiltered_source = frame_input.source;