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

  /external/libvpx/libvpx/test/
datarate_test.cc 94 bits_in_last_frame_ = frame_size_in_bits;
106 effective_datarate_ = (bits_total_ - bits_in_last_frame_) / 1000.0
122 size_t bits_in_last_frame_; member in class:__anon29388::DatarateTestLarge
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
datarate_test.cc 94 bits_in_last_frame_ = frame_size_in_bits;
106 effective_datarate_ = (bits_total_ - bits_in_last_frame_) / 1000.0
122 size_t bits_in_last_frame_; member in class:__anon40572::DatarateTestLarge
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
datarate_test.cc 97 bits_in_last_frame_ = frame_size_in_bits;
109 effective_datarate_ = (bits_total_ - bits_in_last_frame_) / 1000.0
125 size_t bits_in_last_frame_; member in class:__anon17604::DatarateTestLarge

Completed in 68 milliseconds