Home
last modified time | relevance | path

Searched refs:superres_coefficients_ (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/post_filter/
Dsuper_res.cc40 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()
Dpost_filter.cc171 superres_coefficients_{
212 const int number_loops = (superres_coefficients_[kPlaneTypeY] ==
213 superres_coefficients_[kPlaneTypeUV])
220 super_res_info_[plane].step, superres_coefficients_[plane]);
/external/libgav1/libgav1/src/
Dpost_filter.h498 uint8_t* const superres_coefficients_[kNumPlaneTypes]; variable