HomeSort by relevance Sort by last modified time
    Searched refs:comp (Results 101 - 125 of 706) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/opencv3/3rdparty/libpng/
pngwutil.c 379 compression_state *comp)
383 comp->num_output_ptr = 0;
384 comp->max_output_ptr = 0;
385 comp->output_ptr = NULL;
386 comp->input = NULL;
387 comp->input_len = text_len;
392 comp->input = (png_const_bytep)text;
450 if (comp->num_output_ptr >= comp->max_output_ptr)
454 old_max = comp->max_output_ptr
1100 compression_state comp; local
1693 compression_state comp; local
1755 compression_state comp; local
    [all...]
  /external/boringssl/src/include/openssl/
lhash.h 142 lhash_cmp_func comp; member in struct:lhash_st
146 /* lh_new returns a new, empty hash table or NULL on error. If |comp| is NULL,
149 OPENSSL_EXPORT _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp);
  /external/libpng/contrib/gregbook/
makevms.com 37 $ comp = "__decc__=1"
45 $ comp = "__gcc__=1"
48 $ comp = "__vaxc__=1"
53 $ comp = "__decc__=1"
  /external/libpng/contrib/pngminus/
makevms.com 12 $ comp = "__decc__=1"
20 $ comp = "__gcc__=1"
23 $ comp = "__vaxc__=1"
28 $ comp = "__decc__=1"
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.h 128 xa_composite_check_accelerated(const struct xa_composite *comp);
131 xa_composite_prepare(struct xa_context *ctx, const struct xa_composite *comp);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 150 Composite comp = new Composite(parent, SWT.NONE); local
151 setControl(comp);
155 comp.setLayout(topLayout);
157 createSingleTestSection(comp);
158 createTestContainerSelectionGroup(comp);
160 createSpacer(comp);
162 createInstrumentationGroup(comp);
163 createSizeSelector(comp);
165 Dialog.applyDialogFont(comp);
173 private void createSpacer(Composite comp) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemv.c 32 static void encode_mv_component(vp9_writer* w, int comp,
35 const int sign = comp < 0;
36 const int mag = sign ? -comp : comp;
42 assert(comp != 0);
172 nmv_component *comp = &mvc->comps[i]; local
175 update_mv(w, comp_counts->sign, &comp->sign, MV_UPDATE_PROB);
176 write_mv_update(vp9_mv_class_tree, comp->classes, comp_counts->classes,
178 write_mv_update(vp9_mv_class0_tree, comp->class0, comp_counts->class0,
181 update_mv(w, comp_counts->bits[j], &comp->bits[j], MV_UPDATE_PROB)
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
pi.c 235 opj_pi_comp_t *comp = NULL; local
240 comp = &pi->comps[pi->compno];
241 res = &comp->resolutions[pi->resno];
251 comp = &pi->comps[pi->compno];
252 if (pi->resno >= comp->numresolutions) {
255 res = &comp->resolutions[pi->resno];
275 opj_pi_comp_t *comp = NULL; local
280 comp = &pi->comps[pi->compno];
281 res = &comp->resolutions[pi->resno];
290 comp = &pi->comps[pi->compno]
314 opj_pi_comp_t *comp = NULL; local
400 opj_pi_comp_t *comp = NULL; local
484 opj_pi_comp_t *comp = NULL; local
846 opj_pi_comp_t *comp = &l_current_pi->comps[compno]; local
    [all...]
  /external/opencv3/3rdparty/libjasper/
jpc_enc.c 1104 jpc_enc_tcmpt_t *comp; local
1643 jpc_enc_tcmpt_t *comp; local
    [all...]
  /external/libxml2/
xpath.c 1017 * @comp: an XPATH comp
1019 * Free up the memory allocated by @comp
1022 xmlXPathFreeCompExpr(xmlXPathCompExprPtr comp)
1027 if (comp == NULL)
1029 if (comp->dict == NULL) {
1030 for (i = 0; i < comp->nbStep; i++) {
1031 op = &comp->steps[i];
1042 for (i = 0; i < comp->nbStep; i++) {
1043 op = &comp->steps[i]
11670 xmlXPathCompExprPtr comp = ctxt->comp; local
11828 xmlXPathCompExprPtr comp = ctxt->comp; local
12735 xmlXPathCompExprPtr comp; local
12859 xmlXPathCompExprPtr comp; local
12979 xmlXPathCompExprPtr comp; local
13285 xmlXPathCompExprPtr comp; local
14506 xmlXPathCompExprPtr comp; local
14685 xmlXPathCompExprPtr comp; local
14827 xmlXPathCompExprPtr comp; local
15030 xmlXPathCompExprPtr comp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_dequant.cpp 50 int VlcDequantMpegIntraBlock(void *vid, int comp, int switched,
56 int16 *datablock = video->mblock->block[comp]; /* 10/20/2000, assume it has been reset of all-zero !!!*/
84 dcac_row = (*DCAC_row)[B_Xtab[comp]];
85 dcac_col = (*DCAC_col)[B_Ytab[comp]];
99 dc_scaler = (comp < 4) ? video->mblock->DCScalarLum : video->mblock->DCScalarChr;
107 doDCACPrediction(video, comp, datablock, &direction);
110 if (CBP & (1 << (5 - comp)))
367 (*DC)[comp] = datablock[0];
383 int VlcDequantMpegInterBlock(void *vid, int comp,
389 int16 *datablock = video->mblock->block[comp]; /* 10/20/2000, assume it has been reset of all-zero !!!*
    [all...]
idct_vca.cpp 419 void idctrow1_intra(int16 *blk, PIXEL *comp, int width)
427 comp -= offset;
437 *((uint32*)(comp += offset)) = word;
438 *((uint32*)(comp + 4)) = word;
448 void idctrow2_intra(int16 *blk, PIXEL *comp, int width)
455 comp -= offset;
485 *((int32*)(comp += offset)) = word;
498 *((int32*)(comp + 4)) = word;
505 void idctrow3_intra(int16 *blk, PIXEL *comp, int width)
512 comp -= offset
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1326 CvAvgComp comp; local
1364 CvAvgComp comp; local
1406 CvAvgComp* comp = (CvAvgComp*)cvGetSeqElem( bseq, i ); local
1450 CvAvgComp comp; local
1489 CvAvgComp comp; local
1534 CvAvgComp* comp = (CvAvgComp*)cvGetSeqElem( seq2, i ); local
    [all...]
  /external/lzma/CPP/Common/
MyVector.h 258 int comp = item.Compare(midVal); local
259 if (comp == 0)
261 if (comp < 0)
304 int comp = item.Compare(midVal); local
305 if (comp == 0)
307 if (comp < 0)
550 int comp = item.Compare(midVal); local
551 if (comp == 0)
553 if (comp < 0)
568 int comp = item.Compare(midVal); local
    [all...]
  /frameworks/base/core/java/android/database/
CursorJoiner.java 257 int comp = values[index].compareTo(values[index+1]); local
258 if (comp != 0) {
259 return comp < 0 ? -1 : 1;
  /device/google/contexthub/firmware/src/drivers/bosch_bmp280/
bosch_bmp280.c 98 struct BMP280CompParams comp; member in struct:BMP280Task
392 (((adc_T >> 3) - ((int32_t)mTask.comp.dig_T1 << 1))
393 * (int32_t)mTask.comp.dig_T2) >> 11;
395 int32_t tmp = (adc_T >> 4) - (int32_t)mTask.comp.dig_T1;
397 int32_t var2 = (((tmp * tmp) >> 12) * (int32_t)mTask.comp.dig_T3) >> 14;
412 v2 = fSqr * mTask.comp.dig_P6 + f * mTask.comp.dig_P5 * (float)(1ULL << 17) + mTask.comp.dig_P4 * (float)(1ULL << 35);
413 v1 = fSqr * mTask.comp.dig_P1 * mTask.comp.dig_P3 * (1.0f/(1ULL << 41)) + f * mTask.comp.dig_P1 * mTask.comp.dig_P2 * (1.0f/(1ULL << 21)) + m (…)
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 59 GLuint comp; local
116 for (comp = 0; comp < 4; ++comp) {
117 const GLuint coord = GET_SWZ(inst->SrcReg[arg].Swizzle, comp);
119 if (channel_mask & (1 << comp) && coord <= SWIZZLE_W)
135 GLuint comp; local
140 for (comp = 0; comp < 4; ++comp) {
254 GLuint i, rem = 0, comp; local
539 GLuint comp, read_mask; local
    [all...]
  /external/opencv3/modules/imgproc/src/
floodfill.cpp 462 ConnectedComp comp; local
527 floodFill_CnIR(img, seedPoint, nv_buf.b[0], &comp, flags, &buffer);
529 floodFill_CnIR(img, seedPoint, Vec3b(nv_buf.b), &comp, flags, &buffer);
531 floodFill_CnIR(img, seedPoint, nv_buf.i[0], &comp, flags, &buffer);
533 floodFill_CnIR(img, seedPoint, nv_buf.f[0], &comp, flags, &buffer);
535 floodFill_CnIR(img, seedPoint, Vec3i(nv_buf.i), &comp, flags, &buffer);
537 floodFill_CnIR(img, seedPoint, Vec3f(nv_buf.f), &comp, flags, &buffer);
541 *rect = comp.rect;
542 return comp.area;
593 &comp, flags, &buffer)
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.h 70 Int dctMode, Int comp, Int dummy);
74 Int dctMode, Int comp, Int dc_scaler);
84 Int DctMode, Int comp, Int dc_scaler);
88 Int DctMode, Int comp, Int dc_scaler);
  /hardware/intel/common/libmix/mix_common/src/
mixlog.c 100 void mix_log_func(const gchar* comp, gint level, const gchar *file,
117 if (g_hash_table_lookup(g_decom_ht, comp)) {
193 void mix_log_func(const gchar* comp, gint level, const gchar *file,
223 if (mix_shall_delog(comp, MIX_DELOG_COMPS)) {
  /external/opencv3/modules/video/src/
compat_video.cpp 51 CvTermCriteria criteria, CvConnectedComp* comp )
57 if( comp )
59 comp->rect = window;
60 comp->area = cvRound(cv::sum(img(window))[0]);
70 CvConnectedComp* comp,
77 if( comp )
79 comp->rect = window;
81 comp->area = cvRound(cv::sum(img(roi))[0]);
  /external/boringssl/src/crypto/lhash/
lhash.c 73 _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp) {
90 ret->comp = comp;
91 if (ret->comp == NULL) {
92 ret->comp = (lhash_cmp_func) strcmp;
141 if (lh->comp(cur->data, data) == 0) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodePropertySymbolTable.java 234 int comp = comparator.compare(pattern, value.toString()); local
236 case less: return comp < 0;
237 case leq: return comp <= 0;
238 default: return comp == 0;
239 case geq: return comp >= 0;
240 case greater: return comp > 0;

Completed in 861 milliseconds

1 2 3 45 6 7 8 91011>>