/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_decompress_symbolic.cpp | 40 astc_decode_mode decode_mode, in lerp_color_int() 71 if (decode_mode == DECODE_LDR_SRGB) in lerp_color_int() 79 if (decode_mode == DECODE_LDR_SRGB) in lerp_color_int() 86 astc_decode_mode decode_mode, in decompress_symbolic_block() 103 if (decode_mode == DECODE_LDR_SRGB) in decompress_symbolic_block() 144 int mask = (decode_mode == DECODE_LDR_SRGB) ? 0xFF00 : 0xFFFF; in decompress_symbolic_block() 155 switch (decode_mode) in decompress_symbolic_block() 223 unpack_color_endpoints(decode_mode, in decompress_symbolic_block() 270 uint4 color = lerp_color_int(decode_mode, in decompress_symbolic_block() 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_codec_internals.h | 307 astc_decode_mode decode_mode, 320 astc_decode_mode decode_mode,
|
H A D | astc_color_unquantize.cpp | 800 astc_decode_mode decode_mode, in unpack_color_endpoints() 924 switch (decode_mode) in unpack_color_endpoints() 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 | 152 astcenc_profile decode_mode, in load_image_block() 182 uint8_t rgb_lns = (decode_mode == ASTCENC_PRF_HDR) || in load_image_block() 183 (decode_mode == ASTCENC_PRF_HDR_RGB_LDR_A) ? 1 : 0; in load_image_block() 184 uint8_t a_lns = decode_mode == ASTCENC_PRF_HDR ? 1 : 0; in load_image_block() 269 astcenc_profile decode_mode, in load_image_block_fast_ldr() 279 (void)decode_mode; in load_image_block_fast_ldr() 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 | astcenc_decompress_symbolic.cpp | 51 // the decode_mode setting in lerp_color_int() 182 astcenc_profile decode_mode, in decompress_symbolic_block() 227 vmask4 u8_mask = get_u8_component_mask(decode_mode, blk); in decompress_symbolic_block() 240 switch (decode_mode) in decompress_symbolic_block() 287 vmask4 u8_mask = get_u8_component_mask(decode_mode, blk); in decompress_symbolic_block() 297 unpack_color_endpoints(decode_mode, in decompress_symbolic_block() 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_internal.h | 1596 * @param decode_mode The color profile for LDR_SRGB settings. 1602 astcenc_profile decode_mode, in get_u8_component_mask() 1612 else if (decode_mode == ASTCENC_PRF_LDR_SRGB) in get_u8_component_mask() 1656 * @param decode_mode The compression color profile. 1666 astcenc_profile decode_mode, 1681 * @param decode_mode The compression color profile. 1691 astcenc_profile decode_mode, 1874 * @param decode_mode The decode mode (LDR, HDR, etc). 1884 astcenc_profile decode_mode, 2095 * @param decode_mode Th 1601 get_u8_component_mask( astcenc_profile decode_mode, const image_block& blk ) get_u8_component_mask() argument [all...] |
H A D | astcenc_color_unquantize.cpp | 763 astcenc_profile decode_mode, in unpack_color_endpoints() 883 if (decode_mode == ASTCENC_PRF_HDR) in unpack_color_endpoints() 900 if (decode_mode == ASTCENC_PRF_LDR) in unpack_color_endpoints() 917 else if (decode_mode == ASTCENC_PRF_LDR_SRGB) in unpack_color_endpoints() 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_compress_symbolic.cpp | 67 * @param decode_mode The decode mode (LDR, HDR). 74 astcenc_profile decode_mode, in realign_weights_undecimated() 104 unpack_color_endpoints(decode_mode, in realign_weights_undecimated() 281 astcenc_profile decode_mode, in realign_weights_undecimated() 311 unpack_color_endpoints(decode_mode, in realign_weights_undecimated() 395 * @param decode_mode The decode mode (LDR, HDR). 401 astcenc_profile decode_mode, in realign_weights_decimated() 437 unpack_color_endpoints(decode_mode, in realign_weights_decimated() 1400 astcenc_profile decode_mode = ctx.config.profile; in compress_block() local 1477 if ((decode_mode in compress_block() 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...] |
H A D | astcenc_entry.cpp | 841 astcenc_profile decode_mode = ctx.config.profile; in compress_image() local 880 bool needs_hdr = (decode_mode == ASTCENC_PRF_HDR) || in compress_image() 881 (decode_mode == ASTCENC_PRF_HDR_RGB_LDR_A); in compress_image() 950 load_func(decode_mode, image, blk, bsd, x * block_x, y * block_y, z * block_z, swizzle); in compress_image()
|
H A D | astcenccli_toplevel.cpp | 49 astcenc_profile decode_mode; member 470 profile = modes[i].decode_mode; in parse_commandline_options()
|
/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 126 decompress_symbolic_block(decode_mode, bsd.get(), x * xBlockSize, y * yBlockSize, z * zBlockSize, scb.get(), ib.get()); in Decode()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9block.c | 78 static void decode_mode(VP9TileData *td) in decode_mode() function 1287 decode_mode(td); in ff_vp9_decode_block()
|