Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DHexagonAttributes.h26 CABAC = 10 enumerator
/aosp_15_r20/external/libavc/common/
H A Dih264_defs.h328 CABAC = 1, enumerator
/aosp_15_r20/external/libavc/decoder/
H A Dih264d_defs.h339 #define CABAC 1 macro
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dbitflags.rs1321 pub const CABAC: Self = Self(0b100_0000_0000_0000); constant