OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y1_pos
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxcodec/codec/
fx_codec_icc.cpp
1591
int
y1_pos
= pos + (y1_index - y_index) * 9 * 3;
local
[
all
...]
/external/webrtc/talk/media/base/
videoframe_unittest.h
216
int
y1_pos
, y2_pos, u_pos, v_pos;
local
217
if (!GetYuv422Packing(fourcc, &
y1_pos
, &y2_pos, &u_pos, &v_pos)) {
231
quad[
y1_pos
] = (x % 63 + y % 63) + 64;
291
int
y1_pos
, y2_pos, u_pos, v_pos;
local
292
if (!GetYuv422Packing(fourcc, &
y1_pos
, &y2_pos, &u_pos, &v_pos)) {
305
frame->GetYPlane()[stride_y * y + x] = quad1[
y1_pos
];
390
int*
y1_pos
,
395
*
y1_pos
= 0; *u_pos = 1; *y2_pos = 2; *v_pos = 3;
397
*u_pos = 0; *
y1_pos
= 1; *v_pos = 2; *y2_pos = 3;
[
all
...]
Completed in 5292 milliseconds