Home
last modified time | relevance | path

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

/external/libgav1/src/post_filter/
Dpost_filter.cc103 const int upscaled_width = local
285 const int upscaled_width = frame_header_.upscaled_width; in ExtendBordersForReferenceFrame() local
350 const int upscaled_width = frame_header_.upscaled_width; in CopyBordersForOneSuperBlockRow() local
408 const int upscaled_width = frame_header_.upscaled_width; in SetupLoopRestorationBorder() local
496 const int upscaled_width = super_res_info_[plane].upscaled_width in SetupLoopRestorationBorder() local
510 const int upscaled_width = frame_header_.upscaled_width; in SetupLoopRestorationBorder() local
Dloop_restoration.cc104 const int upscaled_width = frame_header_.upscaled_width; in ApplyLoopRestorationForOneSuperBlockRow() local
/external/libgav1/src/dsp/x86/
Dsuper_res_sse4.cc72 void SuperResCoefficients_SSE4_1(const int upscaled_width, in SuperResCoefficients_SSE4_1()
96 const int downscaled_width, const int upscaled_width, in SuperRes_SSE4_1()
214 void SuperResCoefficients_SSE4_1(const int upscaled_width, in SuperResCoefficients_SSE4_1()
235 const int downscaled_width, const int upscaled_width, in SuperRes_SSE4_1()
/external/libgav1/src/dsp/arm/
Dsuper_res_neon.cc35 void SuperResCoefficients_NEON(const int upscaled_width, in SuperResCoefficients_NEON()
88 const int downscaled_width, const int upscaled_width, in SuperRes_NEON()
166 void SuperResCoefficients_NEON(const int upscaled_width, in SuperResCoefficients_NEON()
249 const int downscaled_width, const int upscaled_width, in SuperRes_NEON()
/external/libgav1/src/dsp/
Dsuper_res.cc31 const int downscaled_width, const int upscaled_width, in SuperRes_C()
Dsuper_res_test.cc74 int upscaled_width; member
/external/libgav1/src/
Dpost_filter.h477 int upscaled_width; member
Dpost_filter_test.cc196 uint32_t upscaled_width; member
551 int upscaled_width[kMaxPlanes]; in TestApplySuperRes() local
Dbuffer_pool.h123 int32_t upscaled_width() const { return upscaled_width_; } in upscaled_width() function
/external/libaom/av1/encoder/
Dlevel.c896 const int upscaled_width = cm->superres_upscaled_width; in av1_init_level_info() local
1239 const int upscaled_width = cm->superres_upscaled_width; in av1_update_level_info() local
Dencoder.c225 const int upscaled_width = cm->superres_upscaled_width; in av1_get_compression_ratio() local
/external/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/src/utils/
Dtypes.h434 int32_t upscaled_width; member