Home
last modified time | relevance | path

Searched refs:width1 (Results 1 – 9 of 9) sorted by relevance

/external/webp/src/demux/
Danim_decode.c280 int* const left1, int* const width1, in FindBlendRangeAtRow() argument
287 *width1 = 0; in FindBlendRangeAtRow()
294 *width1 = src->width; in FindBlendRangeAtRow()
300 *width1 = dst->x_offset - src->x_offset; in FindBlendRangeAtRow()
386 int left1, width1, left2, width2; in WebPAnimDecoderGetNext() local
387 FindBlendRangeAtRow(&iter, &dec->prev_iter_, canvas_y, &left1, &width1, in WebPAnimDecoderGetNext()
389 if (width1 > 0) { in WebPAnimDecoderGetNext()
392 (uint32_t*)dec->prev_frame_disposed_ + offset1, width1); in WebPAnimDecoderGetNext()
/external/libxcam/xcore/interface/
Dblender.cpp95 uint32_t width0, uint32_t width1, uint32_t blend_width, in auto_calc_merge_window() argument
98 out_window.pos_x = blend_width - width1; in auto_calc_merge_window()
99 out_window.width = (width0 + width1 - blend_width) / 2; in auto_calc_merge_window()
Dblender.h80 uint32_t width0, uint32_t width1, uint32_t blend_width, Rect &out_window);
/external/skia/tests/
DFontHostTest.cpp295 SkScalar width1 = font.measureText(txt, strlen(txt), kUTF8_SkTextEncoding); in test_advances() local
303 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
/external/skqp/tests/
DFontHostTest.cpp295 SkScalar width1 = font.measureText(txt, strlen(txt), kUTF8_SkTextEncoding); in test_advances() local
303 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
/external/u-boot/arch/arm/dts/
Drk3188.dtsi436 sd0_bus1: sd0-bus-width1 {
465 sd1_bus1: sd1-bus-width1 {
/external/brotli/research/
Dbrotlidump.py1385 def formatBitData(self, pos, width1, width2=0): argument
1396 if width1==0: result = ['()', ',']
1397 for width in width1, width2:
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers_test.py3669 height1, width1 = (35, 30)
3671 batch_shape1 = (batch_size, height1, width1, nchannels)
3686 np_keypoints1 = self._SpatialSoftmax(x_loc, y_loc, height1, width1,
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp17768 for (size_t width1 = 0; width1 < widths.size(); width1++) in createBoolMixedBitSizeGroup() local
17774 cases.push_back(IVec4(widths[width0], widths[width1], widths[width2], widths[width3])); in createBoolMixedBitSizeGroup()