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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c 1007 int new_intra, new_last, new_garf, oldtotal, newtotal; local
1036 oldtotal =
1042 savings += (oldtotal - newtotal) / 256;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 1008 int new_intra, new_last, new_garf, oldtotal, newtotal; local
1037 oldtotal =
1043 savings += (oldtotal - newtotal) / 256;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 1008 int new_intra, new_last, new_garf, oldtotal, newtotal; local
1037 oldtotal =
1043 savings += (oldtotal - newtotal) / 256;
    [all...]

Completed in 299 milliseconds