Searched refs:superres_coefficients_ (Results 1 – 3 of 3) sorted by relevance
40 dsp_.super_res(superres_coefficients_[static_cast<int>(plane != 0)], in ApplySuperRes()54 dsp_.super_res(superres_coefficients_[static_cast<int>(plane != 0)], in ApplySuperRes()72 dsp_.super_res(superres_coefficients_[static_cast<int>(plane != 0)], in ApplySuperRes()86 superres_coefficients_[static_cast<int>(plane != 0)], in ApplySuperRes()
171 superres_coefficients_{212 const int number_loops = (superres_coefficients_[kPlaneTypeY] ==213 superres_coefficients_[kPlaneTypeUV])220 super_res_info_[plane].step, superres_coefficients_[plane]);
498 uint8_t* const superres_coefficients_[kNumPlaneTypes]; variable