HomeSort by relevance Sort by last modified time
    Searched refs:last_y (Results 1 - 18 of 18) 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
idec.c 774 if (height != NULL) *height = idec->params_.last_y;
782 uint8_t* WebPIDecGetRGB(const WebPIDecoder* idec, int* last_y,
790 if (last_y != NULL) *last_y = idec->params_.last_y;
798 uint8_t* WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y,
808 if (last_y != NULL) *last_y = idec->params_.last_y;
io.c 365 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride;
371 assert(p->last_y + y_pos + num_lines_out < p->output->height);
410 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
422 assert(p->last_y + y_pos + num_lines_out < p->output->height);
441 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
451 assert(p->last_y + y_pos + num_lines_out < p->output->height);
609 p->last_y += num_lines_out;
vp8l.c     [all...]
  /external/opencv3/3rdparty/libwebp/webp/
decode.h 335 // *last_y is the index of last decoded row in raster scan order. Some pointers
336 // (*last_y, *width etc.) can be NULL if corresponding information is not
339 const WebPIDecoder* idec, int* last_y,
346 const WebPIDecoder* idec, int* last_y,
353 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v,
355 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height,
  /external/webp/include/webp/
decode.h 338 // *last_y is the index of last decoded row in raster scan order. Some pointers
339 // (*last_y, *width etc.) can be NULL if corresponding information is not
342 const WebPIDecoder* idec, int* last_y,
349 const WebPIDecoder* idec, int* last_y,
356 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v,
358 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height,
  /external/webp/src/dec/
webpi.h 39 int last_y; // coordinate of the line that was last output member in struct:WebPDecParams
idec.c 797 if (height != NULL) *height = idec->params_.last_y;
805 uint8_t* WebPIDecGetRGB(const WebPIDecoder* idec, int* last_y,
813 if (last_y != NULL) *last_y = idec->params_.last_y;
821 uint8_t* WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y,
831 if (last_y != NULL) *last_y = idec->params_.last_y;
io.c 274 uint8_t* dst_y = buf->y + p->last_y * buf->y_stride;
275 const uint8_t* src_a = buf->a + p->last_y * buf->a_stride;
378 num_lines_out += ExportRGB(p, p->last_y + num_lines_out);
450 const int y_end = p->last_y + lines_left;
592 p->last_y += num_lines_out;
vp8l.c     [all...]
  /external/webp/src/webp/
decode.h 338 // *last_y is the index of last decoded row in raster scan order. Some pointers
339 // (*last_y, *width etc.) can be NULL if corresponding information is not
342 const WebPIDecoder* idec, int* last_y,
349 const WebPIDecoder* idec, int* last_y,
356 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v,
358 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height,
  /external/skia/src/core/
SkScan_Path.cpp 225 static bool update_edge(SkEdge* edge, int last_y) {
226 SkASSERT(edge->fLastY >= last_y);
227 if (last_y == edge->fLastY) {
230 SkASSERT(edge->fFirstY == last_y + 1);
235 SkASSERT(edge->fFirstY == last_y + 1);
  /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...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp 1505 int y,next_y,last_y; local
    [all...]
  /packages/apps/LegacyCamera/jni/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/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 768 milliseconds