Searched defs:mip (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_state_inlines.h263 static INLINE uint32_t r300_translate_tex_filters(int min, int mag, int mip, argument
294 switch (mip) {
305 fprintf(stderr, "r300: Unknown texture filter %d\n", mip);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h263 static INLINE uint32_t r300_translate_tex_filters(int min, int mag, int mip, argument
294 switch (mip) {
305 fprintf(stderr, "r300: Unknown texture filter %d\n", mip);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxc_int.h124 MODE_INFO *mip; /* Base of allocated array */ member in struct:VP8Common
127 MODE_INFO *prev_mip; /* MODE_INFO array 'mip' from last decoded frame */
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_onyxc_int.h148 MODE_INFO *mip; /* Base of allocated array */ member in struct:VP9Common
150 MODE_INFO *prev_mip; /* MODE_INFO array 'mip' from last decoded frame */
H A Dvp9_loopfilter.c626 MODE_INFO *mip = mi; local
655 assert(mip != NULL);
660 switch (mip->mbmi.sb_type) {
662 build_masks(lfi_n, mip , 0, 0, lfm);
665 build_masks(lfi_n, mip, 0, 0, lfm);
666 mip2 = mip + mode_info_stride * 4;
672 build_masks(lfi_n, mip, 0, 0, lfm);
673 mip2 = mip + 4;
679 for (idx_32 = 0; idx_32 < 4; mip += offset_32[idx_32], ++idx_32) {
686 switch (mip
[all...]
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h124 MODE_INFO *mip; /* Base of allocated array */ member in struct:VP8Common
127 MODE_INFO *prev_mip; /* MODE_INFO array 'mip' from last decoded frame */
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h146 MODE_INFO *mip; /* Base of allocated array */ member in struct:VP9Common
148 MODE_INFO *prev_mip; /* MODE_INFO array 'mip' from last decoded frame */
H A Dvp9_loopfilter.c626 MODE_INFO **mip = mi_8x8; local
659 switch (mip[0]->mbmi.sb_type) {
661 build_masks(lfi_n, mip[0] , 0, 0, lfm);
664 build_masks(lfi_n, mip[0], 0, 0, lfm);
665 mip2 = mip + mode_info_stride * 4;
671 build_masks(lfi_n, mip[0], 0, 0, lfm);
672 mip2 = mip + 4;
678 for (idx_32 = 0; idx_32 < 4; mip += offset_32[idx_32], ++idx_32) {
685 switch (mip[0]->mbmi.sb_type) {
687 build_masks(lfi_n, mip[
[all...]
/external/skia/src/core/
H A DSkBitmapProcState.cpp273 const SkMipMap* mip = NULL; local
276 fScaledCacheID = SkScaledImageCache::FindAndLockMip(fOrigBitmap, &mip);
278 SkASSERT(NULL == mip);
279 mip = SkMipMap::Build(fOrigBitmap);
280 if (mip) {
282 mip);
283 SkASSERT(mip->getRefCnt() > 1);
284 mip->unref(); // the cache took a ref
288 SkASSERT(mip);
291 if (mip) {
[all...]
H A DSkScaledImageCache.cpp108 Rec(const Key& key, const SkMipMap* mip) : fKey(key) { argument
110 fMip = mip;
111 mip->ref();
393 SkMipMap const ** mip) {
399 *mip = rec->fMip;
459 const SkMipMap* mip) {
465 Rec* rec = SkNEW_ARGS(Rec, (key, mip));
739 SkMipMap const ** mip) {
741 return get_cache()->findAndLockMip(orig, mip);
753 const SkMipMap* mip) {
392 findAndLockMip(const SkBitmap& orig, SkMipMap const ** mip) argument
458 addAndLockMip(const SkBitmap& orig, const SkMipMap* mip) argument
738 FindAndLockMip(const SkBitmap& orig, SkMipMap const ** mip) argument
752 AddAndLockMip(const SkBitmap& orig, const SkMipMap* mip) argument
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_synth.h230 EAS_U8 mip; /* SPMIDI MIP setting */ member in struct:s_synth_channel_tag
H A Deas_voicemgt.c675 pSynth->channels[i].mip = 0;
686 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip) argument
690 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMSetMIPEntry: channel=%d, priority=%d, MIP=%d\n", channel, priority, mip); */ }
697 pSynth->channels[channel].mip = mip;
732 if ((pSynth->channels[i].mip != 0) && (pSynth->channels[i].mip <= maxPolyphony))
838 if (pChannel->mip == currentMIP)
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP);
846 currentMIP = pChannel->mip;
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_synth.h230 EAS_U8 mip; /* SPMIDI MIP setting */ member in struct:s_synth_channel_tag
H A Deas_voicemgt.c675 pSynth->channels[i].mip = 0;
686 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip) argument
690 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMSetMIPEntry: channel=%d, priority=%d, MIP=%d\n", channel, priority, mip); */ }
697 pSynth->channels[channel].mip = mip;
732 if ((pSynth->channels[i].mip != 0) && (pSynth->channels[i].mip <= maxPolyphony))
838 if (pChannel->mip == currentMIP)
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP);
846 currentMIP = pChannel->mip;
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_synth.h230 EAS_U8 mip; /* SPMIDI MIP setting */ member in struct:s_synth_channel_tag
H A Deas_voicemgt.c675 pSynth->channels[i].mip = 0;
686 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip) argument
690 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMSetMIPEntry: channel=%d, priority=%d, MIP=%d\n", channel, priority, mip); */ }
697 pSynth->channels[channel].mip = mip;
732 if ((pSynth->channels[i].mip != 0) && (pSynth->channels[i].mip <= maxPolyphony))
838 if (pChannel->mip == currentMIP)
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP);
846 currentMIP = pChannel->mip;
[all...]
/external/blktrace/
H A Dblktrace.c580 static void init_mmap_info(struct mmap_info *mip) argument
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) argument
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
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/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1391 milliseconds