Home
last modified time | relevance | path

Searched defs:CAVLC (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libavc/common/
H A Dih264_defs.h327 CAVLC = 0, enumerator
/aosp_15_r20/external/libavc/decoder/
H A Dih264d_defs.h338 #define CAVLC 0 macro
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dbitflags.rs1322 pub const CAVLC: Self = Self(0b1000_0000_0000_0000); constant