HomeSort by relevance Sort by last modified time
    Searched refs:mip (Results 1 - 25 of 46) sorted by null

1 2

  /external/libppp/src/
mppe.c 243 struct mppe_state *mip = (struct mppe_state *)v; local
268 if (!flushed && mip->stateless) {
275 if (mip->stateless) {
277 while (prefix != mip->cohnum) {
279 MPPEKeyChange(mip);
281 * mip->cohnum contains what we received last time in stateless
284 mip->cohnum++;
285 mip->cohnum &= ~MPPE_HEADER_BITMASK;
295 (mip->cohnum >> MPPE_HEADER_FLAGSHIFT);
301 MPPEKeyChange(mip);
681 struct mppe_state *mip; local
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 225 native int rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer);
226 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) {
228 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
230 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage);
231 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) {
233 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
236 native int rsnAllocationCreateBitmapBackedAllocation(int con, int type, int mip, Bitmap bmp, int usage);
237 synchronized int nAllocationCreateBitmapBackedAllocation(int type, int mip, Bitmap bmp, int usage) {
239 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
243 native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 309 native int rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer);
310 synchronized int nAllocationCreateTyped(int type, int mip, int usage, int pointer) {
312 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
314 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage);
315 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) {
317 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);
320 native int rsnAllocationCreateBitmapBackedAllocation(int con, int type, int mip, Bitmap bmp, int usage);
321 synchronized int nAllocationCreateBitmapBackedAllocation(int type, int mip, Bitmap bmp, int usage) {
323 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
327 native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 42 vpx_free(cm->mip);
48 cm->mip = NULL;
66 cm->mi = cm->mip + cm->mode_info_stride + 1;
71 vpx_memset(cm->mip, 0,
78 vp9_update_mode_info_border(cm, cm->mip);
98 vpx_free(cm->mip);
99 cm->mip = vpx_calloc(mi_size, sizeof(MODE_INFO));
100 if (!cm->mip)
171 cm->mip = vpx_calloc(mi_size, sizeof(MODE_INFO));
172 if (!cm->mip)
    [all...]
vp9_loopfilter.c 642 MODE_INFO **mip = mi_8x8; local
675 switch (mip[0]->mbmi.sb_type) {
677 build_masks(lfi_n, mip[0] , 0, 0, lfm);
680 build_masks(lfi_n, mip[0], 0, 0, lfm);
681 mip2 = mip + mode_info_stride * 4;
687 build_masks(lfi_n, mip[0], 0, 0, lfm);
688 mip2 = mip + 4;
694 for (idx_32 = 0; idx_32 < 4; mip += offset_32[idx_32], ++idx_32) {
701 switch (mip[0]->mbmi.sb_type) {
703 build_masks(lfi_n, mip[0], shift_y, shift_uv, lfm)
    [all...]
vp9_entropymode.c 483 vpx_memset(cm->mip, 0,
486 vp9_update_mode_info_border(cm, cm->mip);
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DDSLoader.java 449 for (int mip = 0; mip < mipMapCount; mip++) {
450 byte[] data = new byte[sizes[mip]];
496 for (int mip = 0; mip < mipMapCount; mip++) {
546 for (int mip = 0; mip < mipMapCount; mip++)
    [all...]
  /external/libvpx/libvpx/vp8/common/
alloccommon.c 37 vpx_free(oci->mip);
44 oci->mip = NULL;
86 oci->mip = vpx_calloc((oci->mb_cols + 1) * (oci->mb_rows + 1), sizeof(MODE_INFO));
88 if (!oci->mip)
91 oci->mi = oci->mip + oci->mode_info_stride + 1;
onyxc_int.h 120 MODE_INFO *mip; /* Base of allocated array */ member in struct:VP8Common
123 MODE_INFO *prev_mip; /* MODE_INFO array 'mip' from last decoded frame */
  /external/openssh/
match.c 193 int mhost, mip; local
196 if ((mip = addr_match_list(ipaddr, patterns)) == -2)
198 else if (mip == -1) /* negative ip address match */
205 if (mhost == 0 && mip == 0)
  /external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.cpp 103 Rec(const Key& key, const SkMipMap* mip) : fKey(key) {
105 fMip = mip;
106 mip->ref();
224 SkMipMap const ** mip) {
229 *mip = rec->fMip;
262 const SkMipMap* mip) {
268 Rec* rec = SkNEW_ARGS(Rec, (key, mip));
472 SkMipMap const ** mip) {
474 return get_cache()->findAndLockMip(orig, mip);
486 const SkMipMap* mip) {
    [all...]
SkBitmapProcState.cpp 235 const SkMipMap* mip = NULL; local
238 fScaledCacheID = SkScaledImageCache::FindAndLockMip(fOrigBitmap, &mip);
240 SkASSERT(NULL == mip);
241 mip = SkMipMap::Build(fOrigBitmap);
242 if (mip) {
244 mip);
245 mip->unref(); // the cache took a ref
249 SkASSERT(mip);
252 if (mip) {
255 if (mip->extractLevel(levelScale, &level))
    [all...]
  /external/skia/src/core/
SkScaledImageCache.cpp 103 Rec(const Key& key, const SkMipMap* mip) : fKey(key) {
105 fMip = mip;
106 mip->ref();
224 SkMipMap const ** mip) {
229 *mip = rec->fMip;
262 const SkMipMap* mip) {
268 Rec* rec = SkNEW_ARGS(Rec, (key, mip));
472 SkMipMap const ** mip) {
474 return get_cache()->findAndLockMip(orig, mip);
486 const SkMipMap* mip) {
    [all...]
SkBitmapProcState.cpp 235 const SkMipMap* mip = NULL; local
238 fScaledCacheID = SkScaledImageCache::FindAndLockMip(fOrigBitmap, &mip);
240 SkASSERT(NULL == mip);
241 mip = SkMipMap::Build(fOrigBitmap);
242 if (mip) {
244 mip);
245 mip->unref(); // the cache took a ref
249 SkASSERT(mip);
252 if (mip) {
255 if (mip->extractLevel(levelScale, &level))
    [all...]
  /external/blktrace/
blktrace.c 580 static void init_mmap_info(struct mmap_info *mip)
582 mip->buf_size = buf_size;
583 mip->buf_nr = buf_nr;
584 mip->pagesize = pagesize;
732 static int setup_mmap(int fd, unsigned int maxlen, struct mmap_info *mip)
734 if (mip->fs_off + maxlen > mip->fs_buf_len) {
735 unsigned long nr = max(16, mip->buf_nr);
737 if (mip->fs_buf) {
738 munlock(mip->fs_buf, mip->fs_buf_len)
1554 struct mmap_info *mip = &iop->mmap_info; local
1664 struct mmap_info *mip; local
2369 struct mmap_info *mip = &iop->mmap_info; local
    [all...]
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.cc 121 TestMonitorInfoProvider* mip = new TestMonitorInfoProvider; local
122 mip->AddMonitor(monitor1_bounds, monitor1_work_area);
124 mip->AddMonitor(monitor2_bounds, monitor2_bounds);
131 WindowSizer sizer(sp, mip, browser);
161 TestMonitorInfoProvider* mip = new TestMonitorInfoProvider; local
162 mip->AddMonitor(display_config, display_config);
169 WindowSizer sizer(sp, mip, browser);
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 58 const GGLSurface& mip(int lod) const;
TextureObjectManager.cpp 106 const GGLSurface& EGLTextureObject::mip(int lod) const function in class:android::EGLTextureObject
116 return const_cast<GGLSurface&>(mip(lod));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state_inlines.h 263 static INLINE uint32_t r300_translate_tex_filters(int min, int mag, int mip,
294 switch (mip) {
305 fprintf(stderr, "r300: Unknown texture filter %d\n", mip);
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 263 static INLINE uint32_t r300_translate_tex_filters(int min, int mag, int mip,
294 switch (mip) {
305 fprintf(stderr, "r300: Unknown texture filter %d\n", mip);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneManager.java 99 Allocation.MipmapControl mip = Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE; local
101 Allocation defaultImage = Allocation.createTyped(rs, bitmapType, mip, usage);
169 MipmapControl mip = MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE; local
172 return Allocation.createCubemapFromBitmap(rs, b, mip, usage);
174 return Allocation.createFromBitmap(rs, b, mip, usage);
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_if.c 396 // current mip will be the prev_mip for the next frame
399 cm->prev_mip = cm->mip;
400 cm->mip = temp;
405 cm->mi = cm->mip + cm->mode_info_stride + 1;
  /frameworks/rs/
rsType.h 59 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
  /external/chromium/chrome/browser/ui/
window_sizer_unittest.cc 166 TestMonitorInfoProvider* mip = new TestMonitorInfoProvider; local
167 mip->AddMonitor(monitor1_bounds, monitor1_work_area);
169 mip->AddMonitor(monitor2_bounds, monitor2_bounds);
175 WindowSizer sizer(sp, mip);
    [all...]

Completed in 501 milliseconds

1 2