aboutsummaryrefslogtreecommitdiff
path: root/unit_test/scale_test.cc
AgeCommit message (Expand)Author
2023-12-09Split scale_test and scale_plane_test to allow building on small devicesFrank Barchard
2023-06-30Fix warnings for missing prototypesFrank Barchard
2022-07-13Enable 256x144 scale tests for libyuvFrank Barchard
2022-06-09Add I210ToI420Frank Barchard
2022-06-07Revert "I210ToI420, InterpolatePlane_16, and ScalePlane Vertical-only asan fix"Frank Barchard
2022-06-07I210ToI420, InterpolatePlane_16, and ScalePlane Vertical-only asan fixFrank Barchard
2022-01-26Remove MMI supportFrank Barchard
2021-10-15BIT_EXACT for unattenuate and attenuate.Frank Barchard
2021-09-30Disable slow and redundant scaling testsFrank Barchard
2021-09-27DISABLE_SLOW_TESTS replaces ENABLE_SLOW_TESTSFrank Barchard
2021-09-24Scale Test3x, Test4x use larger size to avoid div benchmarking bottleneckFrank Barchard
2021-03-05Add 12 bit YUV to 10 bit RGBFrank Barchard
2021-03-02Add full 16 bit scaling up by 2x functionYuan Tong
2021-02-19Scale 12 functions that are scale 16 but with only low 12 bits validFrank Barchard
2021-01-12NV12 Bilinear upsampling bug fixFrank Barchard
2020-12-23Test Box filter scale plane with 1 dimension growing and the other reducingFrank Barchard
2020-11-03Scale by even factor low level row functionFrank Barchard
2020-10-02I420ToARGB prototype added to convert_from.hFrank Barchard
2020-09-29NV12Scale function and ScaleUV for packed UV plane bilinear scalingFrank Barchard
2020-09-28NV12Scale function using split/merge on UV channalFrank Barchard
2020-03-24RGB24Mirror functionFrank Barchard
2019-11-13Upstream minor changes. Faster tests, Faster YUV Rotate180 and MirrorFrank Barchard
2019-08-20Disable tests via macro that refer to row.hFrank Barchard
2019-05-14Add LIBYUV_API to NV12ToABGR and I444Rotate, I444ScaleFrank Barchard
2018-10-25Port box filter to NEONFrank Barchard
2018-08-06Restore the file mode for source filesMartin Storsjö
2018-07-20libyuv:loongson optimize compare/row/scale/rotate files with mmi.lixia zhang
2018-01-23Switch to C99 typesFrank Barchard
2017-11-17H420ToRAW and H420ToRGB24 added for bt.709 support.Frank Barchard
2017-11-16add ScalePlane_16 unit testsFrank Barchard
2017-11-10clang-format for align_buffer_page_end and free_aligned_buffer_page_endFrank Barchard
2017-11-07SSSE3 scaling test detect SSSE3 before runningFrank Barchard
2017-09-12Add MaskCpuFlags(benchmark_cpu_info_) to unittest initializationFrank Barchard
2017-09-05ScaleRowUp2_16_C port of NEON to CFrank Barchard
2017-08-17Add MSA optimized SplitUV, Set, MirrorUV, SobelX and SobelY row functions.Frank Barchard
2017-08-16Test C vs NEON for ScaleDown2Box_16Frank Barchard
2017-08-15Upsample 8x2 pixels to 16x1 with bilinear filteringFrank Barchard
2017-06-06ScaleDown odd functions adjust math so last pixel is half width source.Frank Barchard
2016-11-07clang-format libyuvFrank Barchard
2016-06-23YUV scale filter columns improved filtering accuracyFrank Barchard
2016-05-05If image sizes are greater than 32768, fixed point stepping will overflow an ...Frank Barchard
2015-12-15change scale down by 4 to use rounding.Frank Barchard
2015-12-15avx2 scale down by 2 for gccFrank Barchard
2015-11-03add command line cpu info to allow android neon testFrank Barchard
2015-10-13break up unittests into categoriesFrank Barchard
2015-09-22Replace random with fastrandFrank Barchard
2015-06-04scale tests use int64 for sizefbarchard@google.com
2015-05-30adjust dimensions for scale factor tests to ensure the scale factor tested is...fbarchard@google.com
2015-05-26Scale Down by factor tests scale down to specified ratio rather than up. Thi...fbarchard@google.com
2015-04-15Add a scale down by 3 test for testing general purpose box/bilinear with scal...fbarchard@google.com