OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_c_dec_h
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
y4minput.c
189
c_w = (_y4m->pic_w + _y4m->
dst_c_dec_h
- 1) / _y4m->
dst_c_dec_h
;
255
c_h = (_y4m->pic_h + _y4m->
dst_c_dec_h
- 1) / _y4m->
dst_c_dec_h
;
410
dst_c_w = (_y4m->pic_w + _y4m->
dst_c_dec_h
- 1) / _y4m->
dst_c_dec_h
;
551
dst_c_w = (_y4m->pic_w + _y4m->
dst_c_dec_h
- 1) / _y4m->
dst_c_dec_h
;
614
dst_c_w = (_y4m->pic_w + _y4m->
dst_c_dec_h
- 1) / _y4m->
dst_c_dec_h
;
[
all
...]
y4minput.h
40
int
dst_c_dec_h
;
member in struct:y4m_input
Completed in 75 milliseconds