Home
last modified time | relevance | path

Searched refs:scale_factors (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_scale.h25 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()
Dvp9_reconinter.h26 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);
Dvp9_scale.c16 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,
Dvp9_reconinter.c25 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()
Dvp9_blockd.h142 struct scale_factors sf;
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h191 const struct scale_factors *scale,
192 const struct scale_factors *scale_uv);
Dvp9_temporal_filter.c41 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()
Dvp9_rd.c540 const struct scale_factors *scale, in vp9_setup_pred_block()
541 const struct scale_factors *scale_uv) { in vp9_setup_pred_block()
Dvp9_encoder.h450 struct scale_factors sf;
Dvp9_pickmode.c1206 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()
Dvp9_speed_features.c420 const struct scale_factors *const scale_fac = in set_rt_speed_feature_framesize_independent()
Dvp9_rdopt.c1518 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/
Dvideoadapter.h77 float FindScale(const float* scale_factors,
Dvideoadapter.cc88 float VideoAdapter::FindScale(const float* scale_factors, in FindScale() argument
100 float scale = scale_factors[i]; in FindScale()
/external/libxaac/decoder/
Dixheaacd_sbr_rom.h155 WORD16 scale_factors[NO_IID_LEVELS]; member
Dixheaacd_ps_dec.c781 p_scale_factors = sbr_tables_ptr->ps_tables_ptr->scale_factors; in ixheaacd_init_rot_env()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c453 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()