Home
last modified time | relevance | path

Searched defs:decode_block (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/crates/openssl/src/
Dbase64.rs37 pub fn decode_block(src: &str) -> Result<Vec<u8>, ErrorStack> { in decode_block() function
/aosp_15_r20/external/rust/android-crates-io/crates/data-encoding/src/
Dlib.rs421 fn decode_block<B: Static<usize>, M: Static<bool>>( in decode_block() function
/aosp_15_r20/external/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c913 static void decode_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in decode_block() function
/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodeframe.c1216 static inline void decode_block(AV1Decoder *const pbi, ThreadData *const td, in decode_block() function