Home
last modified time | relevance | path

Searched defs:deinterleave (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dswizzle.rs324 pub fn deinterleave(self, other: Self) -> (Self, Self) { in deinterleave() function
325 const fn deinterleave<const N: usize>(second: bool) -> [usize; N] { in deinterleave() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dswizzle.rs324 pub fn deinterleave(self, other: Self) -> (Self, Self) { in deinterleave() function
325 const fn deinterleave<const N: usize>(second: bool) -> [usize; N] { in deinterleave() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dswizzle.rs324 pub fn deinterleave(self, other: Self) -> (Self, Self) { in deinterleave() function
325 const fn deinterleave<const N: usize>(second: bool) -> [usize; N] { in deinterleave() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dswizzle.rs324 pub fn deinterleave(self, other: Self) -> (Self, Self) { in deinterleave() function
325 const fn deinterleave<const N: usize>(second: bool) -> [usize; N] { in deinterleave() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dswizzle.rs324 pub fn deinterleave(self, other: Self) -> (Self, Self) { in deinterleave() function
325 const fn deinterleave<const N: usize>(second: bool) -> [usize; N] { in deinterleave() function
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DYuvToJpegEncoder.cpp195 void Yuv420SpToJpegEncoder::deinterleave(uint8_t* vuPlanar, uint8_t* uRows, in deinterleave() function in Yuv420SpToJpegEncoder
270 void Yuv422IToJpegEncoder::deinterleave(uint8_t* yuv, uint8_t* yRows, uint8_t* uRows, in deinterleave() function in Yuv422IToJpegEncoder
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/tests/
H A DNV12Compressor.cpp121 static void deinterleave(const uint8_t* vuPlanar, std::vector<uint8_t>& uRows, in deinterleave() function