Searched refs:alpha_hdr (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_color_unquantize.cpp | 805 int* alpha_hdr, in unpack_color_endpoints() 816 *alpha_hdr = 0; in unpack_color_endpoints() 822 *alpha_hdr = 0; in unpack_color_endpoints() 828 *alpha_hdr = -1; in unpack_color_endpoints() 834 *alpha_hdr = -1; in unpack_color_endpoints() 840 *alpha_hdr = 0; in unpack_color_endpoints() 846 *alpha_hdr = 0; in unpack_color_endpoints() 852 *alpha_hdr = 0; in unpack_color_endpoints() 858 *alpha_hdr = 0; in unpack_color_endpoints() 864 *alpha_hdr 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 [all...] |
H A D | astc_codec_internals.h | 312 int* alpha_hdr,
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_color_unquantize.cpp | 767 bool& alpha_hdr, in unpack_color_endpoints() 773 alpha_hdr = false; in unpack_color_endpoints() 875 alpha_hdr = true; in unpack_color_endpoints() 887 alpha_hdr = true; in unpack_color_endpoints() 893 alpha_hdr = false; in unpack_color_endpoints() 903 if (rgb_hdr || alpha_hdr) in unpack_color_endpoints() 908 alpha_hdr = false; in unpack_color_endpoints() 920 if (rgb_hdr || alpha_hdr) in unpack_color_endpoints() 925 alpha_hdr = false; in unpack_color_endpoints() 943 vmask4 hdr_lanes(rgb_hdr, rgb_hdr, rgb_hdr, alpha_hdr); 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 [all...] |
H A D | astcenc_compress_symbolic.cpp | 94 bool alpha_hdr; in realign_weights_undecimated() local 107 rgb_hdr, alpha_hdr, in realign_weights_undecimated() 301 bool alpha_hdr; in realign_weights_undecimated() local 314 rgb_hdr, alpha_hdr, in realign_weights_undecimated() 426 bool alpha_hdr; in realign_weights_decimated() local 440 rgb_hdr, alpha_hdr, in realign_weights_decimated()
|
H A D | astcenc_internal.h | 1879 * @param[out] alpha_hdr Is the endpoint using HDR for the A channel? 1888 bool& alpha_hdr,
|
Completed in 9 milliseconds