/external/libvpx/libvpx/vp9/common/ |
vp9_scale.h | 28 int (*scale_value_x)(int val, const struct scale_factors_common *sfc); 29 int (*scale_value_y)(int val, const struct scale_factors_common *sfc); 39 const struct scale_factors_common *sfc; member in struct:scale_factors 47 static int vp9_is_valid_scale(const struct scale_factors_common *sfc) { 48 return sfc->x_scale_fp != REF_INVALID_SCALE && 49 sfc->y_scale_fp != REF_INVALID_SCALE; 52 static int vp9_is_scaled(const struct scale_factors_common *sfc) { 53 return sfc->x_scale_fp != REF_NO_SCALE || 54 sfc->y_scale_fp != REF_NO_SCALE;
|
vp9_scale.c | 15 static INLINE int scaled_x(int val, const struct scale_factors_common *sfc) { 16 return val * sfc->x_scale_fp >> REF_SCALE_SHIFT; 19 static INLINE int scaled_y(int val, const struct scale_factors_common *sfc) { 20 return val * sfc->y_scale_fp >> REF_SCALE_SHIFT; 23 static int unscaled_value(int val, const struct scale_factors_common *sfc) { 24 (void) sfc; 30 scaled_y(mv->row, scale->sfc) + scale->y_offset_q4, 31 scaled_x(mv->col, scale->sfc) + scale->x_offset_q4 46 scale->x_offset_q4 = scaled_x(col << SUBPEL_BITS, scale->sfc) & SUBPEL_MASK; 47 scale->y_offset_q4 = scaled_y(row << SUBPEL_BITS, scale->sfc) & SUBPEL_MASK [all...] |
vp9_reconinter.c | 54 scale->sfc->predict[subpel_x != 0][subpel_y != 0][ref]( 71 const struct scale_factors_common *sfc = scale->sfc; local 72 const MV32 mv = sfc->scale_mv(&mv_q4, scale); 75 w, h, ref, subpix, sfc->x_step_q4, sfc->y_step_q4); 170 if (vp9_is_scaled(scale->sfc)) { 172 scale->sfc->set_scaled_offsets(scale, mi_y + y, mi_x + x); 173 scaled_mv = scale->sfc->scale_mv(&mv_q4, scale); 174 xs = scale->sfc->x_step_q4 231 struct scale_factors_common *const sfc = &cm->active_ref_scale_comm[i]; local [all...] |
vp9_reconinter.h | 41 const int x = scale ? scale->sfc->scale_value_x(x_offset, scale->sfc) : 43 const int y = scale ? scale->sfc->scale_value_y(y_offset, scale->sfc) :
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLSocketFactory.java | 55 final Class<?> sfc = Class.forName(defaultName, true, cl); local 56 defaultSocketFactory = (SocketFactory) sfc.newInstance();
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ReturnUndefChecker.cpp | 46 const StackFrameContext *SFC = C.getStackFrame(); 47 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); 64 if (RT.isNull() && isa<BlockDecl>(SFC->getDecl()) &&
|
NSErrorChecker.cpp | 188 SFC = C.getLocationContext()->getCurrentStackFrame(); 194 if (stackReg->getStackFrame() == SFC)
|
/external/clang/test/Index/ |
complete-memfunc-cvquals.cpp | 18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) { 24 sfc->baz();
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | 365 const StackFrameContext *SFC; 368 StackSpaceRegion(MemRegionManager *mgr, Kind k, const StackFrameContext *sfc) 369 : MemSpaceRegion(mgr, k), SFC(sfc) { 374 const StackFrameContext *getStackFrame() const { return SFC; } 388 StackLocalsSpaceRegion(MemRegionManager *mgr, const StackFrameContext *sfc) 389 : StackSpaceRegion(mgr, StackLocalsSpaceRegionKind, sfc) {} 403 StackArgumentsSpaceRegion(MemRegionManager *mgr, const StackFrameContext *sfc) 404 : StackSpaceRegion(mgr, StackArgumentsSpaceRegionKind, sfc) {} [all...] |
SValBuilder.h | 317 const StackFrameContext *SFC); 321 const StackFrameContext *SFC);
|
/external/clang/lib/StaticAnalyzer/Core/ |
SValBuilder.cpp | 214 const StackFrameContext *SFC) { 216 getCXXThisRegion(D->getThisType(getContext()), SFC)); 221 const StackFrameContext *SFC) { 224 return loc::MemRegionVal(getRegionManager().getCXXThisRegion(PT, SFC));
|
MemRegion.cpp | 731 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC)) { 732 if (cast<DeclContext>(SFC->getDecl()) == DC) 733 return SFC; 949 const StackFrameContext *SFC = LC->getCurrentStackFrame(); 950 assert(SFC); 951 return getSubRegion<CXXTempObjectRegion>(E, getStackLocalsRegion(SFC)); [all...] |
PathDiagnostic.cpp | 543 getLocationForCaller(const StackFrameContext *SFC, 546 const CFGBlock &Block = *SFC->getCallSiteBlock(); 547 CFGElement Source = Block[SFC->getIndex()]; [all...] |
ExprEngineCallAndReturn.cpp | 362 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LCtx)) { 363 const Decl *DI = SFC->getDecl(); [all...] |
ExprEngine.cpp | 155 const StackFrameContext *SFC = InitLoc->getCurrentStackFrame(); 156 if (SFC->getParent() == 0) { 157 loc::MemRegionVal L = svalBuilder.getCXXThis(MD, SFC); 352 const StackFrameContext *SFC = LC ? LC->getCurrentStackFrame() : 0; 353 SymbolReaper SymReaper(SFC, ReferenceStmt, SymMgr, getStoreManager()); 360 CleanedState = StateMgr.removeDeadBindings(CleanedState, SFC, SymReaper); [all...] |
/external/chromium_org/third_party/icu/source/data/unidata/ |
PropertyAliases.txt | 68 scf ; Simple_Case_Folding ; sfc
|
changes.txt | 496 + Jamo_Short_Name, sfc->scf, binary property value aliases 591 - renamed property Simple_Case_Folding (sfc->scf) 671 + Jamo_Short_Name, sfc->scf, binary property value aliases [all...] |
/external/chromium_org/chrome/test/perf/ |
memory_test.cc | 328 "http://sfbay.craigslist.org/sfc/apa/782398209.html", 329 "http://sfbay.craigslist.org/sfc/apa/782347795.html", 331 "http://sfbay.craigslist.org/sfc/apa/782344396.html",
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodframe.c | 387 const struct scale_factors_common *sfc = &cm->active_ref_scale_comm[ref]; local 388 if (!vp9_is_valid_scale(sfc)) 392 xd->scale_factor[idx].sfc = sfc; [all...] |
/external/clang/lib/Analysis/ |
AnalysisDeclContext.cpp | 390 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC)) 391 return SFC;
|
/external/clang/tools/libclang/ |
CXComment.cpp | 890 SimpleFormatContext &SFC, 893 FormatRewriterContext(SFC), [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_stereo_proc.cpp | 351 /* Start of intensity stereo of remaining sfc bands: */
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.c | [all...] |
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_video.h | 197 * http://www.neuro.sfc.keio.ac.jp/~aly/polygon/info/color-space-faq.html [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 197 * http://www.neuro.sfc.keio.ac.jp/~aly/polygon/info/color-space-faq.html [all...] |