HomeSort by relevance Sort by last modified time
    Searched refs:y_height (Results 26 - 33 of 33) sorted by null

12

  /external/libvpx/vp8/encoder/
firstpass.c 176 for (i = 0; i < source->y_height; i++)
195 sum_weights /= (source->y_height * source->y_width);
1201 int y_height = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_height; local
    [all...]
onyx_if.c     [all...]
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 584 dst->y_height = new_height;
591 bicubic_scale(src->y_width, src->y_height, src->y_stride,
  /external/libvpx/vp8/
vp8_cx_iface.c 554 yv12->y_height = img->d_h;
556 yv12->uv_height = (1 + yv12->y_height) / 2;
870 sd.y_height + 2*VP8BORDERINPIXELS,
875 sd.y_width, sd.y_height);
897 ctx->preview_img.h = sd.y_height;
    [all...]
  /external/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copysrcframe_func_neon.asm 103 ;copy last line for Y if y_height is odd
vp8_vpxyv12_copyframeyonly_neon.asm 23 ; Note: this is VP8 function, which has border=32 and 16. Internal y_width and y_height
vp8_vpxyv12_extendframeborders_neon.asm 21 ;Note: this is VP8 function, which has border=32 and 16. Internal y_width and y_height
  /external/freetype/src/raster/
ftraster.c 2876 Short y, y_change, y_height; local
    [all...]

Completed in 239 milliseconds

12