Searched refs:olength (Results 1 – 2 of 2) 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/squashfs-tools/squashfs-tools/ |
D | mksquashfs.c | 1724 int olength = length; in generic_write_table() local 1762 olength, bytes - obytes); in generic_write_table()
|