Lines Matching defs:temp
32 static void ff_snow_horizontal_compose97i_sse2(IDWTELEM *b, IDWTELEM *temp, int width){
154 for(; (((x86_reg)&temp[i]) & 0x1F) && i<w_r; i++){
155 temp[i] = src[i] - ((-W_AM*(b[i] + b[i+1]))>>W_AS);
173 :: "r"(&src[i]), "r"(&b[i]), "r"(&temp[i])
177 snow_horizontal_compose_lift_lead_out(i, temp, src, b, width, w_r, 1, -W_AM, W_AO+1, W_AS);
181 snow_interleave_line_header(&i, width, b, temp);
184 b[i+1] = temp[i>>1];
213 :: "r"(&(b)[i]), "r"(&(b)[i>>1]), "r"(&(temp)[i>>1])
220 static void ff_snow_horizontal_compose97i_mmx(IDWTELEM *b, IDWTELEM *temp, int width){
346 :: "r"(&src[i]), "r"(&b[i]), "r"(&temp[i])
350 snow_horizontal_compose_lift_lead_out(i, temp, src, b, width, w_r, 1, -W_AM, W_AO+1, W_AS);
354 snow_interleave_line_header(&i, width, b, temp);
357 b[i+1] = temp[i>>1];
386 :: "r"(&b[i]), "r"(&b[i>>1]), "r"(&temp[i>>1])