Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_compress_symbolic.cpp85 int plane2_component = bm.is_dual_plane ? scb.plane2_component : -1; in realign_weights_undecimated() local
86 vmask4 plane_mask = vint4::lane_id() == vint4(plane2_component); in realign_weights_undecimated()
212 int plane2_component = bm.is_dual_plane ? scb.plane2_component : -1; in realign_weights_decimated() local
213 vmask4 plane_mask = vint4::lane_id() == vint4(plane2_component); in realign_weights_decimated()
611 workscb.plane2_component = -1; in compress_symbolic_block_for_partition_1plane()
734 unsigned int plane2_component, in compress_symbolic_block_for_partition_2planes() argument
747 compute_ideal_colors_and_weights_2planes(bsd, blk, plane2_component, ei1, ei2); in compress_symbolic_block_for_partition_2planes()
792 vmask4 err_mask = vint4::lane_id() == vint4(plane2_component); in compress_symbolic_block_for_partition_2planes()
879 merge_endpoints(ei1.ep, ei2.ep, plane2_component, epm); in compress_symbolic_block_for_partition_2planes()
914 merge_endpoints(eix1[decimation_mode].ep, eix2[decimation_mode].ep, plane2_component, epm); in compress_symbolic_block_for_partition_2planes()
[all …]
Dastcenc_decompress_symbolic.cpp288 int plane2_component = is_dual_plane ? scb.plane2_component : -1; in decompress_symbolic_block() local
289 vmask4 plane2_mask = vint4::lane_id() == vint4(plane2_component); in decompress_symbolic_block()
352 vmask4 plane2_mask = vint4::lane_id() == vint4(scb.plane2_component); in compute_symbolic_block_difference_2plane()
Dastcenc_ideal_endpoints_and_weights.cpp563 unsigned int plane2_component, in compute_ideal_colors_and_weights_2planes() argument
570 assert(plane2_component < BLOCK_MAX_COMPONENTS); in compute_ideal_colors_and_weights_2planes()
571 switch (plane2_component) in compute_ideal_colors_and_weights_2planes()
1293 int plane2_component in recompute_ideal_colors_2planes() argument
1381 vmask4 p2_mask = vint4::lane_id() == vint4(plane2_component); in recompute_ideal_colors_2planes()
1453 vmask4 p1_mask = vint4::lane_id() != vint4(plane2_component); in recompute_ideal_colors_2planes()
1486 vmask4 p1_mask = vint4::lane_id() != vint4(plane2_component); in recompute_ideal_colors_2planes()
Dastcenc_symbolic_physical.cpp267 write_bits(scb.plane2_component, 2, below_weights_pos - 2, pcb.data); in symbolic_to_physical()
523 scb.plane2_component = static_cast<int8_t>(read_bits(2, below_weights_pos - 2, pcb.data)); in physical_to_symbolic()
Dastcenc_internal.h1248 int8_t plane2_component; member
1880 unsigned int plane2_component,
2241 int plane2_component);
Dastcenc_entry.cpp1249 info->dual_plane_component = scb.plane2_component; in astcenc_get_block_info()
/third_party/astc-encoder/Test/
Dastc_trace_analysis.py128 self.plane2_component = component
416 result_channel[pas.partitions][pas.plane2_component] += 1