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

  /external/opencv3/3rdparty/libwebp/dec/
webpi.h 36 int last_y; // coordinate of the line that was last output member in struct:WebPDecParams
  /external/webp/src/dec/
webpi.h 39 int last_y; // coordinate of the line that was last output member in struct:WebPDecParams
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp 1505 int y,next_y,last_y; local
    [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 145 uint8_t *last_y; local
149 last_y =
151 var = cpi->fn_ptr[bs].vf(ref->buf, ref->stride, last_y, last->y_stride, &sse);
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 351 milliseconds