OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_c_dec_v
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
y4minput.c
190
c_h = (_y4m->pic_h + _y4m->
dst_c_dec_v
- 1) / _y4m->
dst_c_dec_v
;
411
dst_c_h = (_y4m->pic_h + _y4m->
dst_c_dec_v
- 1) / _y4m->
dst_c_dec_v
;
475
dst_c_h = (_y4m->pic_h + _y4m->
dst_c_dec_v
- 1) / _y4m->
dst_c_dec_v
;
552
dst_c_h = (_y4m->pic_h + _y4m->
dst_c_dec_v
- 1) / _y4m->
dst_c_dec_v
;
615
dst_c_h = (_y4m->pic_h + _y4m->
dst_c_dec_v
- 1) / _y4m->
dst_c_dec_v
;
[
all
...]
y4minput.h
41
int
dst_c_dec_v
;
member in struct:y4m_input
Completed in 42 milliseconds