Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dresize.c645 int in_stride, uint8_t *output, int height2, int width2, in av1_resize_plane() argument
648 uint8_t *intbuf = (uint8_t *)aom_malloc(sizeof(uint8_t) * width2 * height); in av1_resize_plane()
657 assert(width2 > 0); in av1_resize_plane()
660 resize_multistep(input + in_stride * i, width, intbuf + width2 * i, width2, in av1_resize_plane()
662 for (i = 0; i < width2; ++i) { in av1_resize_plane()
663 fill_col_to_arr(intbuf + i, width2, height, arrbuf); in av1_resize_plane()
677 int height2, int width2, int out_stride) { in av1_upscale_plane_double_prec() argument
679 double *intbuf = (double *)aom_malloc(sizeof(double) * width2 * height); in av1_upscale_plane_double_prec()
685 assert(width2 > 0); in av1_upscale_plane_double_prec()
689 intbuf + width2 * i, width2); in av1_upscale_plane_double_prec()
[all …]
Dresize.h24 int in_stride, uint8_t *output, int height2, int width2,
28 int height2, int width2, int out_stride);
47 int width2, int out_stride, int bd);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c424 int in_stride, uint8_t *output, int height2, int width2, in vp9_resize_plane() argument
427 uint8_t *intbuf = (uint8_t *)calloc(width2 * height, sizeof(*intbuf)); in vp9_resize_plane()
436 assert(width2 > 0); in vp9_resize_plane()
439 resize_multistep(input + in_stride * i, width, intbuf + width2 * i, width2, in vp9_resize_plane()
441 for (i = 0; i < width2; ++i) { in vp9_resize_plane()
442 fill_col_to_arr(intbuf + i, width2, height, arrbuf); in vp9_resize_plane()
714 int width2, int out_stride, int bd) { in vp9_highbd_resize_plane() argument
716 uint16_t *intbuf = (uint16_t *)malloc(sizeof(uint16_t) * width2 * height); in vp9_highbd_resize_plane()
725 assert(width2 > 0); in vp9_highbd_resize_plane()
729 intbuf + width2 * i, width2, tmpbuf, bd); in vp9_highbd_resize_plane()
[all …]
Dvp9_resize.h22 int in_stride, uint8_t *output, int height2, int width2,
43 int width2, int out_stride, int bd);
/external/webp/src/demux/
Danim_decode.c281 int* const left2, int* const width2) { in FindBlendRangeAtRow() argument
289 *width2 = 0; in FindBlendRangeAtRow()
305 *width2 = src_max_x - dst_max_x; in FindBlendRangeAtRow()
386 int left1, width1, left2, width2; in WebPAnimDecoderGetNext() local
388 &left2, &width2); in WebPAnimDecoderGetNext()
394 if (width2 > 0) { in WebPAnimDecoderGetNext()
397 (uint32_t*)dec->prev_frame_disposed_ + offset2, width2); in WebPAnimDecoderGetNext()
/external/cldr/tools/java/org/unicode/cldr/tool/
DFindWidths.java32 public void add(String locale2, String value2, int width2, int englishWidth) { in add() argument
33 if (width2 > width) { in add()
34 width = width2; in add()
/external/mesa3d/src/mesa/drivers/x11/
DxmesaP.h163 GLint width2; member
315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
Dxm_buffer.c295 xrb->width2 = xrb->ximage->bytes_per_line / 2; in xmesa_alloc_back_storage()
296 xrb->origin2 = (GLushort *) xrb->ximage->data + xrb->width2 * (height - 1); in xmesa_alloc_back_storage()
308 xrb->width2 = xrb->width3 = xrb->width4 = 0; in xmesa_alloc_back_storage()
/external/skia/tests/
DFontHostTest.cpp298 SkScalar width2 = font.measureText(txt, strlen(txt), kUTF8_SkTextEncoding, &bounds); in test_advances() local
303 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
/external/skqp/tests/
DFontHostTest.cpp298 SkScalar width2 = font.measureText(txt, strlen(txt), kUTF8_SkTextEncoding, &bounds); in test_advances() local
303 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockRealMatrix.java741 final int width2 = blockWidth(qBlock + 1); in getSubMatrix() local
746 copyBlockPart(blocks[index + 1], width2, in getSubMatrix()
754 copyBlockPart(blocks[index + blockColumns + 1], width2, in getSubMatrix()
773 final int width2 = blockWidth(qBlock + 1); in getSubMatrix() local
778 copyBlockPart(blocks[index + 1], width2, in getSubMatrix()
DBlockFieldMatrix.java716 final int width2 = blockWidth(qBlock + 1); in getSubMatrix() local
721 copyBlockPart(blocks[index + 1], width2, in getSubMatrix()
729 copyBlockPart(blocks[index + blockColumns + 1], width2, in getSubMatrix()
748 final int width2 = blockWidth(qBlock + 1); in getSubMatrix() local
753 copyBlockPart(blocks[index + 1], width2, in getSubMatrix()
/external/brotli/research/
Dbrotlidump.py1385 def formatBitData(self, pos, width1, width2=0): argument
1397 for width in width1, width2:
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers_test.py3670 height2, width2 = (20, 20)
3672 batch_shape2 = (batch_size, height2, width2, nchannels)
3688 np_keypoints2 = self._SpatialSoftmax(x_loc, y_loc, height2, width2,
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp17770 for (size_t width2 = 0; width2 < widths.size(); width2++) in createBoolMixedBitSizeGroup() local
17774 cases.push_back(IVec4(widths[width0], widths[width1], widths[width2], widths[width3])); in createBoolMixedBitSizeGroup()