Searched refs:olength (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 368 uint8_t *output, int olength, uint8_t *otmp) { in resize_multistep() argument 370 if (length == olength) { in resize_multistep() 374 steps = get_down2_steps(length, olength); in resize_multistep() 387 if (s == steps - 1 && proj_filteredlength == olength) in resize_multistep() 397 if (filteredlength != olength) { in resize_multistep() 398 interpolate(out, filteredlength, output, olength); in resize_multistep() 401 interpolate(input, length, output, olength); in resize_multistep() 654 uint16_t *output, int olength, in highbd_resize_multistep() argument 657 if (length == olength) { in highbd_resize_multistep() 661 steps = get_down2_steps(length, olength); in highbd_resize_multistep() [all …]
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 566 uint8_t *output, int olength, uint8_t *otmp) { in resize_multistep() argument 567 if (length == olength) { in resize_multistep() 571 const int steps = get_down2_steps(length, olength); in resize_multistep() 582 if (s == steps - 1 && proj_filteredlength == olength) in resize_multistep() 592 if (filteredlength != olength) { in resize_multistep() 593 interpolate(out, filteredlength, output, olength); in resize_multistep() 596 interpolate(input, length, output, olength); in resize_multistep() 601 double *output, int olength) { in upscale_multistep_double_prec() argument 602 assert(length < olength); in upscale_multistep_double_prec() 603 interpolate_double_prec(input, length, output, olength); in upscale_multistep_double_prec() [all …]
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.c | 1764 int olength = length; in generic_write_table() local 1802 olength, bytes - obytes); in generic_write_table()
|