HomeSort by relevance Sort by last modified time
    Searched defs:last_y (Results 1 - 6 of 6) sorted by null

  /external/webp/src/dec/
webpi_dec.h 39 int last_y; // coordinate of the line that was last output member in struct:WebPDecParams
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorConvolution.h 634 const int last_y = (first_y + maxY < numY ? first_y + maxY : numY) - 1; local
635 const int num_y_input = last_y - first_y + GetKernelSize<StaticKernelSizeY>()(kernelSizeY);
636 const int num_y_output = last_y - first_y + 1;
702 const int last_y = (first_y + maxY < numY ? first_y + maxY : numY) - 1; local
703 const int num_y_input = last_y - first_y + kernelSizeY;
727 const int num_y_output = last_y - first_y + 1;
    [all...]
  /external/fio/
graph.c 952 int last_y = g->yoffset + g->ydim; local
954 return (x >= first_x && x <= last_x) && (y >= first_y && y <= last_y);
  /external/speex/libspeex/
mdf.c 154 spx_word16_t *last_y; member in struct:SpeexEchoState_
450 st->last_y = (spx_word16_t*)speex_alloc(C*N*sizeof(spx_word16_t));
556 st->last_y[i] = 0;
597 speex_free(st->last_y);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1505 int y,next_y,last_y; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 170 uint8_t *last_y; local
174 last_y =
176 var = cpi->fn_ptr[bs].vf(ref->buf, ref->stride, last_y, last->y_stride, &sse);
    [all...]

Completed in 414 milliseconds