HomeSort by relevance Sort by last modified time
    Searched refs:GLOBAL (Results 151 - 175 of 253) sorted by null

1 2 3 4 5 67 8 91011

  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 24 global sym(vp9_post_proc_down_and_across_xmm) PRIVATE label
37 ; move the global rd onto the stack, since we don't have enough registers
39 movdqa xmm0, [GLOBAL(rd42)]
44 %define RD42 [GLOBAL(rd42)]
254 global sym(vp9_mbpost_proc_down_xmm) PRIVATE label
278 lea r8, [GLOBAL(sym(vp9_rv))]
396 lea rax, [GLOBAL(sym(vp9_rv))]
454 global sym(vp9_mbpost_proc_across_ip_xmm) PRIVATE label
582 paddd xmm1, [GLOBAL(four8s)]
633 global sym(vp9_plane_add_noise_wmt) PRIVAT label
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
recon_sse2.asm 20 global sym(vp8_copy_mem16x16_sse2) PRIVATE label
126 global sym(vp8_intra_pred_uv_dc_mmx2) PRIVATE label
199 global sym(vp8_intra_pred_uv_dctop_mmx2) PRIVATE label
218 paddw mm1, [GLOBAL(dc_4)]
253 global sym(vp8_intra_pred_uv_dcleft_mmx2) PRIVATE label
320 global sym(vp8_intra_pred_uv_dc128_mmx) PRIVATE label
331 movq mm1, [GLOBAL(dc_128)]
360 global sym(vp8_intra_pred_uv_tm_%1) PRIVATE label
376 movdqa xmm2, [GLOBAL(dc_1024)]
440 global sym(vp8_intra_pred_uv_ve_mmx) PRIVAT label
482 global sym(vp8_intra_pred_uv_ho_%1) PRIVATE label
580 global sym(vp8_intra_pred_y_dc_sse2) PRIVATE label
686 global sym(vp8_intra_pred_y_dctop_sse2) PRIVATE label
748 global sym(vp8_intra_pred_y_dcleft_sse2) PRIVATE label
841 global sym(vp8_intra_pred_y_dc128_sse2) PRIVATE label
888 global sym(vp8_intra_pred_y_tm_%1) PRIVATE label
977 global sym(vp8_intra_pred_y_ve_sse2) PRIVATE label
1025 global sym(vp8_intra_pred_y_ho_sse2) PRIVATE label
    [all...]
postproc_sse2.asm 96 global sym(vp8_post_proc_down_and_across_mb_row_sse2) PRIVATE label
236 global sym(vp8_mbpost_proc_down_xmm) PRIVATE label
260 lea r8, [GLOBAL(sym(vp8_rv))]
406 lea rax, [GLOBAL(sym(vp8_rv))]
464 global sym(vp8_mbpost_proc_across_ip_xmm) PRIVATE label
610 paddd xmm1, [GLOBAL(four8s)]
661 global sym(vp8_plane_add_noise_wmt) PRIVATE label
  /external/chromium_org/third_party/sqlite/src/src/
alter.c 240 FuncDefHash *pHash = &GLOBAL(FuncDefHash, sqlite3GlobalFunctions);
241 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aAlterTableFuncs);
callback.c 367 FuncDefHash *pHash = &GLOBAL(FuncDefHash, sqlite3GlobalFunctions);
loadext.c 545 sqlite3AutoExtList *x = &GLOBAL(sqlite3AutoExtList,sqlite3Autoext)
os.c 247 #define vfsList GLOBAL(sqlite3_vfs *, vfsList)
mem5.c 135 #define mem5 GLOBAL(struct Mem5Global, mem5)
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.asm 19 global sym(vp8_regular_quantize_b_sse4) PRIVATE label
219 pshufb xmm4, [GLOBAL(zig_zag1d)]
  /external/jpeg/
jcdctmgr.c 344 GLOBAL(void)
jcprepct.c 314 GLOBAL(void)
jidctfst.c 167 GLOBAL(void)
jidctint.c 147 GLOBAL(void)
rdrle.c 370 GLOBAL(cjpeg_source_ptr)
wrgif.c 251 FlagByte = 0x80; /* Yes, there is a global color table */
253 FlagByte |= (BitsPerPixel-1); /* size of global color table */
257 /* Write the Global Color Map */
359 GLOBAL(djpeg_dest_ptr)
  /external/qemu/distrib/jpeg-6b/
jcdctmgr.c 344 GLOBAL(void)
jcprepct.c 314 GLOBAL(void)
jidctfst.c 167 GLOBAL(void)
jidctint.c 147 GLOBAL(void)
rdrle.c 370 GLOBAL(cjpeg_source_ptr)
wrgif.c 251 FlagByte = 0x80; /* Yes, there is a global color table */
253 FlagByte |= (BitsPerPixel-1); /* size of global color table */
257 /* Write the Global Color Map */
359 GLOBAL(djpeg_dest_ptr)
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 130 %undef GLOBAL
131 %define GLOBAL(x) x + %1 wrt ..gotoff
142 %undef GLOBAL
143 %define GLOBAL(x) x + %1 - %%get_got
157 %define GLOBAL(x) rel x
172 %define GLOBAL(x) x
596 global %1:function hidden
598 global %1:function hidden
600 global %1:function hidden
602 global %1:private_exter
    [all...]
  /external/zlib/src/contrib/masmx86/
inffas32.asm 58 ;;;GLOBAL _inflate_fast
150 ;GLOBAL inflate_fast_use_mmx
155 ; GLOBAL inflate_fast_use_mmx:object
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 124 GLOBAL = 'c' # push self.find_class(modname, name); 2 string args
315 # Check for string returned by reduce(), meaning "save as global"
767 write(GLOBAL + module + '\n' + name + '\n')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 124 GLOBAL = 'c' # push self.find_class(modname, name); 2 string args
315 # Check for string returned by reduce(), meaning "save as global"
767 write(GLOBAL + module + '\n' + name + '\n')
    [all...]

Completed in 785 milliseconds

1 2 3 4 5 67 8 91011