HomeSort by relevance Sort by last modified time
    Searched full:cmax (Results 1 - 18 of 18) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
correg.h 273 STDMETHOD(EnumTypeDefs)(HCORENUM *phEnum,mdTypeDef rTypeDefs[],ULONG cMax,ULONG *pcTypeDefs) PURE;
274 STDMETHOD(EnumInterfaceImpls)(HCORENUM *phEnum,mdTypeDef td,mdInterfaceImpl rImpls[],ULONG cMax,ULONG *pcImpls) PURE;
275 STDMETHOD(EnumTypeRefs)(HCORENUM *phEnum,mdTypeRef rTypeRefs[],ULONG cMax,ULONG *pcTypeRefs) PURE;
276 STDMETHOD(EnumCustomValues)(HCORENUM *phEnum,mdToken tk,mdCustomValue rCustomValues[],ULONG cMax,ULONG *pcCustomValues) PURE;
277 STDMETHOD(EnumResources)(HCORENUM *phEnum,mdResource rResources[],ULONG cMax,ULONG *pcResources) PURE;
278 STDMETHOD(EnumCategoryImpls)(HCORENUM *phEnum,mdTypeDef td,mdCocatImpl rCocatImpls[],ULONG cMax,ULONG *pcCocatImpls) PURE;
279 STDMETHOD(EnumRedirectProgIDs)(HCORENUM *phEnum,mdTypeDef td,mdProgID rRedirectProgIDs[],ULONG cMax,ULONG *pcRedirectProgIDs) PURE;
280 STDMETHOD(EnumMimeTypeImpls)(HCORENUM *phEnum,mdTypeDef td,mdMimeTypeImpl rMimeTypeImpls[],ULONG cMax,ULONG *pcMimeTypeImpls) PURE;
281 STDMETHOD(EnumFormatImpls)(HCORENUM *phEnum,mdTypeDef td,mdFormatImpl rFormatImpls[],ULONG cMax,ULONG *pcFormatImpls) PURE;
282 STDMETHOD(EnumRoleChecks)(HCORENUM *phEnum,mdToken tk,mdRoleCheck rRoleChecks[],ULONG cMax,ULONG *pcRoleChecks) PURE
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 202 float cMax = 0.0f;
208 case TextureFormat::SNORM_INT16: cMin = -1.0f; cMax = 1.0f; break;
216 case TextureFormat::UNORM_INT_1010102_REV: cMin = 0.0f; cMax = 1.0f; break;
219 case TextureFormat::SIGNED_INT8: cMin = -128.0f; cMax = 127.0f; break;
220 case TextureFormat::SIGNED_INT16: cMin = -32768.0f; cMax = 32767.0f; break;
221 case TextureFormat::SIGNED_INT32: cMin = -2147483648.0f; cMax = 2147483647.0f; break;
222 case TextureFormat::UNSIGNED_INT8: cMin = 0.0f; cMax = 255.0f; break;
223 case TextureFormat::UNSIGNED_INT16: cMin = 0.0f; cMax = 65535.0f; break;
224 case TextureFormat::UNSIGNED_INT32: cMin = 0.0f; cMax = 4294967295.f; break;
225 case TextureFormat::HALF_FLOAT: cMin = -1e3f; cMax = 1e3f; break
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
csl.h 189 * cMax: Size of destination buffer.
197 * Will not copy more than cMax bytes from pstrSrc into pstrDest.
201 IN DWORD cMax);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h 190 * cMax: Size of destination buffer.
198 * Will not copy more than cMax bytes from pstrSrc into pstrDest.
202 IN DWORD cMax);
  /external/flac/libFLAC/
