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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1937 int this_prob; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 515 int this_prob; local
518 this_prob = ((cpi->mv_ref_stats[j][i][0] * 256) + (count >> 1)) / count;
520 this_prob = 128;
523 fprintf(f, "%5d, ", this_prob);
    [all...]

Completed in 98 milliseconds