HomeSort by relevance Sort by last modified time
    Searched refs:xsize (Results 1 - 16 of 16) sorted by null

  /external/webp/src/enc/
backward_references.c 55 static int DistanceToPlaneCode(int xsize, int dist) {
56 const int yoffset = dist / xsize;
57 const int xoffset = dist - yoffset * xsize;
60 } else if (xoffset > xsize - 8 && yoffset < 7) {
61 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1;
144 static void GetParamsForHashChainFindCopy(int quality, int xsize,
150 : (quality > 25) ? (xsize << 8)
151 : (xsize << 4);
152 assert(xsize > 0);
160 int base_position, int xsize,
    [all...]
histogram.c 223 static void HistogramBuildImage(int xsize, int histo_bits,
228 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits);
236 while (x >= xsize) {
237 x -= xsize;
380 int VP8LGetHistoImageSymbols(int xsize, int ysize,
386 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1;
400 HistogramBuildImage(xsize, histo_bits, refs, image_out);
histogram.h 105 int VP8LGetHistoImageSymbols(int xsize, int ysize,
backward_references.h 210 int xsize, int ysize,
  /external/clang/test/Analysis/
cxx11-crashes.cpp 38 const float ysize={0.015}, xsize={0.01}; local
  /external/valgrind/main/exp-dhat/
dh_main.c 207 Exactly xsize all retiring blocks are of this size
211 SizeT xsize; member in struct:__anon17017
212 UInt* histo; /* [0 .. xsize-1] */
248 api->xsize = 0;
334 // histo stuff. First, do state transitions for xsize/xsize_tag.
338 tl_assert(api->xsize == 0);
342 api->xsize = bk->req_szB;
343 if (0) VG_(printf)("api %p --> Exactly(%lu)\n", api, api->xsize);
347 api->xsize * sizeof(UInt));
348 VG_(memset)(api->histo, 0, api->xsize * sizeof(UInt))
    [all...]
  /external/webp/src/dsp/
lossless.c 846 int ix, int xsize) {
848 if (ix >= xsize + 3) {
849 if (v == argb[ix - xsize] &&
850 argb[ix - 1] == argb[ix - xsize - 1] &
    [all...]
  /external/webp/src/dec/
vp8l.c 75 static int DecodeImageStream(int xsize, int ysize,
137 static WEBP_INLINE int PlaneCodeToDistance(int xsize, int plane_code) {
144 const int dist = yoffset * xsize + xoffset;
298 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize,
310 const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision);
591 const uint32_t* const image, int xsize, int bits, int x, int y) {
593 return image[xsize * (y >> bits) + (x >> bits)];
819 static int ReadTransform(int* const xsize, int const* ysize,
834 transform->xsize_ = *xsize;
856 *xsize = VP8LSubSampleSize(transform->xsize_, bits)
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 1012 size_t xsize; \/* size of result *\/ local
    [all...]
  /external/bison/
Android.mk 100 lib/xsize.c \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h     [all...]
  /external/libmtp/src/
ptp.c 2039 unsigned int xsize; local
    [all...]
ptp.h     [all...]
  /external/bison/lib/
gnulib.mk     [all...]

Completed in 386 milliseconds