Searched refs:plane2 (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_texture.c | 257 struct fd_resource *plane2 = in fd6_sampler_view_update() local 263 plane2 ? &plane2->layout : &dummy_layout, in fd6_sampler_view_update()
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | get_disto.c | 169 uint8_t* const plane2 = plane1 + w * h; in SSIMScaleChannel() local 176 plane2[x + y * w] = src2[x * x_stride + y * stride2]; in SSIMScaleChannel() 181 const double ssim = SSIMGetClipped(plane1, w, plane2, w, x, y, w, h); in SSIMScaleChannel()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | bocu1tst.c | 947 static const UChar plane2[]={ 0xd845, 0xdddd }; variable 967 { plane2, UPRV_LENGTHOF(plane2) },
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoTestUtils.cpp | 541 deUint16 *plane2 = (deUint16*)multiPlaneImageData.getPlanePtr(1); in semiplanarToYV12() local 544 YV12Buffer[idx++] = static_cast<deUint8>(plane2[i] & 0xFF); in semiplanarToYV12() 546 YV12Buffer[idx++] = static_cast<deUint8>((plane2[i] >> 8) & 0xFF); in semiplanarToYV12()
|
Completed in 5 milliseconds