OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:width_uv
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/test/
encode_test_driver.cc
120
const unsigned int
width_uv
= (img1->d_w + 1) >> 1;
local
125
width_uv
) == 0) && match;
129
width_uv
) == 0) && match;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp
468
pred_block,
width_uv
, height_uv,
558
int width,
width_uv
;
local
569
width_uv
= width >> 1;
578
/*by*
width_uv
+ bx;*/
580
/*by*
width_uv
+ bx;*/
592
PutSKIPPED_B(cu_comp, cu_prev,
width_uv
);
593
PutSKIPPED_B(cv_comp, cv_prev,
width_uv
);
block_idct.cpp
231
int width,
width_uv
;
local
234
width_uv
= width >> 1;
245
BlockIDCT_intra(mblock, cu_comp, 4,
width_uv
);
246
BlockIDCT_intra(mblock, cv_comp, 5,
width_uv
);
/external/libyuv/files/source/
compare.cc
458
const int
width_uv
= (width + 1) >> 1;
local
462
width_uv
, height_uv);
465
width_uv
, height_uv);
466
const uint64 samples = width * height + 2 * (
width_uv
* height_uv);
557
const int
width_uv
= (width + 1) >> 1;
local
561
width_uv
, height_uv);
564
width_uv
, height_uv);
Completed in 86 milliseconds