Home
last modified time | relevance | path

Searched refs:temp_height (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c475 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/
Dvpx_scale.h17 unsigned char *temp_area, unsigned char temp_height,