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

1 2

  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 25 struct scale_factors { struct
31 int (*scale_value_x)(int val, const struct scale_factors *sf);
32 int (*scale_value_y)(int val, const struct scale_factors *sf);
37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
39 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
43 static INLINE int vp9_is_valid_scale(const struct scale_factors *sf) {
48 static INLINE int vp9_is_scaled(const struct scale_factors *sf) {
vp9_reconinter.h 36 const struct scale_factors *sf,
43 const struct scale_factors *sf) {
52 const struct scale_factors *scale,
65 const struct scale_factors *sf);
vp9_scale.c 15 static INLINE int scaled_x(int val, const struct scale_factors *sf) {
19 static INLINE int scaled_y(int val, const struct scale_factors *sf) {
23 static int unscaled_value(int val, const struct scale_factors *sf) {
44 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) {
54 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
vp9_reconinter.c 70 const struct scale_factors *sf,
82 const struct scale_factors *sf,
153 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
257 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
431 const struct scale_factors *sf) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_scale.h 25 struct scale_factors { struct
31 int (*scale_value_x)(int val, const struct scale_factors *sf);
32 int (*scale_value_y)(int val, const struct scale_factors *sf);
37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
39 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
43 static INLINE int vp9_is_valid_scale(const struct scale_factors *sf) {
48 static INLINE int vp9_is_scaled(const struct scale_factors *sf) {
vp9_reconinter.h 36 const struct scale_factors *sf,
43 const struct scale_factors *sf) {
52 const struct scale_factors *scale,
65 const struct scale_factors *sf);
vp9_scale.c 15 static INLINE int scaled_x(int val, const struct scale_factors *sf) {
19 static INLINE int scaled_y(int val, const struct scale_factors *sf) {
23 static int unscaled_value(int val, const struct scale_factors *sf) {
44 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) {
54 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
vp9_reconinter.c 70 const struct scale_factors *sf,
82 const struct scale_factors *sf,
153 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
257 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
431 const struct scale_factors *sf) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_scale.h 25 struct scale_factors { struct
31 int (*scale_value_x)(int val, const struct scale_factors *sf);
32 int (*scale_value_y)(int val, const struct scale_factors *sf);
40 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
43 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
48 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
53 static INLINE int vp9_is_valid_scale(const struct scale_factors *sf) {
58 static INLINE int vp9_is_scaled(const struct scale_factors *sf) {
vp9_reconinter.h 36 const struct scale_factors *sf,
46 const struct scale_factors *sf,
54 const struct scale_factors *sf) {
63 const struct scale_factors *scale,
77 const struct scale_factors *sf);
vp9_scale.c 15 static INLINE int scaled_x(int val, const struct scale_factors *sf) {
19 static INLINE int scaled_y(int val, const struct scale_factors *sf) {
23 static int unscaled_value(int val, const struct scale_factors *sf) {
36 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) {
47 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
52 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
vp9_reconinter.c 117 const struct scale_factors *sf,
129 const struct scale_factors *sf,
152 const struct scale_factors *sf,
164 const struct scale_factors *sf,
271 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
380 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
597 const struct scale_factors *sf) {
  /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/ui/gfx/image/
image_skia_unittest.cc 430 std::vector<float> scale_factors; local
432 scale_factors.push_back(image_reps[i].scale());
434 std::sort(scale_factors.begin(), scale_factors.end());
435 return scale_factors;
454 std::vector<float> scale_factors = GetSortedScaleFactors(image); local
455 EXPECT_EQ(1.5f, scale_factors[0]);
456 EXPECT_EQ(2.0f, scale_factors[1]);
465 scale_factors = GetSortedScaleFactors(image);
466 EXPECT_EQ(1.5f, scale_factors[0])
    [all...]
image_unittest_util.h 55 // described by |width|, |height|, and |scale_factors|.
58 // - |image_skia| has ImageSkiaReps of |scale_factors|.
65 const std::vector<float>& scale_factors);
  /external/chromium_org/ui/base/
layout.h 36 // Changes the value of GetSupportedScaleFactors() to |scale_factors|.
40 const std::vector<ScaleFactor>& scale_factors);
layout.cc 45 const std::vector<ui::ScaleFactor>& scale_factors) {
49 g_supported_scale_factors = new std::vector<ScaleFactor>(scale_factors);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.h 163 const struct scale_factors *scale,
164 const struct scale_factors *scale_uv);
  /external/libvpx/libvpx/vpx/
svc_context.h 76 const char *scale_factors);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
svc_context.h 76 const char *scale_factors);
  /external/chromium_org/content/test/
test_render_view_host.cc 372 std::vector<ui::ScaleFactor> scale_factors; local
373 scale_factors.push_back(ui::SCALE_FACTOR_100P);
375 new ui::test::ScopedSetSupportedScaleFactors(scale_factors));
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 55 char scale_factors[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_scale_factors member in struct:SvcInternal
342 const char *scale_factors) {
353 if (scale_factors == NULL || strlen(scale_factors) == 0) {
356 input_string = strdup(scale_factors);
485 const char *scale_factors) {
487 if (svc_ctx == NULL || scale_factors == NULL || si == NULL) {
490 strncpy(si->scale_factors, scale_factors, sizeof(si->scale_factors));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 55 char scale_factors[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_scale_factors member in struct:SvcInternal
342 const char *scale_factors) {
353 if (scale_factors == NULL || strlen(scale_factors) == 0) {
356 input_string = strdup(scale_factors);
485 const char *scale_factors) {
487 if (svc_ctx == NULL || scale_factors == NULL || si == NULL) {
490 strncpy(si->scale_factors, scale_factors, sizeof(si->scale_factors));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.h 84 float FindScale(const float* scale_factors,

Completed in 1405 milliseconds

1 2