Searched refs:v_ptr (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | picture_tools_enc.c | 118 uint8_t* v_ptr = pic->v; in WebPCleanupTransparentArea() local 121 if (a_ptr == NULL || y_ptr == NULL || u_ptr == NULL || v_ptr == NULL) { in WebPCleanupTransparentArea() 132 values[2] = v_ptr[x >> 1]; in WebPCleanupTransparentArea() 137 Flatten(v_ptr + (x >> 1), values[2], uv_stride, SIZE2); in WebPCleanupTransparentArea() 149 v_ptr += SIZE2 * uv_stride; in WebPCleanupTransparentArea() 213 uint8_t* v_ptr = pic->v; in WebPBlendAlpha() local 235 v_ptr[x] = BLEND_10BIT(V0, v_ptr[x], alpha); in WebPBlendAlpha() 240 v_ptr[x] = BLEND_10BIT(V0, v_ptr[x], alpha); in WebPBlendAlpha() 244 v_ptr += pic->uv_stride; in WebPBlendAlpha()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | picture_tools_enc.c | 131 uint8_t* v_ptr = pic->v; in WebPCleanupTransparentArea() local 134 if (a_ptr == NULL || y_ptr == NULL || u_ptr == NULL || v_ptr == NULL) { in WebPCleanupTransparentArea() 145 values[2] = v_ptr[x >> 1]; in WebPCleanupTransparentArea() 150 Flatten(v_ptr + (x >> 1), values[2], uv_stride, SIZE2); in WebPCleanupTransparentArea() 162 v_ptr += SIZE2 * uv_stride; in WebPCleanupTransparentArea() 208 uint8_t* v_ptr = pic->v; in WebPBlendAlpha() local 230 v_ptr[x] = BLEND_10BIT(V0, v_ptr[x], alpha); in WebPBlendAlpha() 235 v_ptr[x] = BLEND_10BIT(V0, v_ptr[x], alpha); in WebPBlendAlpha() 239 v_ptr += pic->uv_stride; in WebPBlendAlpha()
|
/third_party/ffmpeg/libavcodec/ |
D | cyuv.c | 73 int v_ptr; in cyuv_decode_frame() local 125 for (y_ptr = 0, u_ptr = 0, v_ptr = 0; in cyuv_decode_frame() 129 v_ptr += frame->linesize[2] - s->width / 4) { in cyuv_decode_frame() 137 v_plane[v_ptr++] = v_pred = cur_byte & 0xF0; in cyuv_decode_frame() 159 v_plane[v_ptr++] = v_pred; in cyuv_decode_frame()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.cpp | 4148 const T* v_ptr = (const T*)value; in iterate() local 4152 if ((*v_ptr > *t_ptr) || (*v_ptr < *l_ptr)) in iterate()
|