Home
last modified time | relevance | path

Searched refs:decode_mode (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_decompress_symbolic.cpp40 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 Dastc_codec_internals.h307 astc_decode_mode decode_mode,
320 astc_decode_mode decode_mode,
H A Dastc_color_unquantize.cpp800 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 Dastcenc_image.cpp152 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 Dastcenc_decompress_symbolic.cpp51 // 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 Dastcenc_internal.h1596 * @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 Dastcenc_color_unquantize.cpp763 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 Dastcenc_compress_symbolic.cpp67 * @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 Dastcenc_entry.cpp841 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 Dastcenccli_toplevel.cpp49 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 DASTC_Decoder.cpp112 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 Dvp9block.c78 static void decode_mode(VP9TileData *td) in decode_mode() function
1287 decode_mode(td); in ff_vp9_decode_block()

Completed in 18 milliseconds