HomeSort by relevance Sort by last modified time
    Searched refs:yuv2rgb_spu (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
Makefile 36 yuv2rgb_spu-embed.o: yuv2rgb_converter.c spu_common.h
37 $(SPU_GCC) $(SPU_CFLAGS) -o yuv2rgb_spu yuv2rgb_converter.c -lm
38 $(PPU_EMBEDSPU) -m32 yuv2rgb_spu yuv2rgb_spu yuv2rgb_spu-embed.o
40 libyuv2rgb_spu.a: yuv2rgb_spu-embed.o
41 $(PPU_AR) -qcs libyuv2rgb_spu.a yuv2rgb_spu-embed.o
43 libyuv2rgb_spu.so: yuv2rgb_spu-embed.o
44 $(PPU_LD) -o libyuv2rgb_spu.so -shared -soname=libyuv2rgb_spu.so yuv2rgb_spu-embed.o
82 rm -f yuv2rgb_spu-embed.o libyuv2rgb_spu.so libyuv2rgb_spu.a yuv2rgb_sp
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv.c 37 extern spe_program_handle_t yuv2rgb_spu;
158 converter_thread_data->program = yuv2rgb_spu;
159 converter_thread_data->program_name = "yuv2rgb_spu";

Completed in 40 milliseconds