Home
last modified time | relevance | path

Searched refs:kFilterBox (Results 1 – 25 of 25) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dscale.cc808 ScaleSlope(src_width, src_height, dst_width, dst_height, kFilterBox, &x, &y, in ScalePlaneBox()
889 ScaleSlope(src_width, src_height, dst_width, dst_height, kFilterBox, &x, &y, in ScalePlaneBox_16()
1498 if (dst_width == src_width && filtering != kFilterBox) { in ScalePlane()
1527 (filtering == kFilterBox || filtering == kFilterNone)) { in ScalePlane()
1534 if (filtering == kFilterBox && dst_height * 2 < src_height) { in ScalePlane()
1581 if (dst_width == src_width && filtering != kFilterBox) { in ScalePlane_16()
1610 (filtering == kFilterBox || filtering == kFilterNone)) { in ScalePlane_16()
1617 if (filtering == kFilterBox && dst_height * 2 < src_height) { in ScalePlane_16()
1735 dst_height, interpolate ? kFilterBox : kFilterNone); in Scale()
Dscale_common.cc1173 if (filtering == kFilterBox) { in ScaleFilterReduce()
1242 if (filtering == kFilterBox) { in ScaleSlope()
Dscale_argb.cc879 if (dx == 0x40000 && filtering == kFilterBox) { in ScaleARGB()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dscale.h26 kFilterBox = 3 // Highest quality. enumerator
/external/webrtc/sdk/android/src/jni/
Djava_i420_buffer.cc58 dst_stride_v, scale_width, scale_height, libyuv::kFilterBox); in JNI_JavaI420Buffer_CropAndScaleI420()
Dnv12_buffer.cc76 scale_height, libyuv::kFilterBox); in JNI_NV12Buffer_CropAndScale()
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dscale.h27 kFilterBox = 3 // Highest quality. enumerator
/external/libyuv/files/source/
Dscale.cc845 ScaleSlope(src_width, src_height, dst_width, dst_height, kFilterBox, &x, &y, in ScalePlaneBox()
934 ScaleSlope(src_width, src_height, dst_width, dst_height, kFilterBox, &x, &y, in ScalePlaneBox_16()
1576 if (dst_width == src_width && filtering != kFilterBox) { in ScalePlane()
1605 (filtering == kFilterBox || filtering == kFilterNone)) { in ScalePlane()
1612 if (filtering == kFilterBox && dst_height * 2 < src_height) { in ScalePlane()
1659 if (dst_width == src_width && filtering != kFilterBox) { in ScalePlane_16()
1688 (filtering == kFilterBox || filtering == kFilterNone)) { in ScalePlane_16()
1695 if (filtering == kFilterBox && dst_height * 2 < src_height) { in ScalePlane_16()
1882 dst_height, interpolate ? kFilterBox : kFilterNone); in Scale()
Dscale_common.cc1183 if (filtering == kFilterBox) { in ScaleFilterReduce()
1252 if (filtering == kFilterBox) { in ScaleSlope()
Dscale_argb.cc952 if (dx == 0x40000 && filtering == kFilterBox) { in ScaleARGB()
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_color_aligner.cc103 libyuv::kFilterBox); in FlattenYuvData()
197 frame->ChromaHeight(), libyuv::kFilterBox); in AdjustColors()
/external/libaom/libaom/third_party/libyuv/source/
Dscale.cc743 ScaleSlope(src_width, src_height, dst_width, dst_height, kFilterBox, in ScalePlaneBox()
812 ScaleSlope(src_width, src_height, dst_width, dst_height, kFilterBox, in ScalePlaneBox_16()
1420 if (dst_width == src_width && filtering != kFilterBox) { in ScalePlane()
1453 (filtering == kFilterBox || filtering == kFilterNone)) { in ScalePlane()
1460 if (filtering == kFilterBox && dst_height * 2 < src_height) { in ScalePlane()
1543 if (filtering == kFilterBox && dst_height * 2 < src_height) { in ScalePlane_16()
1646 interpolate ? kFilterBox : kFilterNone); in Scale()
1683 interpolate ? kFilterBox : kFilterNone); in ScaleOffset()
Dscale_common.cc1020 if (filtering == kFilterBox) { in ScaleFilterReduce()
1085 if (filtering == kFilterBox) { in ScaleSlope()
Dscale_argb.cc758 if (dx == 0x40000 && filtering == kFilterBox) { in ScaleARGB()
/external/libyuv/files/include/libyuv/
Dscale.h26 kFilterBox = 3 // Highest quality. enumerator
/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc194 libyuv::kFilterBox); in ScaleI420ABuffer()
418 dst_v, dst_chroma_width, dst_width, dst_height, libyuv::kFilterBox); in NV12Scale()
469 dst_height, libyuv::kFilterBox); in NV12ToI420Scale()
/external/webrtc/api/video/
Di420_buffer.cc211 StrideV(), width(), height(), libyuv::kFilterBox); in CropAndScaleFrom()
Di010_buffer.cc238 libyuv::kFilterBox); in CropAndScaleFrom()
/external/webrtc/sdk/objc/components/video_frame_buffer/
DRTCCVPixelBuffer.mm342 libyuv::kFilterBox);
/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc132 libyuv::kFilterBox); in CalculateFrameQuality()
/external/libyuv/files/docs/
Dfiltering.md93 if (filtering == kFilterBox) {
/external/libaom/libaom/apps/
Daomdec.c838 libyuv_scale(img, scaled_img, kFilterBox); in main_loop()
Daomenc.c1984 stream->img->d_h, kFilterBox); in encode_frame()
2014 stream->img->d_w, stream->img->d_h, kFilterBox); in encode_frame()
/external/libvpx/libvpx/
Dvpxenc.c1328 stream->img->d_h, kFilterBox); in encode_frame()
1357 stream->img->d_w, stream->img->d_h, kFilterBox); in encode_frame()
Dvpxdec.c938 libyuv_scale(img, scaled_img, kFilterBox); in main_loop()