Searched defs:ScaleAddRow (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 818 void (*ScaleAddRow)(const uint8_t* src_ptr, uint16_t* dst_ptr, in ScalePlaneBox() local 898 void (*ScaleAddRow)(const uint16_t* src_ptr, uint32_t* dst_ptr, in ScalePlaneBox_16() local
|
/external/libyuv/files/source/ |
D | scale.cc | 879 void (*ScaleAddRow)(const uint8* src_ptr, uint16* dst_ptr, int src_width) = in ScalePlaneBox() local 967 void (*ScaleAddRow)(const uint16* src_ptr, uint32* dst_ptr, int src_width) = in ScalePlaneBox_16() local
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale.cc | 753 void (*ScaleAddRow)(const uint8* src_ptr, uint16* dst_ptr, int src_width) = in ScalePlaneBox() local 821 void (*ScaleAddRow)(const uint16* src_ptr, uint32* dst_ptr, int src_width) = in ScalePlaneBox_16() local
|