Home
last modified time | relevance | path

Searched defs:upscaled_width (Results 1 – 10 of 10) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dsuper_res_sse4.cc72 void SuperResCoefficients_SSE4_1(const int upscaled_width, in SuperResCoefficients_SSE4_1()
95 const int downscaled_width, const int upscaled_width, in SuperRes_SSE4_1()
212 void SuperResCoefficients_SSE4_1(const int upscaled_width, in SuperResCoefficients_SSE4_1()
232 const int downscaled_width, const int upscaled_width, in SuperRes_SSE4_1()
/external/libgav1/libgav1/src/dsp/arm/
Dsuper_res_neon.cc34 void SuperResCoefficients_NEON(const int upscaled_width, in SuperResCoefficients_NEON()
86 const int downscaled_width, const int upscaled_width, in SuperRes_NEON()
157 void SuperResCoefficients_NEON(const int upscaled_width, in SuperResCoefficients_NEON()
239 const int downscaled_width, const int upscaled_width, in SuperRes_NEON()
/external/libgav1/libgav1/src/dsp/
Dsuper_res.cc30 const int downscaled_width, const int upscaled_width, in SuperRes_C()
/external/libgav1/libgav1/src/post_filter/
Dpost_filter.cc195 const int upscaled_width = local
476 const int upscaled_width = super_res_info_[plane].upscaled_width in SetupLoopRestorationBorder() local
/external/libgav1/libgav1/src/
Dbuffer_pool.h119 int32_t upscaled_width() const { return upscaled_width_; } in upscaled_width() function
Dpost_filter.h491 int upscaled_width; member
/external/libaom/libaom/av1/encoder/
Dlevel.c712 const int upscaled_width = cm->superres_upscaled_width; in av1_init_level_info() local
1053 const int upscaled_width = cm->superres_upscaled_width; in av1_update_level_info() local
Dencoder.c1153 const int upscaled_width = cm->superres_upscaled_width; in av1_get_compression_ratio() local
/external/libaom/libaom/av1/common/
Drestoration.c1427 int upscaled_width; in save_deblock_boundary_lines() local
1478 const int upscaled_width = av1_superres_scaled(cm) in save_cdef_boundary_lines() local
/external/libgav1/libgav1/src/utils/
Dtypes.h454 int32_t upscaled_width; member