HomeSort by relevance Sort by last modified time
    Searched full:vf_x_scale (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
bilin_scaler.c 63 void bilinear_scale_line_w8(unsigned char* src, unsigned char* dst_, unsigned int dst_width, vector float vf_x_scale, vector float vf_NSweight, unsigned int src_linestride);
64 void bilinear_scale_line_w16(unsigned char* src, unsigned char* dst_, unsigned int dst_width, vector float vf_x_scale, vector float vf_NSweight, unsigned int src_linestride);
169 vector float vf_x_scale = spu_splats( (float)src_width/(float)dst_width ); local
285 vf_x_scale,
292 vf_x_scale,
299 vf_x_scale,
306 vf_x_scale,
369 vf_x_scale,
376 vf_x_scale,
383 vf_x_scale,
475 vector float vf_x_scale = spu_splats( (float)src_width\/(float)dst_width ); local
773 vector float vf_x_scale = spu_splats( (float)src_width\/(float)dst_width ); local
1062 vector float vf_x_scale = spu_splats( (float)src_width\/(float)dst_width ); local
    [all...]

Completed in 215 milliseconds