HomeSort by relevance Sort by last modified time
    Searched refs:scale_factors (Results 1 - 25 of 32) sorted by null

1 2

  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 21 struct scale_factors;
30 void (*set_scaled_offsets)(struct scale_factors *scale, int row, int col);
31 MV32 (*scale_mv)(const MV *mv, const struct scale_factors *scale);
36 struct scale_factors { struct
42 void vp9_setup_scale_factors_for_frame(struct scale_factors *scale,
vp9_reconinter.h 34 const struct scale_factors *scale,
40 const struct scale_factors *scale) {
51 const struct scale_factors *scale,
79 const struct scale_factors *sf) {
96 struct scale_factors sf[MAX_REF_FRAMES]) {
vp9_scale.c 28 static MV32 scaled_mv(const MV *mv, const struct scale_factors *scale) {
36 static MV32 unscaled_mv(const MV *mv, const struct scale_factors *scale) {
44 static void set_offsets_with_scaling(struct scale_factors *scale,
50 static void set_offsets_without_scaling(struct scale_factors *scale,
72 void vp9_setup_scale_factors_for_frame(struct scale_factors *scale,
vp9_reconinter.c 46 const struct scale_factors *scale,
64 const struct scale_factors *scale,
143 struct scale_factors *const scale = &xd->scale_factor[ref];
230 struct scale_factors *const sf = &cm->active_ref_scale[i];
  /external/chromium_org/chrome/browser/history/
select_favicon_frames.h 31 // |desired_size| for |scale_factors|.
40 const std::vector<ui::ScaleFactor>& scale_factors,
50 // |scale_factors|. The score is arbitrary, but it's best for exact size
52 // TODO(pkotwicz): Remove need to pass in |scale_factors|.
57 const std::vector<ui::ScaleFactor>& scale_factors,
select_favicon_frames.cc 141 const std::vector<ui::ScaleFactor>& scale_factors,
163 for (size_t i = 0; i < scale_factors.size(); ++i) {
166 result.scale_factor = scale_factors[i];
174 *match_score = total_score / scale_factors.size();
206 const std::vector<ui::ScaleFactor>& scale_factors,
210 GetCandidateIndicesWithBestScores(original_sizes, scale_factors,
227 const std::vector<ui::ScaleFactor>& scale_factors,
232 GetCandidateIndicesWithBestScores(frame_pixel_sizes, scale_factors,
  /external/chromium_org/tools/grit/grit/gather/
chrome_html.py 56 base_path, filename, scale_factors, distribution,
68 scale_factors: a list of the supported scale factors (i.e. ['2x'])
80 for scale_factor in scale_factors:
97 for scale_factor in scale_factors:
129 src_match, base_path, scale_factors, distribution,
143 scale_factors: a list of the supported scale factors (i.e. ['2x'])
152 base_path, filename, scale_factors, distribution,
163 src_match, base_path, scale_factors, distribution,
173 scale_factors: a list of the supported scale factors (i.e. ['2x'])
181 lambda m: UrlToImageSet(m, base_path, scale_factors, distribution
    [all...]
chrome_html_unittest.py 64 html.SetDefines({'scale_factors': '1.4x,1.8x'})
105 html.SetDefines({'scale_factors': '2x'})
137 html.SetDefines({'scale_factors': '1.4x,1.8x'})
164 html.SetDefines({'scale_factors': '2x'})
191 html.SetDefines({'scale_factors': '2x'})
228 html.SetDefines({'scale_factors': '2x'})
265 html.SetDefines({'scale_factors': '2x'})
293 html.SetDefines({'scale_factors': '2x'})
324 html.SetDefines({'scale_factors': '2x'})
353 html.SetDefines({'scale_factors': '2x'}
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_util.h 40 const std::vector<ui::ScaleFactor>& scale_factors,
favicon_util.cc 25 // |scale_factors| for which the image reps can be created without resizing
29 const std::vector<ui::ScaleFactor>& scale_factors,
50 // Cache the scale factor for each pixel size as |scale_factors| may contain
54 for (size_t i = 0; i < scale_factors.size(); ++i) {
56 ui::GetImageScale(scale_factors[i]));
57 desired_pixel_sizes[pixel_size] = scale_factors[i];
177 const std::vector<ui::ScaleFactor>& scale_factors,
192 SelectFaviconFramesFromPNGsWithoutResizing(png_data, scale_factors,
200 std::vector<ui::ScaleFactor> scale_factors_to_generate = scale_factors;
favicon_handler.cc 147 std::vector<ui::ScaleFactor> scale_factors = local
149 for (size_t i = 0; i < scale_factors.size(); ++i) {
151 desired_size_in_dip * ui::GetImageScale(scale_factors[i]));
395 std::vector<ui::ScaleFactor> scale_factors = local
399 scale_factors,
  /external/openssh/openbsd-compat/
fmt_scaled.c 59 static long long scale_factors[] = { variable
162 scale_fact = scale_factors[i];
204 if (abval < 0 || abval / 1024 >= scale_factors[SCALE_LENGTH-1]) {
211 if (abval/1024 < scale_factors[i]) {
213 fract = (i == 0) ? 0 : abval % scale_factors[i];
214 number /= scale_factors[i];
216 fract /= scale_factors[i - 1];
  /external/chromium_org/chrome/browser/ui/webui/
chrome_web_ui_controller_factory.h 38 const std::vector<ui::ScaleFactor>& scale_factors,
chrome_web_ui_controller_factory.cc 545 const std::vector<ui::ScaleFactor>& scale_factors,
569 for (size_t i = 0; i < scale_factors.size(); ++i) {
571 url, scale_factors[i]));
581 float scale = ui::GetImageScale(scale_factors[i]);
  /external/chromium_org/ui/base/
layout.h 50 // Changes the value of GetSupportedScaleFactors() to |scale_factors|.
54 const std::vector<ScaleFactor>& scale_factors);
layout.cc 79 const std::vector<ui::ScaleFactor>& scale_factors) {
83 g_supported_scale_factors = new std::vector<ScaleFactor>(scale_factors);
  /external/chromium_org/ui/gfx/image/
image_unittest_util.h 57 // described by |width|, |height|, and |scale_factors|.
60 // - |image_skia| has ImageSkiaReps of |scale_factors|.
67 const std::vector<float>& scale_factors);
  /external/libvpx/libvpx/vpx/
svc_context.h 76 const char *scale_factors);
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 48 char scale_factors[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_scale_factors member in struct:SvcInternal
317 const char *scale_factors) {
328 if (scale_factors == NULL || strlen(scale_factors) == 0) {
331 input_string = strdup(scale_factors);
444 const char *scale_factors) {
446 if (svc_ctx == NULL || scale_factors == NULL || si == NULL) {
449 strncpy(si->scale_factors, scale_factors, sizeof(si->scale_factors));
    [all...]
  /external/chromium_org/content/test/
test_render_view_host.cc 418 std::vector<ui::ScaleFactor> scale_factors; local
419 scale_factors.push_back(ui::SCALE_FACTOR_100P);
421 new ui::test::ScopedSetSupportedScaleFactors(scale_factors));
  /external/chromium_org/chrome/browser/extensions/
extension_web_ui.cc 404 const std::vector<ui::ScaleFactor>& scale_factors = local
407 for (size_t i = 0; i < scale_factors.size(); ++i) {
408 float scale = ui::GetImageScale(scale_factors[i]);
420 scale_factors[i]));
  /external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc 208 std::vector<ui::ScaleFactor> scale_factors; local
209 scale_factors.push_back(ui::SCALE_FACTOR_100P);
213 scale_factors,
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 42 struct scale_factors *scale) {
191 struct scale_factors *scale) {
379 struct scale_factors scale;
  /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));
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.h 81 float FindScale(const float* scale_factors,

Completed in 872 milliseconds

1 2