Searched defs:upscaled_width (Results  1 – 13 of 13) sorted by relevance
| /external/libgav1/src/post_filter/ | 
| D | post_filter.cc | 103       const int upscaled_width =  local285   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
 
 | 
| D | loop_restoration.cc | 104   const int upscaled_width = frame_header_.upscaled_width;  in ApplyLoopRestorationForOneSuperBlockRow()  local
 | 
| /external/libgav1/src/dsp/x86/ | 
| D | super_res_sse4.cc | 72 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/ | 
| D | super_res_neon.cc | 35 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/ | 
| D | super_res.cc | 31                 const int downscaled_width, const int upscaled_width,  in SuperRes_C()
 | 
| D | super_res_test.cc | 74   int upscaled_width;  member
 | 
| /external/libgav1/src/ | 
| D | post_filter.h | 477     int upscaled_width;  member
 | 
| D | post_filter_test.cc | 196   uint32_t upscaled_width;  member551   int upscaled_width[kMaxPlanes];  in TestApplySuperRes()  local
 
 | 
| D | buffer_pool.h | 123   int32_t upscaled_width() const { return upscaled_width_; }  in upscaled_width()  function
 | 
| /external/libaom/av1/encoder/ | 
| D | level.c | 896     const int upscaled_width = cm->superres_upscaled_width;  in av1_init_level_info()  local1239   const int upscaled_width = cm->superres_upscaled_width;  in av1_update_level_info()  local
 
 | 
| D | encoder.c | 225   const int upscaled_width = cm->superres_upscaled_width;  in av1_get_compression_ratio()  local
 | 
| /external/libaom/av1/common/ | 
| D | restoration.c | 1427   int upscaled_width;  in save_deblock_boundary_lines()  local1478   const int upscaled_width = av1_superres_scaled(cm)  in save_cdef_boundary_lines()  local
 
 | 
| /external/libgav1/src/utils/ | 
| D | types.h | 434   int32_t upscaled_width;  member
 |