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

  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 257 const short *rv3 = &vp9_rv[63 & rand()]; // NOLINT local
264 const short *rv2 = rv3 + ((c * 17) & 127);
  /external/libvpx/libvpx/vp8/common/
postproc.c 276 const short *rv3 = &vp8_rv[63&rand()]; local
284 const short *rv2 = rv3 + ((c * 17) & 127);
    [all...]

Completed in 77 milliseconds