Searched defs:block_mode (Results 1 - 13 of 13) sorted by relevance
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_symbolic_physical.cpp | 330 int block_mode = read_bits(11, 0, pcb); in physical_to_symbolic() local
|
| H A D | astcenc_block_sizes.cpp | 36 decode_block_mode_2d( unsigned int block_mode, unsigned int& x_weights, unsigned int& y_weights, bool& is_dual_plane, unsigned int& quant_mode, unsigned int& weight_bits ) decode_block_mode_2d() argument 152 decode_block_mode_3d( unsigned int block_mode, unsigned int& x_weights, unsigned int& y_weights, unsigned int& z_weights, bool& is_dual_plane, unsigned int& quant_mode, unsigned int& weight_bits ) decode_block_mode_3d() argument [all...] |
| H A D | astcenc_internal.h | 427 struct block_mode struct 1097 uint16_t block_mode; member [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
| H A D | astc_symbolic_physical.cpp | 61 int block_mode = read_bits(11, 0, pb.data); in physical_to_symbolic() local [all...] |
| H A D | astc_codec_internals.h | 89 struct block_mode struct 221 int block_mode; // 0 to 2047. Negative value marks constant-color block (-1: FP16, -2:UINT16) member
|
| /third_party/skia/third_party/externals/freetype/src/lzw/ |
| H A D | ftzopen.h | 125 FT_Int block_mode; /* block mode flag, from file header */ member
|
| /third_party/libcoap/include/coap3/ |
| H A D | coap_net_internal.h | 191 uint8_t block_mode; /**< Zero or more COAP_BLOCK_ or'd options */ member
|
| H A D | coap_session_internal.h | 181 uint8_t block_mode; /**< Zero or more COAP_BLOCK_ or'd options */ member
|
| /third_party/libcoap/examples/ |
| H A D | oscore-interop-server.c | 74 static uint32_t block_mode = COAP_BLOCK_USE_LIBCOAP; variable
|
| H A D | coap-client.c | 89 static uint32_t block_mode = COAP_BLOCK_USE_LIBCOAP; variable
|
| H A D | coap-server.c | 126 static uint32_t block_mode = COAP_BLOCK_USE_LIBCOAP; variable
|
| /third_party/libcoap/src/ |
| H A D | coap_block.c | 379 coap_context_set_block_mode(coap_context_t *context, uint8_t block_mode) coap_context_set_block_mode() argument [all...] |
| H A D | coap_net.c | 3085 uint8_t block_mode = session->block_mode; in handle_request() local [all...] |
Completed in 21 milliseconds