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

  /external/libvpx/vpx_scale/
yv12config.h 42 int y_width; member in struct:__anon8534
  /external/ganymed-ssh2/examples/
SwingShell.java 664 int y_width = 30; local
666 sess.requestPTY("dumb", x_width, y_width, 0, 0, null);
669 TerminalDialog td = new TerminalDialog(loginFrame, username + "@" + hostname, sess, x_width, y_width);
  /external/libvpx/vp8/encoder/
firstpass.c 225 j = source->y_width;
231 src -= source->y_width;
235 sum_weights /= (source->y_height * source->y_width);
1344 int y_width = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_width; local
    [all...]

Completed in 1078 milliseconds