OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_uv_stride
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_decoder.cc
64
int
src_uv_stride
= CVPixelBufferGetBytesPerRowOfPlane(pixel_buffer, 1);
local
66
src_y, src_y_stride, src_uv,
src_uv_stride
,
/external/libyuv/files/source/
convert.cc
69
static void HalfRow_SSE2(const uint8* src_uv, int
src_uv_stride
,
74
mov edx, [esp + 4 + 8] //
src_uv_stride
94
static void HalfRow_SSE2(const uint8* src_uv, int
src_uv_stride
,
109
: "r"(static_cast<intptr_t>(
src_uv_stride
)) // %3
118
static void HalfRow_C(const uint8* src_uv, int
src_uv_stride
,
121
dst_uv[x] = (src_uv[x] + src_uv[
src_uv_stride
+ x] + 1) >> 1;
149
void (*HalfRow)(const uint8* src_uv, int
src_uv_stride
,
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc
[
all
...]
Completed in 269 milliseconds