OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_rv
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/common/x86/
postproc_mmx.asm
19
extern sym(
vp8_rv
)
41
lea r8, [GLOBAL(sym(
vp8_rv
))]
187
lea rax, [GLOBAL(sym(
vp8_rv
))]
188
movq mm4, [rax + rcx*2] ;
vp8_rv
[rcx*2]
191
movq mm4, [r8 + rcx*2] ;
vp8_rv
[rcx*2]
193
movq mm4, [sym(
vp8_rv
) + rcx*2]
postproc_sse2.asm
235
extern sym(
vp8_rv
)
260
lea r8, [GLOBAL(sym(
vp8_rv
))]
406
lea rax, [GLOBAL(sym(
vp8_rv
))]
407
movdqu xmm4, [rax + rcx*2] ;
vp8_rv
[rcx*2]
410
movdqu xmm4, [r8 + rcx*2] ;
vp8_rv
[rcx*2]
412
movdqu xmm4, [sym(
vp8_rv
) + rcx*2]
/external/libvpx/libvpx/vp8/common/
postproc.c
79
const short
vp8_rv
[] =
variable
276
const short *rv3 = &
vp8_rv
[63&rand()];
[
all
...]
Completed in 41 milliseconds