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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 578 uint8_t centre_val = *src_ptr; local
586 diff = abs((int)centre_val - (int)tmp_ptr[j]);
620 uint16_t centre_val = *CONVERT_TO_SHORTPTR(src_ptr); local
629 diff = abs((int)centre_val - (int)tmp_ptr16[j]);
    [all...]
vp9_encoder.c     [all...]

Completed in 392 milliseconds