Searched refs:next_src_y_upper (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
H A Dbilin_scaler.c194 float curr_src_y_upper = 0.0f, next_src_y_upper; local
233 next_src_y_upper = ((float)dst_y+2)*y_scale;
237 next_interpl_y_upper = (unsigned int) next_src_y_upper;
242 vf_next_NSweight_y_upper = spu_splats( next_src_y_upper-(float)next_interpl_y_upper );
352 curr_src_y_upper = next_src_y_upper;
500 float curr_src_y_upper = 0.0f, next_src_y_upper; local
538 next_src_y_upper = ((float)dst_y+2)*y_scale;
542 next_interpl_y_upper = (unsigned int) next_src_y_upper;
547 vf_next_NSweight_y_upper = spu_splats( next_src_y_upper-(float)next_interpl_y_upper );
656 curr_src_y_upper = next_src_y_upper;
798 float curr_src_y_upper = 0.0f, next_src_y_upper; local
1087 float curr_src_y_upper = 0.0f, next_src_y_upper; local
[all...]

Completed in 33 milliseconds