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

  /external/libvpx/libvpx/vp8/common/
alloccommon.c 65 VP8BORDERINPIXELS) < 0) {
81 VP8BORDERINPIXELS) < 0) {
106 VP8BORDERINPIXELS) < 0) {
postproc.c 310 VP8BORDERINPIXELS)) {
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 23 #define VP8BORDERINPIXELS 32
  /external/libvpx/libvpx/test/
vpx_scale_test.cc 35 VP8BORDERINPIXELS));
46 VP8BORDERINPIXELS));
51 VP8BORDERINPIXELS));
  /external/libvpx/libvpx/vp8/decoder/
threading.c 534 int lasty = yv12_fb_lst->y_width + VP8BORDERINPIXELS;
535 int lastuv = (yv12_fb_lst->y_width >> 1) + (VP8BORDERINPIXELS >> 1);
762 (width + (VP8BORDERINPIXELS << 1))));
768 (uv_width + VP8BORDERINPIXELS)));
774 (uv_width + VP8BORDERINPIXELS)));
841 memset(pbi->mt_yabove_row[0] + VP8BORDERINPIXELS - 1, 127,
843 memset(pbi->mt_uabove_row[0] + (VP8BORDERINPIXELS >> 1) - 1, 127,
845 memset(pbi->mt_vabove_row[0] + (VP8BORDERINPIXELS >> 1) - 1, 127,
849 memset(pbi->mt_yabove_row[j] + VP8BORDERINPIXELS - 1, (unsigned char)129,
851 memset(pbi->mt_uabove_row[j] + (VP8BORDERINPIXELS >> 1) - 1
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
lookahead.c 80 VP8BORDERINPIXELS)) {
denoising.c 400 height, VP8BORDERINPIXELS) < 0) {
410 height, VP8BORDERINPIXELS) < 0) {
419 VP8BORDERINPIXELS) < 0) {
ethreading.c 135 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
137 ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
138 x->mv_row_min = -((mb_row * 16) + (VP8BORDERINPIXELS - 16));
140 ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
encodeframe.c 384 x->mv_row_min = -((mb_row * 16) + (VP8BORDERINPIXELS - 16));
385 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
405 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
407 ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
    [all...]
firstpass.c 555 x->mv_row_min = -((mb_row * 16) + (VP8BORDERINPIXELS - 16));
557 ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
593 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
595 ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 209 img->h = (yv12->y_height + 2 * VP8BORDERINPIXELS + 15) & ~15;

Completed in 486 milliseconds