OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u_src
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_video.h
140
uint8_t *
u_src
= (uint8_t *)source_data[2] + source_pitches[2] * dst_field;
local
146
dst[2*x] =
u_src
[x];
149
u_src
+= u_stride;
/external/webrtc/webrtc/modules/video_processing/
video_denoiser.cc
89
const uint8_t*
u_src
= frame.buffer(kUPlane);
local
108
y_src,
u_src
, v_src, stride_y, stride_u, stride_v, mb_row, mb_col);
127
u_src
+ (mb_row << 3) * stride_u + (mb_col << 3);
/external/libaom/libaom/test/
yuv_temporal_filter_test.cc
29
int y_pre_stride, const uint8_t *
u_src
, const uint8_t *v_src,
212
const PixelType *
u_src
, const PixelType *v_src,
248
u_src
[row * uv_src_stride + col] - u_pre[row * uv_pre_stride + col];
384
const PixelType *
u_src
, const PixelType *v_src,
404
int y_pre_stride, const uint8_t *
u_src
, const uint8_t *v_src,
411
filter_func_(y_src, y_src_stride, y_pre, y_pre_stride,
u_src
, v_src,
420
int y_pre_stride, const uint16_t *
u_src
, const uint16_t *v_src,
428
y_pre_stride, CONVERT_TO_BYTEPTR(
u_src
), CONVERT_TO_BYTEPTR(v_src),
450
DECLARE_ALIGNED(16, PixelType,
u_src
[MAX_WIDTH * MAX_HEIGHT]) = { 0 };
469
SetArray(
u_src
, uv_width, uv_height, uv_stride, max_val)
546
PixelType
u_src
[MAX_WIDTH * MAX_HEIGHT] = { 0 };
local
[
all
...]
Completed in 1149 milliseconds