HomeSort by relevance Sort by last modified time
    Searched refs:olength (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 368 uint8_t *output, int olength, uint8_t *otmp) {
370 if (length == olength) {
374 steps = get_down2_steps(length, olength);
387 if (s == steps - 1 && proj_filteredlength == olength)
397 if (filteredlength != olength) {
398 interpolate(out, filteredlength, output, olength);
401 interpolate(input, length, output, olength);
654 uint16_t *output, int olength,
657 if (length == olength) {
661 steps = get_down2_steps(length, olength);
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 1724 int olength = length; local
    [all...]

Completed in 332 milliseconds