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

  /external/clang/test/Analysis/
cxx11-crashes.cpp 37 const float ysize={0.015}, xsize={0.01}; local
  /external/webp/src/enc/
backward_references.c 228 static void BackwardReferencesRle(int xsize, int ysize,
231 const int pix_count = xsize * ysize;
249 static int BackwardReferencesHashChain(int xsize, int ysize,
257 const int pix_count = xsize * ysize;
364 int xsize, int ysize, int recursive_cost_model,
388 static int CostModelBuild(CostModel* const m, int xsize, int ysize,
396 if (!VP8LBackwardRefsAlloc(&refs, xsize * ysize)) goto Error;
399 if (!BackwardReferencesTraceBackwards(xsize, ysize, recursion_level - 1,
404 if (!BackwardReferencesHashChain(xsize, ysize, argb, cache_bits, quality,
454 int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb
    [all...]
histogram.h 105 int VP8LGetHistoImageSymbols(int xsize, int ysize,
backward_references.h 205 int xsize, int ysize,
histogram.c 379 int VP8LGetHistoImageSymbols(int xsize, int ysize,
386 const int histo_ysize = histo_bits ? VP8LSubSampleSize(ysize, histo_bits) : 1;
  /external/libvpx/vp8/encoder/
ssim.c 215 int ysize = source->y_width * source->y_height; local
216 int uvsize = ysize / 4;
232 ssim_all = (*ssim_y + *ssim_u + *ssim_v) / (ysize + uvsize + uvsize);
233 *ssim_y /= ysize;
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c 450 NJ_INT8 ysize; local
462 ysize = YOMI_INDX_SIZE(hdl);
467 if (ysize == 2) {
470 ytbl = ytbl_top + ((yidx-1) * ysize);
489 NJ_INT8 ysize; local
500 ysize = YOMI_INDX_SIZE(hdl);
511 ytbl = ytbl_top + ((yidx - 1) * ysize);
512 if (ysize == 2) {
564 NJ_UINT16 ysize = (condition->ylen * sizeof(NJ_CHAR)); local
608 ysize = 0
1994 NJ_UINT16 ysize = yomilen * sizeof(NJ_CHAR); local
    [all...]
ndldic.c 64 #define SET_BPOS_AND_YSIZE(x,bpos,ysize) \
65 NJ_INT16_WRITE((x), ((NJ_UINT16)((bpos) << 7) | ((ysize) & 0x7F)))
66 #define SET_FPOS_AND_YSIZE(x,fpos,ysize) \
67 NJ_INT16_WRITE(((x)+1), ((NJ_UINT16)((fpos) << 7) | ((ysize) & 0x7F)))
    [all...]
  /external/webp/src/dec/
vp8l.c 75 static int DecodeImageStream(int xsize, int ysize,
307 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize,
320 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision);
828 static int ReadTransform(int* const xsize, int const* ysize,
844 transform->ysize_ = *ysize;
946 static int DecodeImageStream(int xsize, int ysize,
    [all...]
frame.c 169 const int ysize = extra_y_rows * dec->cache_y_stride_; local
173 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset;
243 memcpy(dec->cache_y_ - ysize, ydst + 16 * dec->cache_y_stride_, ysize);
  /external/webp/src/dsp/
lossless.c 694 int step, int xsize, int ysize,
714 if (all_y_max > ysize) {
715 all_y_max = ysize;
802 static void CopyTileWithColorTransform(int xsize, int ysize,
814 if (yscan > ysize - tile_y) {
815 yscan = ysize - tile_y;
    [all...]
  /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...]

Completed in 670 milliseconds