Home
last modified time | relevance | path

Searched refs:weight_props (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/decoder/
H A Dphysical_astc_block.cc353 const auto weight_props = maybe_weight_props.value(); in DecodeNumWeightBits() local
356 int num_weights = weight_props.width * weight_props.height; in DecodeNumWeightBits()
364 num_weights, weight_props.range); in DecodeNumWeightBits()
621 auto weight_props = DecodeWeightProps(astc_bits_, &error); in WeightGridDims() local
623 if (!weight_props.hasValue()) return { }; in WeightGridDims()
626 const auto props = weight_props.value(); in WeightGridDims()
632 auto weight_props = DecodeWeightProps(astc_bits_, &error); in WeightRange() local
634 if (!weight_props.hasValue()) return { }; in WeightRange()
637 return weight_props.value().range; in WeightRange()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/decoder/
H A Dphysical_astc_block.cc353 const auto weight_props = maybe_weight_props.value(); in DecodeNumWeightBits() local
356 int num_weights = weight_props.width * weight_props.height; in DecodeNumWeightBits()
364 num_weights, weight_props.range); in DecodeNumWeightBits()
621 auto weight_props = DecodeWeightProps(astc_bits_, &error); in WeightGridDims() local
623 if (!weight_props.hasValue()) return { }; in WeightGridDims()
626 const auto props = weight_props.value(); in WeightGridDims()
632 auto weight_props = DecodeWeightProps(astc_bits_, &error); in WeightRange() local
634 if (!weight_props.hasValue()) return { }; in WeightRange()
637 return weight_props.value().range; in WeightRange()