/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, 79 const struct scale_factors *sf) { in scaled_buffer_offset() 87 const struct scale_factors *scale, in setup_pred_plane() 101 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 | 146 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() 53 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 | 117 const struct scale_factors *scale_factors; member 129 const struct scale_factors *sf, 159 const SubpelParams *subpel_params, const struct scale_factors *sf, int w, in inter_predictor() 181 const SubpelParams *subpel_params, const struct scale_factors *sf, int w, in highbd_inter_predictor() 296 const struct scale_factors *sf) { in scaled_buffer_offset() 307 const struct scale_factors *scale, in setup_pred_plane() 330 const struct scale_factors *sf, const int num_planes); 407 int build_for_obmc, const struct scale_factors *const sf,
|
D | convolve.h | 55 struct scale_factors; 63 const struct scale_factors *sf); 125 const struct scale_factors *sf, int bd);
|
D | reconinter.c | 35 int build_for_obmc, const struct scale_factors *const sf, in av1_allow_warp() 63 const struct scale_factors *sf, in av1_init_inter_params() 75 inter_pred_params->scale_factors = sf; in av1_init_inter_params() 106 inter_pred_params->scale_factors, in av1_init_warp_params() 146 inter_pred_params->scale_factors, inter_pred_params->block_width, in av1_make_inter_predictor() 153 inter_pred_params->scale_factors, inter_pred_params->block_width, in av1_make_inter_predictor() 160 inter_pred_params->scale_factors, inter_pred_params->block_width, in av1_make_inter_predictor() 802 const struct scale_factors *ref_scale_factors = in build_inter_predictors_sub8x8() 804 const struct scale_factors *const sf = ref_scale_factors; in build_inter_predictors_sub8x8() 862 const struct scale_factors *const sf = in build_inter_predictors_8x8_and_bigger() [all …]
|
D | av1_common_int.h | 596 struct scale_factors sf_identity; 602 struct scale_factors ref_scale_factors[REF_FRAMES]; 857 static INLINE const struct scale_factors *get_ref_scale_factors_const( in get_ref_scale_factors_const() 863 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 179 scale_fact = scale_factors[i]; in scan_scaled() 230 if (abval < 0 || abval / 1024 >= scale_factors[SCALE_LENGTH-1]) { in fmt_scaled() 237 if (abval/1024 < scale_factors[i]) { in fmt_scaled() 239 fract = (i == 0) ? 0 : abval % scale_factors[i]; in fmt_scaled() 240 number /= scale_factors[i]; in fmt_scaled() 242 fract /= scale_factors[i - 1]; in fmt_scaled()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | identify_nearest_upsample.cc | 151 std::vector<int> scale_factors; in Run() local 166 scale_factors.push_back(current_const_shape.dims(i + 1)); in Run() 230 int scale = scale_factors.at(i); in Run()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.h | 207 const struct scale_factors *scale, 208 const struct scale_factors *scale_uv);
|
D | vp9_block.h | 214 struct scale_factors *me_sf;
|
D | vp9_encoder.h | 500 struct scale_factors sf; 678 struct scale_factors me_sf;
|
D | vp9_rd.c | 624 const struct scale_factors *scale, in vp9_setup_pred_block() 625 const struct scale_factors *scale_uv) { in vp9_setup_pred_block()
|
/external/libaom/libaom/av1/encoder/ |
D | rd.h | 346 const struct scale_factors *scale, 347 const struct scale_factors *scale_uv,
|
D | reconinter_enc.c | 43 const struct scale_factors *sf = inter_pred_params->scale_factors; in enc_calc_subpel_params() 97 const struct scale_factors *const sf = xd->block_ref_scale_factors[0]; in av1_enc_build_inter_predictor_y()
|
D | temporal_filter.c | 300 const struct scale_factors *scale, in tf_build_predictor() 932 const BLOCK_SIZE block_size, const struct scale_factors *scale, in tf_do_filtering() 1286 struct scale_factors sf; in av1_temporal_filter()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | tensor_utils_test.cc | 1049 std::vector<float> scale_factors; member 1080 data.scale_factors = {1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8}; in SetupMatrixVectorData() 1147 data.scale_factors.data(), batch, &data.results[0]); in TestDotprodMatrixBatchVectorMultiply() 1156 data.vectors.data(), data.scale_factors.data(), batch, &data.results[0]); in TestSparseDotprodMatrixBatchVectorMultiply() 1171 data.scale_factors.data(), batch, &data.results[0], in TestPerChannelDotprodMatrixBatchVectorMultiply() 2140 data.vectors.data() + (data.cols * i), data.scale_factors.data(), 1, in BM_DotprodBatchOneMultiply() 2191 data.scale_factors.data(), data.batch, &data.results[0], 1); in BM_DotprodBatchFourMultiply() 2249 data.vectors.data(), data.scale_factors.data(), data.batch, in BM_DotprodSparseMultiply()
|
/external/libxaac/decoder/ |
D | ixheaacd_sbr_rom.h | 155 WORD16 scale_factors[NO_IID_LEVELS]; member
|
/external/mesa3d/src/intel/compiler/ |
D | brw_debug_recompile.c | 79 found |= check_float("scale factor", scale_factors[i]); in debug_sampler_recompile()
|
D | brw_nir.c | 1207 memcpy(&tex_options.scale_factors, &key_tex->scale_factors, in brw_nir_apply_sampler_key() 1208 sizeof(tex_options.scale_factors)); in brw_nir_apply_sampler_key()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm.c | 202 key->scale_factors[s] = 0.0f; in brw_populate_sampler_prog_key_data() 302 key->scale_factors[s] = intel_tex->planar_format->scaling_factor; in brw_populate_sampler_prog_key_data()
|