Home
last modified time | relevance | path

Searched refs:ScaleAddRow (Results 1 – 3 of 3) sorted by relevance

/external/libyuv/files/source/
Dscale.cc855 void (*ScaleAddRow)(const uint8_t* src_ptr, uint16_t* dst_ptr, in ScalePlaneBox() local
859 ScaleAddRow = ScaleAddRow_Any_SSE2; in ScalePlaneBox()
861 ScaleAddRow = ScaleAddRow_SSE2; in ScalePlaneBox()
867 ScaleAddRow = ScaleAddRow_Any_AVX2; in ScalePlaneBox()
869 ScaleAddRow = ScaleAddRow_AVX2; in ScalePlaneBox()
875 ScaleAddRow = ScaleAddRow_Any_NEON; in ScalePlaneBox()
877 ScaleAddRow = ScaleAddRow_NEON; in ScalePlaneBox()
883 ScaleAddRow = ScaleAddRow_Any_MSA; in ScalePlaneBox()
885 ScaleAddRow = ScaleAddRow_MSA; in ScalePlaneBox()
891 ScaleAddRow = ScaleAddRow_Any_MMI; in ScalePlaneBox()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale.cc818 void (*ScaleAddRow)(const uint8_t* src_ptr, uint16_t* dst_ptr, in ScalePlaneBox() local
822 ScaleAddRow = ScaleAddRow_Any_SSE2; in ScalePlaneBox()
824 ScaleAddRow = ScaleAddRow_SSE2; in ScalePlaneBox()
830 ScaleAddRow = ScaleAddRow_Any_AVX2; in ScalePlaneBox()
832 ScaleAddRow = ScaleAddRow_AVX2; in ScalePlaneBox()
838 ScaleAddRow = ScaleAddRow_Any_NEON; in ScalePlaneBox()
840 ScaleAddRow = ScaleAddRow_NEON; in ScalePlaneBox()
846 ScaleAddRow = ScaleAddRow_Any_MSA; in ScalePlaneBox()
848 ScaleAddRow = ScaleAddRow_MSA; in ScalePlaneBox()
864 ScaleAddRow(src, (uint16_t*)(row16), src_width); in ScalePlaneBox()
[all …]
/external/libaom/libaom/third_party/libyuv/source/
Dscale.cc753 void (*ScaleAddRow)(const uint8* src_ptr, uint16* dst_ptr, int src_width) = in ScalePlaneBox() local
757 ScaleAddRow = ScaleAddRow_Any_SSE2; in ScalePlaneBox()
759 ScaleAddRow = ScaleAddRow_SSE2; in ScalePlaneBox()
765 ScaleAddRow = ScaleAddRow_Any_AVX2; in ScalePlaneBox()
767 ScaleAddRow = ScaleAddRow_AVX2; in ScalePlaneBox()
773 ScaleAddRow = ScaleAddRow_Any_NEON; in ScalePlaneBox()
775 ScaleAddRow = ScaleAddRow_NEON; in ScalePlaneBox()
791 ScaleAddRow(src, (uint16 *)(row16), src_width); in ScalePlaneBox()
821 void (*ScaleAddRow)(const uint16* src_ptr, uint32* dst_ptr, int src_width) = in ScalePlaneBox_16() local
826 ScaleAddRow = ScaleAddRow_16_SSE2; in ScalePlaneBox_16()
[all …]