/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 *mv_q3, const struct scale_factors *sf, int w, int h, int do_avg, 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 | 142 struct scale_factors sf;
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.h | 191 const struct scale_factors *scale, 192 const struct scale_factors *scale_uv);
|
D | vp9_temporal_filter.c | 41 uint8_t *pred, struct scale_factors *scale, int x, int y) { in temporal_filter_predictors_mb_c() 292 struct scale_factors *scale = &arnr_filter_data->sf; in vp9_temporal_filter_iterate_row_c() 721 struct scale_factors *sf = &arnr_filter_data->sf; in vp9_temporal_filter()
|
D | vp9_rd.c | 540 const struct scale_factors *scale, in vp9_setup_pred_block() 541 const struct scale_factors *scale_uv) { in vp9_setup_pred_block()
|
D | vp9_encoder.h | 450 struct scale_factors sf;
|
D | vp9_pickmode.c | 1206 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in find_predictors() 1606 struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf; in vp9_pick_inter_mode() 1610 struct scale_factors *const sf = &cm->frame_refs[GOLDEN_FRAME - 1].sf; in vp9_pick_inter_mode() 2457 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in vp9_pick_inter_mode_sub8x8()
|
D | vp9_speed_features.c | 420 const struct scale_factors *const scale_fac = in set_rt_speed_feature_framesize_independent()
|
D | vp9_rdopt.c | 1518 const struct scale_factors *sf = &xd->block_refs[ref]->sf; in encode_inter_mb_segment() 1721 struct scale_factors sf; in joint_motion_search() 2296 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/libxaac/decoder/ |
D | ixheaacd_sbr_rom.h | 155 WORD16 scale_factors[NO_IID_LEVELS]; member
|
D | ixheaacd_ps_dec.c | 781 p_scale_factors = sbr_tables_ptr->ps_tables_ptr->scale_factors; in ixheaacd_init_rot_env()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 453 const struct scale_factors *sf, MACROBLOCKD *xd, in extend_and_predict() 478 const struct scale_factors *sf, int w, int h, in extend_and_predict() 495 const struct scale_factors *sf, struct buf_2d *pre_buf, in dec_build_inter_predictors() 646 const struct scale_factors *const sf = &ref_buf->sf; in dec_build_inter_predictors_sb()
|