Searched refs:downscaled_width (Results 1 – 6 of 6) sorted by relevance
/external/libgav1/src/dsp/x86/ |
D | super_res_sse4.cc | 96 const int downscaled_width, const int upscaled_width, in SuperRes_SSE4_1() argument 106 ExtendLine<uint8_t>(src + DivideBy2(kSuperResFilterTaps), downscaled_width, in SuperRes_SSE4_1() 125 (subpixel_x >> kSuperResScaleBits) - downscaled_width; in SuperRes_SSE4_1() 130 (subpixel_x >> kSuperResScaleBits) - downscaled_width; in SuperRes_SSE4_1() 235 const int downscaled_width, const int upscaled_width, in SuperRes_SSE4_1() argument 245 ExtendLine<uint16_t>(src + DivideBy2(kSuperResFilterTaps), downscaled_width, in SuperRes_SSE4_1()
|
/external/libgav1/src/dsp/ |
D | super_res_test.cc | 71 SuperResTestParam(int downscaled_width, int upscaled_width) in SuperResTestParam() 72 : downscaled_width(downscaled_width), upscaled_width(upscaled_width) {} in SuperResTestParam() 73 int downscaled_width; member 117 const int kDownscaledWidth = GetParam().downscaled_width;
|
D | super_res.cc | 31 const int downscaled_width, const int upscaled_width, in SuperRes_C() argument 39 ExtendLine<Pixel>(src + DivideBy2(kSuperResFilterTaps), downscaled_width, in SuperRes_C()
|
D | dsp.h | 404 int downscaled_width, int upscaled_width,
|
/external/libgav1/src/dsp/arm/ |
D | super_res_neon.cc | 88 const int downscaled_width, const int upscaled_width, in SuperRes_NEON() argument 104 ExtendLine<uint8_t>(src + DivideBy2(kSuperResFilterTaps), downscaled_width, in SuperRes_NEON() 249 const int downscaled_width, const int upscaled_width, in SuperRes_NEON() argument 265 ExtendLine<uint16_t>(src + DivideBy2(kSuperResFilterTaps), downscaled_width, in SuperRes_NEON()
|
/external/libgav1/src/post_filter/ |
D | post_filter.cc | 101 const int downscaled_width = local 105 const int superres_width = downscaled_width << kSuperResScaleBits; 111 ((-((upscaled_width - downscaled_width) << (kSuperResScaleBits - 1)) +
|