Searched refs:temp_height (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 475 unsigned char *temp_area, unsigned char temp_height, in vpx_scale_frame() argument 486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame() 500 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame() 516 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
|
/external/libvpx/libvpx/vpx_scale/ |
D | vpx_scale.h | 17 unsigned char *temp_area, unsigned char temp_height,
|