HomeSort by relevance Sort by last modified time
    Searched defs:ix (Results 226 - 250 of 331) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webp/src/enc/
backward_references.c 400 const int ix = VP8LColorCacheGetIndex(&hashers, pixel); local
401 v = PixOrCopyCreateCacheIdx(ix);
434 const int ix = VP8LColorCacheGetIndex(&hashers, pixel); local
435 v = PixOrCopyCreateCacheIdx(ix);
659 const int ix = VP8LColorCacheGetIndex(&hashers, argb[i]); local
660 cost_val += GetCacheCost(cost_model, ix) * mul0;
712 int ix; local
729 for (ix = 0; ix < chosen_path_size; ++ix, ++size)
906 const int ix = VP8LColorCacheGetIndex(&hashers, argb[pixel_index]); local
    [all...]
histogram.c 435 const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits); local
436 VP8LHistogramAddSinglePixOrCopy(histograms[ix], v);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 271 reply->setSize("buffer-ix", bufferIx);
305 CHECK(msg->findSize("buffer-ix", &bufferIx));
318 size_t ix; local
319 for (ix = 0; ix < mInputBuffers.size(); ix++) {
320 const sp<ABuffer> &buf = mInputBuffers[ix];
323 if (!mInputBufferIsDequeued[ix]) {
325 mComponentName.c_str(), ix, bufferIx);
337 bufferIx = ix;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 348 int ix = 0; local
349 while ((ix < items.size()) && (item.type >= items.get(ix).type))
350 ix++;
351 items.add(ix, item);
  /packages/apps/Camera/src/com/android/camera/
CameraActivity.java 102 int ix = 0; local
110 moduleids[ix] = i;
111 drawids[ix++] = DRAW_IDS[i];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 1186 CommandIDToEntry::const_iterator ix = command_id_to_entry_.find(command_id); local
1388 CommandIDToEntry::const_iterator ix = command_id_to_entry_.find(command_id); local
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/enc/
encode.cc 217 const int ix = huffman_tree[i]; local
220 WriteBits(entropy.depth_[ix], entropy.bits_[ix], storage_ix, storage);
222 switch (ix) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/
utext.cpp 1272 int32_t ix= (int32_t)index; \/\/ Requested index, trimmed to 32 bits. local
3087 int64_t ix = utext_getNativeIndex((UText *)src); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale.c 3364 int ix = x >> 16; local
3395 int ix = x >> 16; local
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 713 int ix; local
719 ix = all_y * width + tile_x_offset;
720 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
721 UpdateHisto(histo, argb[ix]);
909 int ix = all_y * xsize + tile_x_offset; local
977 int ix = all_y * xsize + tile_x_offset; local
1120 int ix = y * width + tile_x_offset; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 302 const int ix = tokens[i].code; local
304 VP8LWriteBits(bw, huffman_code->code_lengths[ix], huffman_code->codes[ix]);
305 switch (ix) {
355 const int ix = tokens[i].code; local
356 if (ix == 0 || ix == 17 || ix == 18) {
358 trailing_zero_bits += code_length_bitdepth[ix];
359 if (ix == 17)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp 1122 int ix = SkScalarRoundToInt(fMatrix->getTranslateX()); local
1249 int ix = SkScalarRoundToInt(matrix.getTranslateX()); local
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 709 const int ix = valNdx % framebufferW; local
711 const float fx = -1.0f + 2.0f*((float(ix) + 0.5f) / float(framebufferW));
    [all...]
  /external/icu/icu4c/source/common/
utext.cpp 931 int32_t ix= (int32_t)index; // Requested index, trimmed to 32 bits. local
934 ix=0;
937 ix = 0x7fffffff;
941 if (ix>length) {
943 ix=length;
944 } else if (ix>=ut->c) {
949 while (ut->c<ix && s8[ut->c]!=0) {
956 ix = ut->c;
968 if (ix==ut->chunkNativeLimit) {
970 if (ix==length)
2729 int64_t ix = utext_getNativeIndex((UText *)src); local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3364 int ix = x >> 16; local
3395 int ix = x >> 16; local
    [all...]
  /external/libyuv/files/source/
scale.cc 2567 int ix = x >> 16; local
2592 int ix = x >> 16; local
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 1192 int ix = FTy->getNumParams(); local
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1228 int ix = cvRound(_ix*ystep); \/\/ it really should be ystep local
    [all...]

Completed in 1278 milliseconds

1 2 3 4 5 6 7 8 91011>>