File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -803,7 +803,7 @@ static void construct_dt_entry_2d(
803803 bsd.decimation_modes [index].maxprec_1plane = static_cast <int8_t >(maxprec_1plane);
804804 bsd.decimation_modes [index].maxprec_2planes = static_cast <int8_t >(maxprec_2planes);
805805 bsd.decimation_modes [index].ref_1_plane = 0 ;
806- bsd.decimation_modes [index].ref_2_planes = 0 ;
806+ bsd.decimation_modes [index].ref_2_planes = 0 ;
807807}
808808
809809/* *
@@ -995,7 +995,7 @@ static void construct_block_size_descriptor_2d(
995995 bsd.decimation_modes [i].maxprec_1plane = -1 ;
996996 bsd.decimation_modes [i].maxprec_2planes = -1 ;
997997 bsd.decimation_modes [i].ref_1_plane = 0 ;
998- bsd.decimation_modes [i].ref_2_planes = 0 ;
998+ bsd.decimation_modes [i].ref_2_planes = 0 ;
999999 }
10001000
10011001 // Determine the texels to use for kmeans clustering.
@@ -1093,7 +1093,7 @@ static void construct_block_size_descriptor_3d(
10931093 bsd.decimation_modes [i].maxprec_1plane = -1 ;
10941094 bsd.decimation_modes [i].maxprec_2planes = -1 ;
10951095 bsd.decimation_modes [i].ref_1_plane = 0 ;
1096- bsd.decimation_modes [i].ref_2_planes = 0 ;
1096+ bsd.decimation_modes [i].ref_2_planes = 0 ;
10971097 }
10981098
10991099 bsd.decimation_mode_count_always = 0 ; // Skipped for 3D modes
You can’t perform that action at this time.
0 commit comments