Home
last modified time | relevance | path

Searched refs:plane2_component (Results 1 - 7 of 7) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp89 int plane2_component = scb.plane2_component; in realign_weights_undecimated() local
90 vmask4 plane_mask = vint4::lane_id() == vint4(plane2_component); in realign_weights_undecimated()
296 int plane2_component = scb.plane2_component; in realign_weights_undecimated() local
297 vmask4 plane_mask = vint4::lane_id() == vint4(plane2_component); in realign_weights_undecimated()
421 int plane2_component = scb.plane2_component; in realign_weights_decimated() local
422 vmask4 plane_mask = vint4::lane_id() == vint4(plane2_component); in realign_weights_decimated()
820 workscb.plane2_component in compress_symbolic_block_for_partition_1plane()
937 compress_symbolic_block_for_partition_2planes( QualityProfile privateProfile, const astcenc_config& config, const block_size_descriptor& bsd, const image_block& blk, float tune_errorval_threshold, unsigned int plane2_component, symbolic_compressed_block& scb, compression_working_buffers& tmpbuf, int quant_limit ) compress_symbolic_block_for_partition_2planes() argument
[all...]
H A Dastcenc_decompress_symbolic.cpp284 int plane2_component = scb.plane2_component; in decompress_symbolic_block() local
285 vmask4 plane2_mask = vint4::lane_id() == vint4(plane2_component); in decompress_symbolic_block()
349 vmask4 plane2_mask = vint4::lane_id() == vint4(scb.plane2_component); in compute_symbolic_block_difference_2plane()
H A Dastcenc_symbolic_physical.cpp294 write_bits(scb.plane2_component, 2, below_weights_pos - 2, pcb); in symbolic_to_physical()
565 scb.plane2_component = -1; in physical_to_symbolic()
568 scb.plane2_component = static_cast<int8_t>(read_bits(2, below_weights_pos - 2, pcb)); in physical_to_symbolic()
H A Dastcenc_ideal_endpoints_and_weights.cpp678 unsigned int plane2_component,
685 assert(plane2_component < BLOCK_MAX_COMPONENTS);
686 switch (plane2_component)
1436 int plane2_component
1528 vmask4 p2_mask = vint4::lane_id() == vint4(plane2_component);
1598 vmask4 p1_mask = vint4::lane_id() != vint4(plane2_component);
1631 vmask4 p1_mask = vint4::lane_id() != vint4(plane2_component);
H A Dastcenc_internal.h1094 int8_t plane2_component; member
1749 * @param plane2_component The component assigned to plane 2.
1756 unsigned int plane2_component,
2017 * @param plane2_component The component assigned to plane 2.
2028 int plane2_component);
H A Dastcenc_entry.cpp1353 info->dual_plane_component = scb.plane2_component; in astcenc_get_block_info()
/third_party/astc-encoder/Test/
H A Dastc_trace_analysis.py128 self.plane2_component = component
416 result_channel[pas.partitions][pas.plane2_component] += 1

Completed in 11 milliseconds