/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, int other_w, 47 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w, 51 static INLINE int vp9_is_valid_scale(const struct scale_factors *sf) { in vp9_is_valid_scale() 56 static INLINE int vp9_is_scaled(const struct scale_factors *sf) { in vp9_is_scaled()
|
D | vp9_reconinter.h | 26 const struct scale_factors *sf, int w, int h, in inter_predictor() 37 const int subpel_x, const int subpel_y, const struct scale_factors *sf, in highbd_inter_predictor() 65 const struct scale_factors *sf, int w, int h, 72 const MV *src_mv, const struct scale_factors *sf, int w, int h, int ref, 78 const struct scale_factors *sf) { in scaled_buffer_offset() 86 const struct scale_factors *scale, in setup_pred_plane() 100 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() 46 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w, 50 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w,
|
D | vp9_reconinter.c | 25 const MV *src_mv, const struct scale_factors *sf, int w, int h, int ref, in vp9_highbd_build_inter_predictor() 45 const struct scale_factors *sf, int w, int h, in vp9_build_inter_predictor() 136 const struct scale_factors *const sf = &xd->block_refs[ref]->sf; in build_inter_predictors() 275 const struct scale_factors *sf) { in vp9_setup_pre_planes()
|
D | vp9_blockd.h | 145 struct scale_factors sf;
|
/external/libaom/libaom/av1/common/ |
D | scale.h | 28 struct scale_factors { struct 34 int (*scale_value_x)(int val, const struct scale_factors *sf); argument 35 int (*scale_value_y)(int val, const struct scale_factors *sf); argument 42 MV32 av1_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf); argument 44 void av1_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w, 47 static INLINE int av1_is_valid_scale(const struct scale_factors *sf) { in av1_is_valid_scale() 52 static INLINE int av1_is_scaled(const struct scale_factors *sf) { in av1_is_scaled()
|
D | scale.c | 20 static INLINE int scaled_x(int val, const struct scale_factors *sf) { in scaled_x() 29 static INLINE int scaled_y(int val, const struct scale_factors *sf) { in scaled_y() 38 static int unscaled_value(int val, const struct scale_factors *sf) { in unscaled_value() 58 const struct scale_factors *sf) { in av1_scale_mv() 66 void av1_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w, in av1_setup_scale_factors_for_frame()
|
D | reconinter.h | 114 const struct scale_factors *sf, int w, int h, in inter_predictor() 139 const struct scale_factors *sf, int w, in highbd_inter_predictor() 210 const struct scale_factors *sf, int w, int h, 220 const SubpelParams *subpel_params, const struct scale_factors *sf, int w, 251 const struct scale_factors *sf) { in scaled_buffer_offset() 262 const struct scale_factors *scale, in setup_pred_plane() 285 const struct scale_factors *sf, const int num_planes); 363 int build_for_obmc, const struct scale_factors *const sf,
|
D | convolve.h | 54 struct scale_factors; 61 const struct scale_factors *sf, int is_intrabc); 118 const struct scale_factors *sf,
|
D | reconinter.c | 38 int build_for_obmc, const struct scale_factors *const sf, in av1_allow_warp() 64 const struct scale_factors *sf, int w, int h, in av1_make_inter_predictor() 583 const SubpelParams *subpel_params, const struct scale_factors *sf, int w, in av1_make_masked_inter_predictor() 693 const struct scale_factors *sf, in av1_setup_pre_planes() 925 const struct scale_factors *const sf = in av1_setup_build_prediction_by_above_pred() 963 const struct scale_factors *const ref_scale_factors = in av1_setup_build_prediction_by_left_pred()
|
D | onyxc_int.h | 322 struct scale_factors sf_identity; 349 struct scale_factors ref_scale_factors[REF_FRAMES]; 678 static INLINE const struct scale_factors *get_ref_scale_factors_const( in get_ref_scale_factors_const() 684 static INLINE struct scale_factors *get_ref_scale_factors( in get_ref_scale_factors()
|
/external/openssh/openbsd-compat/ |
D | fmt_scaled.c | 59 static long long scale_factors[] = { variable 171 scale_fact = scale_factors[i]; in scan_scaled() 220 if (abval < 0 || abval / 1024 >= scale_factors[SCALE_LENGTH-1]) { in fmt_scaled() 227 if (abval/1024 < scale_factors[i]) { in fmt_scaled() 229 fract = (i == 0) ? 0 : abval % scale_factors[i]; in fmt_scaled() 230 number /= scale_factors[i]; in fmt_scaled() 232 fract /= scale_factors[i - 1]; in fmt_scaled()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | tensor_utils_test.cc | 163 std::vector<float> scale_factors; member 188 data.scale_factors = {1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8}; in SetupMatrixVectorData() 237 data.scale_factors.data(), batch, &data.results[0], 1); in TestDotprodMatrixBatchVectorMultiply() 246 data.vectors.data(), data.scale_factors.data(), batch, &data.results[0], in TestSparseDotprodMatrixBatchVectorMultiply() 1002 data.vectors.data() + (data.cols * i), data.scale_factors.data(), 1, in BM_DotprodBatchOneMultiply() 1038 data.scale_factors.data(), data.batch, &data.results[0], 1); in BM_DotprodBatchFourMultiply() 1071 data.vectors.data(), data.scale_factors.data(), data.batch, in BM_DotprodSparseMultiply()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.h | 197 const struct scale_factors *scale, 198 const struct scale_factors *scale_uv);
|
D | vp9_block.h | 215 struct scale_factors *me_sf;
|
D | vp9_encoder.h | 544 struct scale_factors sf; 680 struct scale_factors me_sf;
|
D | vp9_rd.c | 594 const struct scale_factors *scale, in vp9_setup_pred_block() 595 const struct scale_factors *scale_uv) { in vp9_setup_pred_block()
|
D | vp9_temporal_filter.c | 41 uint8_t *pred, struct scale_factors *scale, int x, int y, MV *blk_mvs, in temporal_filter_predictors_mb_c() 596 struct scale_factors *scale = &arnr_filter_data->sf; in vp9_temporal_filter_iterate_row_c() 1057 struct scale_factors *sf = &arnr_filter_data->sf; in vp9_temporal_filter()
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 32 MACROBLOCKD *xd, const struct scale_factors *const sf, const MV mv, in calc_subpel_params() 148 const struct scale_factors *ref_scale_factors = in build_inter_predictors() 161 const struct scale_factors *const sf = in build_inter_predictors() 206 const struct scale_factors *const sf = in build_inter_predictors() 282 const struct scale_factors *sf, int w, int h, in av1_build_inter_predictor() 471 const struct scale_factors *const sf = xd->block_ref_scale_factors[ref]; in build_inter_predictors_single_buf()
|
D | rd.h | 451 const struct scale_factors *scale, 452 const struct scale_factors *scale_uv,
|
D | reconinter_enc.h | 33 const struct scale_factors *sf, int w, int h,
|
D | tpl_model.c | 117 struct scale_factors *sf, GF_PICTURE *gf_picture, in mode_estimation() 389 struct scale_factors sf; in mc_flow_dispenser()
|
/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/libxaac/decoder/ |
D | ixheaacd_sbr_rom.h | 155 WORD16 scale_factors[NO_IID_LEVELS]; member
|