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 D | astc_color_unquantize.cpp | 804 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 D | astc_codec_internals.h | 311 int* rgb_hdr,
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_color_unquantize.cpp | 766 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 D | astcenc_entry.cpp | 1361 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 D | astcenc_compress_symbolic.cpp | 93 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 D | astcenc_internal.h | 1878 * @param[out] rgb_hdr Is the endpoint using HDR for the RGB channels? 1887 bool& rgb_hdr,
|
Completed in 11 milliseconds