Home
last modified time | relevance | path

Searched defs:block_mode (Results 1 - 13 of 13) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_symbolic_physical.cpp330 int block_mode = read_bits(11, 0, pcb); in physical_to_symbolic() local
H A Dastcenc_block_sizes.cpp36 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 Dastcenc_internal.h427 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 Dastc_symbolic_physical.cpp61 int block_mode = read_bits(11, 0, pb.data); in physical_to_symbolic() local
[all...]
H A Dastc_codec_internals.h89 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 Dftzopen.h125 FT_Int block_mode; /* block mode flag, from file header */ member
/third_party/libcoap/include/coap3/
H A Dcoap_net_internal.h191 uint8_t block_mode; /**< Zero or more COAP_BLOCK_ or'd options */ member
H A Dcoap_session_internal.h181 uint8_t block_mode; /**< Zero or more COAP_BLOCK_ or'd options */ member
/third_party/libcoap/examples/
H A Doscore-interop-server.c74 static uint32_t block_mode = COAP_BLOCK_USE_LIBCOAP; variable
H A Dcoap-client.c89 static uint32_t block_mode = COAP_BLOCK_USE_LIBCOAP; variable
H A Dcoap-server.c126 static uint32_t block_mode = COAP_BLOCK_USE_LIBCOAP; variable
/third_party/libcoap/src/
H A Dcoap_block.c379 coap_context_set_block_mode(coap_context_t *context, uint8_t block_mode) coap_context_set_block_mode() argument
[all...]
H A Dcoap_net.c3085 uint8_t block_mode = session->block_mode; in handle_request() local
[all...]

Completed in 21 milliseconds