Home
last modified time | relevance | path

Searched defs:decode_mode (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DASTC_Decoder.cpp112 astc_decode_mode decode_mode = isUnsignedByte ? DECODE_LDR : DECODE_HDR; in Decode() local
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_decompress_symbolic.cpp39 lerp_color_int( astc_decode_mode decode_mode, uint4 color0, uint4 color1, int weight, int plane2_weight, int plane2_color_component ) lerp_color_int() argument
85 decompress_symbolic_block( astc_decode_mode decode_mode, const block_size_descriptor* bsd, int xpos, int ypos, int zpos, const symbolic_compressed_block* scb, imageblock* blk ) decompress_symbolic_block() argument
H A Dastc_color_unquantize.cpp799 unpack_color_endpoints( astc_decode_mode decode_mode, int format, int quantization_level, const int* input, int* rgb_hdr, int* alpha_hdr, int* nan_endpoint, uint4* output0, uint4* output1 ) unpack_color_endpoints() argument
/third_party/astc-encoder/Source/
H A Dastcenc_image.cpp151 load_image_block( astcenc_profile decode_mode, const astcenc_image& img, image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) load_image_block() argument
268 load_image_block_fast_ldr( astcenc_profile decode_mode, const astcenc_image& img, image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) load_image_block_fast_ldr() argument
H A Dastcenccli_toplevel.cpp49 astcenc_profile decode_mode; member
H A Dastcenc_decompress_symbolic.cpp181 decompress_symbolic_block( astcenc_profile decode_mode, const block_size_descriptor& bsd, int xpos, int ypos, int zpos, const symbolic_compressed_block& scb, image_block& blk ) decompress_symbolic_block() argument
H A Dastcenc_color_unquantize.cpp762 unpack_color_endpoints( astcenc_profile decode_mode, int format, const uint8_t* input, bool& rgb_hdr, bool& alpha_hdr, vint4& output0, vint4& output1 ) unpack_color_endpoints() argument
H A Dastcenc_entry.cpp841 astcenc_profile decode_mode = ctx.config.profile; in compress_image() local
H A Dastcenc_internal.h1601 get_u8_component_mask( astcenc_profile decode_mode, const image_block& blk ) get_u8_component_mask() argument
[all...]
H A Dastcenc_compress_symbolic.cpp1400 astcenc_profile decode_mode = ctx.config.profile; in compress_block() local
73 realign_weights_undecimated( astcenc_profile decode_mode, const block_size_descriptor& bsd, const image_block& blk, symbolic_compressed_block& scb ) realign_weights_undecimated() argument
280 realign_weights_undecimated( astcenc_profile decode_mode, const block_size_descriptor& bsd, const image_block& blk, symbolic_compressed_block& scb ) realign_weights_undecimated() argument
400 realign_weights_decimated( astcenc_profile decode_mode, const block_size_descriptor& bsd, const image_block& blk, symbolic_compressed_block& scb ) realign_weights_decimated() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvp9block.c78 static void decode_mode(VP9TileData *td) in decode_mode() function

Completed in 19 milliseconds