/external/webp/src/webp/ |
D | decode.h | 346 const WebPIDecoder* idec, int* last_y, 353 const WebPIDecoder* idec, int* last_y, 360 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV() argument 362 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
|
/external/webp/include/webp/ |
D | decode.h | 346 const WebPIDecoder* idec, int* last_y, 353 const WebPIDecoder* idec, int* last_y, 360 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV() argument 362 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
|
/external/webp/src/dec/ |
D | idec_dec.c | 830 if (height != NULL) *height = idec->params_.last_y; in WebPIDecodedArea() 838 uint8_t* WebPIDecGetRGB(const WebPIDecoder* idec, int* last_y, in WebPIDecGetRGB() argument 846 if (last_y != NULL) *last_y = idec->params_.last_y; in WebPIDecGetRGB() 854 uint8_t* WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, in WebPIDecGetYUVA() argument 864 if (last_y != NULL) *last_y = idec->params_.last_y; in WebPIDecGetYUVA()
|
D | io_dec.c | 279 uint8_t* const dst_a = buf->a + p->last_y * buf->a_stride; in EmitRescaledAlphaYUV() 281 uint8_t* const dst_y = buf->y + p->last_y * buf->y_stride; in EmitRescaledAlphaYUV() 290 assert(p->last_y + expected_num_lines_out <= io->scaled_height); in EmitRescaledAlphaYUV() 399 num_lines_out += ExportRGB(p, p->last_y + num_lines_out); in EmitRescaledRGB() 471 const int y_end = p->last_y + lines_left; in EmitRescaledAlphaRGB() 627 p->last_y += num_lines_out; in CustomPut()
|
D | webpi_dec.h | 39 int last_y; // coordinate of the line that was last output member
|
D | vp8l_dec.c | 1680 params->last_y = dec->last_out_row_; in VP8LDecodeImage()
|
/external/skqp/src/core/ |
D | SkScan_Path.cpp | 190 static bool update_edge(SkEdge* edge, int last_y) { in update_edge() argument 191 SkASSERT(edge->fLastY >= last_y); in update_edge() 192 if (last_y == edge->fLastY) { in update_edge() 195 SkASSERT(edge->fFirstY == last_y + 1); in update_edge() 200 SkASSERT(edge->fFirstY == last_y + 1); in update_edge()
|
D | SkAnalyticEdge.cpp | 59 bool SkAnalyticEdge::update(SkFixed last_y, bool sortY) { in update() argument 60 SkASSERT(last_y >= fLowerY); // we shouldn't update edge if last_y < fLowerY in update()
|
D | SkAnalyticEdge.h | 84 bool update(SkFixed last_y, bool sortY = true);
|
/external/skia/src/core/ |
D | SkScan_Path.cpp | 191 static bool update_edge(SkEdge* edge, int last_y) { in update_edge() argument 192 SkASSERT(edge->fLastY >= last_y); in update_edge() 193 if (last_y == edge->fLastY) { in update_edge() 196 SkASSERT(edge->fFirstY == last_y + 1); in update_edge() 201 SkASSERT(edge->fFirstY == last_y + 1); in update_edge()
|
D | SkAnalyticEdge.cpp | 59 bool SkAnalyticEdge::update(SkFixed last_y, bool sortY) { in update() argument 60 SkASSERT(last_y >= fLowerY); // we shouldn't update edge if last_y < fLowerY in update()
|
D | SkAnalyticEdge.h | 84 bool update(SkFixed last_y, bool sortY = true);
|
/external/speex/libspeex/ |
D | mdf.c | 154 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/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorConvolution.h | 634 const int last_y = (first_y + maxY < numY ? first_y + maxY : numY) - 1; 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; 703 const int num_y_input = last_y - first_y + kernelSizeY; 727 const int num_y_output = last_y - first_y + 1;
|
/external/scapy/scapy/ |
D | packet.py | 623 last_shift,last_y=0,0.0 645 dt,target,last_shift,last_y = make_dump(fdump, last_shift, last_y, col, bkcol) 667 last_y += layer_shift
|
/external/fio/ |
D | graph.c | 952 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/ |
D | vp9_encodeframe.c | 184 uint8_t *last_y; in get_sby_perpixel_diff_variance() local 188 last_y = in get_sby_perpixel_diff_variance() 190 var = cpi->fn_ptr[bs].vf(ref->buf, ref->stride, last_y, last->y_stride, &sse); in get_sby_perpixel_diff_variance()
|