HomeSort by relevance Sort by last modified time
    Searched full:pic_w (Results 1 - 3 of 3) sorted by null

  /external/libvpx/
y4minput.c 37 if(sscanf(p+1,"%d",&_y4m->pic_w)!=1)return -1;
184 _dst+=_y4m->pic_w*_y4m->pic_h;
186 c_w=(_y4m->pic_w+_y4m->dst_c_dec_h-1)/_y4m->dst_c_dec_h;
249 _dst+=_y4m->pic_w*_y4m->pic_h;
251 c_w=(_y4m->pic_w+1)/2;
403 _dst+=_y4m->pic_w*_y4m->pic_h;
405 c_w=(_y4m->pic_w+_y4m->src_c_dec_h-1)/_y4m->src_c_dec_h;
407 dst_c_w=(_y4m->pic_w+_y4m->dst_c_dec_h-1)/_y4m->dst_c_dec_h;
471 _dst+=_y4m->pic_w*_y4m->pic_h;
473 c_w=(_y4m->pic_w+_y4m->src_c_dec_h-1)/_y4m->src_c_dec_h
    [all...]
y4minput.h 31 int pic_w; member in struct:y4m_input
vpxenc.c     [all...]

Completed in 193 milliseconds