OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_c_w
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/
y4minput.c
401
int
dst_c_w
;
local
410
dst_c_w
= (_y4m->pic_w + _y4m->dst_c_dec_h - 1) / _y4m->dst_c_dec_h;
413
dst_c_sz =
dst_c_w
* dst_c_h;
539
int
dst_c_w
;
local
551
dst_c_w
= (_y4m->pic_w + _y4m->dst_c_dec_h - 1) / _y4m->dst_c_dec_h;
554
dst_c_sz =
dst_c_w
* dst_c_h;
555
tmp_sz =
dst_c_w
* c_h;
580
if ((x << 1 | 1) <
dst_c_w
) {
585
tmp +=
dst_c_w
;
590
y4m_422jpeg_420jpeg_helper(_dst, tmp,
dst_c_w
, c_h)
602
int
dst_c_w
;
local
[
all
...]
Completed in 425 milliseconds