?type_idx[ Depth ][ y ][ x ] = sao_type_cr_idx
?if( sao_type_cr_idx != 0 ) {
for( i = 0; i < PqaoOffsetNum[
sao_type_cr_idx ]; i++ )
?offset[ Depth ][ y ][ x ][ i ] =
?sao_cr_offset
?}
?type_idx[ Depth ][ y ][ x ] = sao_type_cb_idx
?if( sao_type_cb_idx != 0 ) {
for( i = 0; i < PqaoOffsetNum[
sao_type_cb_idx ]; i++ )
?offset[ Depth ][ y ][ x ][ i ] =
?sao_cb_offset
?}
}