/external/libvpx/libvpx/vp9/common/ |
D | vp9_scale.h | 25 struct scale_factors { struct 31 int (*scale_value_x)(int val, const struct scale_factors *sf); argument 32 int (*scale_value_y)(int val, const struct scale_factors *sf); argument 40 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf); argument 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) { in vp9_is_valid_scale() 58 static INLINE int vp9_is_scaled(const struct scale_factors *sf) { in vp9_is_scaled()
|
D | vp9_reconinter.h | 27 const struct scale_factors *sf, in inter_predictor() 41 const struct scale_factors *sf, 68 const struct scale_factors *sf, 78 const struct scale_factors *sf, 86 const struct scale_factors *sf) { in scaled_buffer_offset() 95 const struct scale_factors *scale, in setup_pred_plane() 109 const struct scale_factors *sf);
|
D | vp9_scale.c | 16 static INLINE int scaled_x(int val, const struct scale_factors *sf) { in scaled_x() 20 static INLINE int scaled_y(int val, const struct scale_factors *sf) { in scaled_y() 24 static int unscaled_value(int val, const struct scale_factors *sf) { in unscaled_value() 37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) { in vp9_scale_mv() 48 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf, 53 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
|
D | vp9_reconinter.c | 27 const struct scale_factors *sf, in high_inter_predictor() 39 const struct scale_factors *sf, in vp9_highbd_build_inter_predictor() 61 const struct scale_factors *sf, in vp9_build_inter_predictor() 167 const struct scale_factors *const sf = &xd->block_refs[ref]->sf; in build_inter_predictors() 302 const struct scale_factors *sf) { in vp9_setup_pre_planes()
|
D | vp9_blockd.h | 147 struct scale_factors sf;
|
/external/openssh/openbsd-compat/ |
D | fmt_scaled.c | 59 static long long scale_factors[] = { variable 162 scale_fact = scale_factors[i]; in scan_scaled() 204 if (abval < 0 || abval / 1024 >= scale_factors[SCALE_LENGTH-1]) { in fmt_scaled() 211 if (abval/1024 < scale_factors[i]) { in fmt_scaled() 213 fract = (i == 0) ? 0 : abval % scale_factors[i]; in fmt_scaled() 214 number /= scale_factors[i]; in fmt_scaled() 216 fract /= scale_factors[i - 1]; in fmt_scaled()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.h | 178 const struct scale_factors *scale, 179 const struct scale_factors *scale_uv);
|
D | vp9_temporal_filter.c | 44 struct scale_factors *scale, in temporal_filter_predictors_mb_c() 278 struct scale_factors *scale) { in temporal_filter_iterate_c() 667 struct scale_factors sf; in vp9_temporal_filter()
|
D | vp9_rd.c | 516 const struct scale_factors *scale, in vp9_setup_pred_block() 517 const struct scale_factors *scale_uv) { in vp9_setup_pred_block()
|
D | vp9_pickmode.c | 1191 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in vp9_pick_inter_mode() 1706 const struct scale_factors *const sf = in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 1550 struct scale_factors sf; in joint_motion_search() 2197 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in setup_buffer_inter()
|
/external/webrtc/talk/media/base/ |
D | videoadapter.h | 77 float FindScale(const float* scale_factors,
|
D | videoadapter.cc | 88 float VideoAdapter::FindScale(const float* scale_factors, in FindScale() argument 100 float scale = scale_factors[i]; in FindScale()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 509 const struct scale_factors *sf, in extend_and_predict() 541 const struct scale_factors *sf, in extend_and_predict() 559 const struct scale_factors *sf, in dec_build_inter_predictors() 729 const struct scale_factors *const sf = &xd->block_refs[ref]->sf; in dec_build_inter_predictors_sb()
|
/external/v8/build/ |
D | common.gypi | 2098 'grit_defines': ['-D', 'chromeos', '-D', 'scale_factors=2x'], 2132 'grit_defines': ['-D', 'scale_factors=2x'],
|