Searched defs:bitoffset (Results 1 - 7 of 7) sorted by relevance
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_integer_sequence.cpp | 456 value <<= bitoffset; in write_bits() local 457 mask <<= bitoffset; in write_bits() local 446 write_bits( unsigned int value, unsigned int bitcount, unsigned int bitoffset, uint8_t ptr[2] ) write_bits() argument 478 read_bits( unsigned int bitcount, unsigned int bitoffset, const uint8_t* ptr ) read_bits() argument 487 value >>= bitoffset; read_bits() local [all...] |
| H A D | astcenc_symbolic_physical.cpp | 63 value >>= bitoffset; in read_bits() local 91 value <<= bitoffset; in write_bits() local 54 read_bits( int bitcount, int bitoffset, const uint8_t* ptr ) read_bits() argument 81 write_bits( int value, int bitcount, int bitoffset, uint8_t* ptr ) write_bits() argument 92 mask <<= bitoffset; write_bits() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
| H A D | astc_integer_sequence.cpp | 228 value >>= bitoffset; in read_bits() local 219 read_bits( int bitcount, int bitoffset, const uint8_t* ptr ) read_bits() argument
|
| H A D | astc_symbolic_physical.cpp | 34 value >>= bitoffset; in read_bits() local 25 read_bits( int bitcount, int bitoffset, const uint8_t* ptr ) read_bits() argument
|
| /third_party/libsnd/src/ALAC/ |
| H A D | ag_dec.c | 131 getstreambits (uint8_t *in, int32_t bitoffset, int32_t numbits) in getstreambits() argument
|
| /third_party/cups-filters/filter/ |
| H A D | imagetoraster.c | 1720 int bitoffset; /* Current offset in line */ in format_CMY() local 2095 int bitoffset; /* Current offset in line */ format_CMYK() local 2486 int bitoffset; /* Current offset in line */ format_K() local 2608 int bitoffset; /* Current offset in line */ format_KCMY() local 3038 int bitoffset; /* Current offset in line */ format_KCMYcm() local 3208 int bitoffset; /* Current offset in line */ format_RGBA() local 3605 int bitoffset; /* Current offset in line */ format_W() local 3726 int bitoffset; /* Current offset in line */ format_YMC() local 4116 int bitoffset; /* Current offset in line */ format_YMCK() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm.c | 344 si_init_exec_from_input(struct si_shader_context *ctx, struct ac_arg param, unsigned bitoffset) si_init_exec_from_input() argument
|
Completed in 8 milliseconds