Home
last modified time | relevance | path

Searched refs:v_ptr (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_tools_enc.c131 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[ in WebPBlendAlpha()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcyuv.c74 int v_ptr; in cyuv_decode_frame() local
126 for (y_ptr = 0, u_ptr = 0, v_ptr = 0; in cyuv_decode_frame()
130 v_ptr += frame->linesize[2] - s->width / 4) { in cyuv_decode_frame()
138 v_plane[v_ptr++] = v_pred = cur_byte & 0xF0; in cyuv_decode_frame()
160 v_plane[v_ptr++] = v_pred; in cyuv_decode_frame()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp4148 const T* v_ptr = (const T*)value; in iterate() local
4152 if ((*v_ptr > *t_ptr) || (*v_ptr < *l_ptr)) in iterate()

Completed in 7 milliseconds