HomeSort by relevance Sort by last modified time
    Searched defs:scale_factors (Results 1 - 9 of 9) sorted by null

  /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) {
  /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) {
  /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) {
  /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...]
  /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/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/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/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...]

Completed in 950 milliseconds