/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | ASTC_Decoder.cpp | 112 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 D | astc_decompress_symbolic.cpp | 39 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 D | astc_color_unquantize.cpp | 799 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 D | astcenc_image.cpp | 151 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 D | astcenccli_toplevel.cpp | 49 astcenc_profile decode_mode; member
|
H A D | astcenc_decompress_symbolic.cpp | 181 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 D | astcenc_color_unquantize.cpp | 762 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 D | astcenc_entry.cpp | 841 astcenc_profile decode_mode = ctx.config.profile; in compress_image() local
|
H A D | astcenc_internal.h | 1601 get_u8_component_mask( astcenc_profile decode_mode, const image_block& blk ) get_u8_component_mask() argument [all...] |
H A D | astcenc_compress_symbolic.cpp | 1400 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 D | vp9block.c | 78 static void decode_mode(VP9TileData *td) in decode_mode() function
|