lpc.c 159 FLAC__double cmax; local
171 /* calc cmax = max( |lp_coeff[i]| ) */
172 cmax = 0.0;
175 if(d > cmax)
176 cmax = d;
179 if(cmax <= 0.0) {
188 (void)frexp(cmax, &log2cmax);
213 fprintf(stderr,"FLAC__lpc_quantize_coefficients: quantizer overflow: q>qmax %d>%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmax,*shift,cmax,precision+1,i,lp_coeff[i]);
215 fprintf(stderr,"FLAC__lpc_quantize_coefficients: quantizer overflow: q<qmin %d<%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmin,*shift,cmax,precision+1,i,lp_coeff[i])
    [all...]
  /external/pixman/pixman/
pixman-combine-float.c 498 * space, with Cmax, Cmid, Cmin referring to the max, mid and min value
506 * max = Cmax
521 * if Cmax > Cmin
522 * Cmid = ( ( ( Cmid ? Cmin ) × s ) ? ( Cmax ? Cmin ) )
523 * Cmax = s
525 * Cmid = Cmax = 0.0
pixman-combine32.c 831 * to operate in Hsl space, with Cmax, Cmid, Cmin referring to the max, mid
839 * max = Cmax
854 * if Cmax > Cmin
855 * Cmid = ( ( ( Cmid ? Cmin ) × s ) ? ( Cmax ? Cmin ) )
856 * Cmax = s
858 * Cmid = Cmax = 0.0
    [all...]
  /external/chromium_org/third_party/opus/src/silk/fixed/
pitch_analysis_core_FIX.c 105 opus_int d_srch[ PE_D_SRCH_LENGTH ], Cmax, length_d_srch, length_d_comp;
251 Cmax = (opus_int)C[ 0 ]; /* Q14 */
252 if( Cmax < SILK_FIX_CONST( 0.2, 14 ) ) {
261 threshold = silk_SMULWB( search_thres1_Q16, Cmax );
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
pitch_analysis_core_FLP.c 97 silk_float Cmax, CCmax, CCmax_b, CCmax_new_b, CCmax_new;
222 Cmax = C[ 0 ][ min_lag_4kHz ];
223 if( Cmax < 0.2f ) {
231 threshold = search_thres1 * Cmax;
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 105 opus_int d_srch[ PE_D_SRCH_LENGTH ], Cmax, length_d_srch, length_d_comp;
251 Cmax = (opus_int)C[ 0 ]; /* Q14 */
252 if( Cmax < SILK_FIX_CONST( 0.2, 14 ) ) {
261 threshold = silk_SMULWB( search_thres1_Q16, Cmax );
    [all...]
  /external/libopus/silk/float/
pitch_analysis_core_FLP.c 97 silk_float Cmax, CCmax, CCmax_b, CCmax_new_b, CCmax_new;
222 Cmax = C[ 0 ][ min_lag_4kHz ];
223 if( Cmax < 0.2f ) {
231 threshold = search_thres1 * Cmax;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.cpp 143 } else { // Cmax == b
  /external/jpeg/
jquant2.c 429 int c0,c1,c2,cmax; local
458 cmax = c1; n = 1;
459 if (c0 > cmax) { cmax = c0; n = 0; }
460 if (c2 > cmax) { n = 2; }
462 cmax = c1; n = 1;
463 if (c2 > cmax) { cmax = c2; n = 2; }
464 if (c0 > cmax) { n = 0; }
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 429 int c0,c1,c2,cmax; local
458 cmax = c1; n = 1;
459 if (c0 > cmax) { cmax = c0; n = 0; }
460 if (c2 > cmax) { n = 2; }
462 cmax = c1; n = 1;
463 if (c2 > cmax) { cmax = c2; n = 2; }
464 if (c0 > cmax) { n = 0; }
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 231 int cmax = 0; local
326 if( cmax < caccum[i] )
327 cmax = caccum[i];
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkXfermode.cpp 440 static inline void setSaturationComponents(int* Cmin, int* Cmid, int* Cmax, int s) {
441 if(*Cmax > *Cmin) {
442 *Cmid = SkMulDiv(*Cmid - *Cmin, s, *Cmax - *Cmin);
443 *Cmax = s;
445 *Cmax = 0;
    [all...]
  /external/skia/src/core/
SkXfermode.cpp 440 static inline void setSaturationComponents(int* Cmin, int* Cmid, int* Cmax, int s) {
441 if(*Cmax > *Cmin) {
442 *Cmid = SkMulDiv(*Cmid - *Cmin, s, *Cmax - *Cmin);
443 *Cmax = s;
445 *Cmax = 0;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]

Completed in 564 milliseconds