Lines Matching defs:endpoints

336 	 * skipped by this compressor as there is no point spending bits encoding an unused endpoints.
353 * more accurate endpoints and weights, or additional partitions.
792 /** @brief Set to 1 if a texel is using HDR RGB endpoints (decompression only). */
795 /** @brief Set to 1 if a texel is using HDR alpha endpoints (decompression only). */
837 * @brief Get the default alpha value for endpoints that don't store it.
892 * @brief Data structure storing the color endpoints for a block.
894 struct endpoints
896 /** @brief The number of partition endpoints stored. */
907 * @brief Data structure storing the color endpoints and weights.
914 /** @brief The color endpoints. */
915 endpoints ep;
929 /** @brief Error of using LDR RGB-scale instead of complete endpoints. */
932 /** @brief Error of using HDR RGB-scale instead of complete endpoints. */
953 /** @brief Ideal endpoints and weights for plane 1. */
956 /** @brief Ideal endpoints and weights for plane 2. */
1727 * The ideal endpoints define a color line for the partition. For each texel the ideal weight
1743 * The ideal endpoints define a color line for the partition. For each texel the ideal weight
1771 * @param ei The non-decimated endpoints and weights.
1844 * @brief Pack a single pair of color endpoints as effectively as possible.
1851 * @param rgbs_color The input unquantized RGBS variant endpoint for same chroma endpoints.
1852 * @param rgbo_color The input unquantized RGBS variant endpoint for HDR endpoints.
1870 * @brief Unpack a single pair of encoded endpoints.
1950 * @param ep The ideal endpoints.
1959 * @param[out] quant_level_mod The best color quant level if endpoints are the same.
1968 const endpoints& ep,
1990 * @param[in,out] ep The color endpoints (modifed in place).
1999 endpoints& ep,
2014 * @param[in,out] ep The color endpoints (modifed in place).
2025 endpoints& ep,
2036 * @brief Compute the angular endpoints for one plane for each block mode.
2053 * @brief Compute the angular endpoints for two planes for each block mode.