Home
last modified time | relevance | path

Searched refs:vp8_rv (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/decoder/x86/
Donyxdxv.c615 int vp8_rv; in onyx_decompress() local
661 vp8_rv = onyx_blit(src, v_screen, &this_algorithm_base->frame_buffer, x, y); in onyx_decompress()
664 return vp8_rv; in onyx_decompress()
899 int vp8_rv; in onyx_init() local
904 vp8_rv = vpxdxv_register_ximage(vp8_ximagecreate, onyx_get_output_list, VP8_FOURCC); in onyx_init()
905 return vp8_rv; in onyx_init()
1046 int vp8_rv; in vpx_get_size_of_pixel() local
1052 vp8_rv = 1; in vpx_get_size_of_pixel()
1063 vp8_rv = 2; in vpx_get_size_of_pixel()
1067 vp8_rv = 3; in vpx_get_size_of_pixel()
[all …]
/external/libvpx/vp8/common/x86/
Dpostproc_mmx.c46 extern short vp8_rv[];
838 movq mm4, vp8_rv[ecx*2] in vp8_mbpost_proc_down_mmx()
1002 movdqu xmm4, vp8_rv[ecx*2] in vp8_mbpost_proc_down_xmm()
/external/libvpx/vp8/common/
Dpostproc.c75 const short vp8_rv[] = variable
269 const short *rv3 = &vp8_rv[63&rand()]; in vp8_mbpost_proc_down_c()