Home
last modified time | relevance | path

Searched refs:last_y (Results 1 – 15 of 15) sorted by relevance

/external/opencv3/3rdparty/libwebp/webp/
Ddecode.h339 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, in WebPIDecGetYUV() argument
355 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
/external/webp/include/webp/
Ddecode.h342 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, in WebPIDecGetYUV() argument
358 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
/external/webp/src/webp/
Ddecode.h342 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, in WebPIDecGetYUV() argument
358 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
/external/webp/src/dec/
Didec.c797 if (height != NULL) *height = idec->params_.last_y; in WebPIDecodedArea()
805 uint8_t* WebPIDecGetRGB(const WebPIDecoder* idec, int* last_y, in WebPIDecGetRGB() argument
813 if (last_y != NULL) *last_y = idec->params_.last_y; in WebPIDecGetRGB()
821 uint8_t* WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, in WebPIDecGetYUVA() argument
831 if (last_y != NULL) *last_y = idec->params_.last_y; in WebPIDecGetYUVA()
Dio.c274 uint8_t* dst_y = buf->y + p->last_y * buf->y_stride; in EmitRescaledAlphaYUV()
275 const uint8_t* src_a = buf->a + p->last_y * buf->a_stride; in EmitRescaledAlphaYUV()
378 num_lines_out += ExportRGB(p, p->last_y + num_lines_out); in EmitRescaledRGB()
450 const int y_end = p->last_y + lines_left; in EmitRescaledAlphaRGB()
592 p->last_y += num_lines_out; in CustomPut()
Dwebpi.h39 int last_y; // coordinate of the line that was last output member
Dvp8l.c1618 params->last_y = dec->last_out_row_; in VP8LDecodeImage()
/external/opencv3/3rdparty/libwebp/dec/
Didec.c774 if (height != NULL) *height = idec->params_.last_y; in WebPIDecodedArea()
782 uint8_t* WebPIDecGetRGB(const WebPIDecoder* idec, int* last_y, in WebPIDecGetRGB() argument
790 if (last_y != NULL) *last_y = idec->params_.last_y; in WebPIDecGetRGB()
798 uint8_t* WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, in WebPIDecGetYUVA() argument
808 if (last_y != NULL) *last_y = idec->params_.last_y; in WebPIDecGetYUVA()
Dio.c365 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride; in ExportRGB()
371 assert(p->last_y + y_pos + num_lines_out < p->output->height); in ExportRGB()
410 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride; in ExportAlpha()
422 assert(p->last_y + y_pos + num_lines_out < p->output->height); in ExportAlpha()
441 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride; in ExportAlphaRGBA4444()
451 assert(p->last_y + y_pos + num_lines_out < p->output->height); in ExportAlphaRGBA4444()
609 p->last_y += num_lines_out; in CustomPut()
Dwebpi.h36 int last_y; // coordinate of the line that was last output member
Dvp8l.c1235 params->last_y = dec->last_out_row_; in VP8LDecodeImage()
/external/skia/src/core/
DSkScan_Path.cpp225 static bool update_edge(SkEdge* edge, int last_y) { in update_edge() argument
226 SkASSERT(edge->fLastY >= last_y); in update_edge()
227 if (last_y == edge->fLastY) { in update_edge()
230 SkASSERT(edge->fFirstY == last_y + 1); in update_edge()
235 SkASSERT(edge->fFirstY == last_y + 1); in update_edge()
/external/speex/libspeex/
Dmdf.c154 spx_word16_t *last_y; member
450 st->last_y = (spx_word16_t*)speex_alloc(C*N*sizeof(spx_word16_t)); in speex_echo_state_init_mc()
556 st->last_y[i] = 0; in speex_echo_state_reset()
597 speex_free(st->last_y); in speex_echo_state_destroy()
1181 st->last_y[i] = st->last_y[st->frame_size+i]; in speex_echo_cancellation()
1186 st->last_y[st->frame_size+i] = in[i]-out[i]; in speex_echo_cancellation()
1206 st->y[i] = MULT16_16_Q15(st->window[i],st->last_y[i]); in speex_echo_get_residual()
/external/fio/
Dgraph.c952 int last_y = g->yoffset + g->ydim; in graph_contains_xy() local
954 return (x >= first_x && x <= last_x) && (y >= first_y && y <= last_y); in graph_contains_xy()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c145 uint8_t *last_y; in get_sby_perpixel_diff_variance() local
149 last_y = in get_sby_perpixel_diff_variance()
151 var = cpi->fn_ptr[bs].vf(ref->buf, ref->stride, last_y, last->y_stride, &sse); in get_sby_perpixel_diff_variance()