Lines Matching refs:s32
115 s32 csc_coef00;
116 s32 csc_coef01;
117 s32 csc_coef02;
118 s32 csc_coef10;
119 s32 csc_coef11;
120 s32 csc_coef12;
121 s32 csc_coef20;
122 s32 csc_coef21;
123 s32 csc_coef22;
127 s32 csc_offset0;
128 s32 csc_offset1;
129 s32 csc_offset2;
133 s32 csc_in_dc0;
134 s32 csc_in_dc1;
135 s32 csc_in_dc2;
136 s32 csc_out_dc0;
137 s32 csc_out_dc1;
138 s32 csc_out_dc2;
1057 s32 csc_coef00;
1058 s32 csc_coef01;
1059 s32 csc_coef02;
1060 s32 csc_coef10;
1061 s32 csc_coef11;
1062 s32 csc_coef12;
1063 s32 csc_coef20;
1064 s32 csc_coef21;
1065 s32 csc_coef22;
1067 s32 csc_dc0;
1068 s32 csc_dc1;
1069 s32 csc_dc2;
1128 static inline s32 pq_csc_simple_round(s32 x, s32 n) in pq_csc_simple_round()
1130 s32 value = 0; in pq_csc_simple_round()