Home
last modified time | relevance | path

Searched refs:rgb_hdr (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_color_unquantize.cpp804 int* rgb_hdr, in unpack_color_endpoints()
815 *rgb_hdr = 0; in unpack_color_endpoints()
821 *rgb_hdr = 0; in unpack_color_endpoints()
827 *rgb_hdr = 1; in unpack_color_endpoints()
833 *rgb_hdr = 1; in unpack_color_endpoints()
839 *rgb_hdr = 0; in unpack_color_endpoints()
845 *rgb_hdr = 0; in unpack_color_endpoints()
851 *rgb_hdr = 0; in unpack_color_endpoints()
857 *rgb_hdr = 0; in unpack_color_endpoints()
863 *rgb_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 Dastc_codec_internals.h311 int* rgb_hdr,
/third_party/astc-encoder/Source/
H A Dastcenc_color_unquantize.cpp766 bool& rgb_hdr, in unpack_color_endpoints()
772 rgb_hdr = false; in unpack_color_endpoints()
788 rgb_hdr = true; in unpack_color_endpoints()
794 rgb_hdr = true; in unpack_color_endpoints()
825 rgb_hdr = true; in unpack_color_endpoints()
847 rgb_hdr = true; in unpack_color_endpoints()
869 rgb_hdr = true; in unpack_color_endpoints()
874 rgb_hdr = true; in unpack_color_endpoints()
903 if (rgb_hdr || alpha_hdr) in unpack_color_endpoints()
907 rgb_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 Dastcenc_entry.cpp1361 bool rgb_hdr; in astcenc_get_block_info()
1368 rgb_hdr, a_hdr, in astcenc_get_block_info()
1373 info->is_hdr_block = info->is_hdr_block || rgb_hdr || a_hdr; in astcenc_get_block_info()
1376 vmask4 hdr_mask(rgb_hdr, rgb_hdr, rgb_hdr, a_hdr); in astcenc_get_block_info()
H A Dastcenc_compress_symbolic.cpp93 bool rgb_hdr; in realign_weights_undecimated() local
107 rgb_hdr, alpha_hdr, in realign_weights_undecimated()
300 bool rgb_hdr; in realign_weights_undecimated() local
314 rgb_hdr, alpha_hdr, in realign_weights_undecimated()
425 bool rgb_hdr; in realign_weights_decimated() local
440 rgb_hdr, alpha_hdr, in realign_weights_decimated()
H A Dastcenc_internal.h1878 * @param[out] rgb_hdr Is the endpoint using HDR for the RGB channels?
1887 bool& rgb_hdr,

Completed in 11 milliseconds