HomeSort by relevance Sort by last modified time
    Searched refs:scale_factors (Results 26 - 43 of 43) sorted by null

12

  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 41 struct scale_factors *scale,
194 struct scale_factors *scale) {
388 struct scale_factors sf;
vp9_rdopt.c     [all...]
vp9_encodeframe.c 471 const struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 41 struct scale_factors *scale,
194 struct scale_factors *scale) {
388 struct scale_factors sf;
vp9_rdopt.c     [all...]
vp9_encodeframe.c 487 const struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf;
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 40 std::vector<ui::ScaleFactor> scale_factors; local
41 scale_factors.push_back(ui::SCALE_FACTOR_100P);
42 scale_factors.push_back(ui::SCALE_FACTOR_200P);
44 new ui::test::ScopedSetSupportedScaleFactors(scale_factors));
browser_theme_pack.cc 276 // Returns |scale_factors| as a string to be written to disk.
278 const std::vector<ui::ScaleFactor>& scale_factors) {
279 scoped_ptr<float[]> scales(new float[scale_factors.size()]);
280 for (size_t i = 0; i < scale_factors.size(); ++i)
281 scales[i] = ui::GetScaleForScaleFactor(scale_factors[i]);
284 scale_factors.size() * sizeof(float));
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_temporal_filter.c 42 struct scale_factors *scale,
198 struct scale_factors *scale) {
435 struct scale_factors sf;
vp9_rd.c 490 const struct scale_factors *scale,
491 const struct scale_factors *scale_uv) {
vp9_pickmode.c 510 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf;
vp9_encodeframe.c 392 const struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf;
    [all...]
vp9_rdopt.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_blockd.h 202 struct scale_factors sf;
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 201 struct scale_factors sf;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 201 struct scale_factors sf;
  /external/chromium_org/chrome/browser/favicon/
favicon_handler_unittest.cc 459 std::vector<ui::ScaleFactor> scale_factors; local
460 scale_factors.push_back(ui::SCALE_FACTOR_100P);
462 new ui::test::ScopedSetSupportedScaleFactors(scale_factors));
1062 std::vector<ui::ScaleFactor> scale_factors; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.cc 85 float VideoAdapter::FindScale(const float* scale_factors,
97 float scale = scale_factors[i];

Completed in 2905 milliseconds

12