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

  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 881 const int ly0 = y0 + 8;
884 y1 = ly0 + (mv->row >> 3);
886 if (x1 != lx0 && y1 != ly0) {
887 constrain_line(lx0, &x1, ly0 - 1, &y1, width, height);
888 vp9_blit_line(lx0, x1, ly0 - 1, y1, y_buffer, y_stride);
890 constrain_line(lx0, &x1, ly0 + 1, &y1, width, height);
891 vp9_blit_line(lx0, x1, ly0 + 1, y1, y_buffer, y_stride);
893 vp9_blit_line(lx0, x1, ly0, y1, y_buffer, y_stride);
  /external/libvpx/libvpx/vp8/common/
postproc.c 1062 const int ly0 = y0 + 8; local
    [all...]
  /external/libvorbis/lib/
floor1.c 665 int ly0=-200; local
669 int ret0=fit_line(fits+lsortpos,sortpos-lsortpos,&ly0,&ly1,info);
673 ly0=ly;
686 fit_valueB[ln]=ly0;
687 if(ln==0)fit_valueA[ln]=ly0;

Completed in 315 milliseconds