Searched refs:ly0 (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/vp8/common/
H A Dpostproc.c964 const int ly0 = y0 + 8; local
967 y1 = ly0 + (mv->row >> 3);
969 if (x1 != lx0 && y1 != ly0)
971 constrain_line (lx0, &x1, ly0-1, &y1, width, height);
972 vp8_blit_line (lx0, x1, ly0-1, y1, y_buffer, y_stride);
974 constrain_line (lx0, &x1, ly0+1, &y1, width, height);
975 vp8_blit_line (lx0, x1, ly0+1, y1, y_buffer, y_stride);
978 vp8_blit_line (lx0, x1, ly0, y1, y_buffer, y_stride);
/external/libvorbis/lib/
H A Dfloor1.c665 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 285 milliseconds