OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chroma_type
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
y4minput.h
42
char
chroma_type
[16];
member in struct:y4m_input
y4minput.c
62
memcpy(_y4m->
chroma_type
,p+1,q-p-1);
63
_y4m->
chroma_type
[q-p-1]='\0';
74
if(!got_chroma)strcpy(_y4m->
chroma_type
,"420");
698
if(strcmp(_y4m->
chroma_type
,"420")==0||
699
strcmp(_y4m->
chroma_type
,"420jpeg")==0){
707
else if(strcmp(_y4m->
chroma_type
,"420mpeg2")==0){
715
else if(strcmp(_y4m->
chroma_type
,"420paldv")==0){
725
else if(strcmp(_y4m->
chroma_type
,"422jpeg")==0){
734
else if(strcmp(_y4m->
chroma_type
,"422")==0){
746
else if(strcmp(_y4m->
chroma_type
,"411")==0)
[
all
...]
Completed in 701 milliseconds