Home
last modified time | relevance | path

Searched defs:sf (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_scale.c15 static INLINE int scaled_x(int val, const struct scale_factors *sf) { in scaled_x()
19 static INLINE int scaled_y(int val, const struct scale_factors *sf) { in scaled_y()
23 static int unscaled_value(int val, const struct scale_factors *sf) { in unscaled_value()
44 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) { in vp9_scale_mv()
54 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf, in vp9_setup_scale_factors_for_frame()
Dvp9_scale.h43 static INLINE int vp9_is_valid_scale(const struct scale_factors *sf) { in vp9_is_valid_scale()
48 static INLINE int vp9_is_scaled(const struct scale_factors *sf) { in vp9_is_scaled()
Dvp9_reconinter.c70 const struct scale_factors *sf, in inter_predictor()
82 const struct scale_factors *sf, in vp9_build_inter_predictor()
153 const struct scale_factors *const sf = &xd->block_refs[ref]->sf; in build_inter_predictors() local
257 const struct scale_factors *const sf = &xd->block_refs[ref]->sf; in dec_build_inter_predictors() local
431 const struct scale_factors *sf) { in vp9_setup_pre_planes()
Dvp9_reconinter.h43 const struct scale_factors *sf) { in scaled_buffer_offset()
Dvp9_blockd.h201 struct scale_factors sf; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_speed_features.c45 SPEED_FEATURES *sf, in set_good_speed_feature()
148 SPEED_FEATURES *sf, in set_rt_speed_feature()
284 SPEED_FEATURES *const sf = &cpi->sf; in vp9_set_speed_features() local
Dvp9_temporal_filter.c388 struct scale_factors sf; in vp9_temporal_filter_prepare() local
Dvp9_onyx_if.c507 const SPEED_FEATURES *const sf = &cpi->sf; in set_rd_speed_thresholds_sub8x8() local
2547 const SPEED_FEATURES *const sf = &cpi->sf; local
Dvp9_onyx_int.h407 SPEED_FEATURES sf; member
Dvp9_encodeframe.c487 const struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf; in choose_partitioning() local
Dvp9_rdopt.c2331 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in vp9_setup_buffer_inter() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c179 static void sf_create_index(struct Superframe *sf) { in sf_create_index()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c751 SPEED_FEATURES *sf = &cpi->sf; in vp8_set_speed_features() local
Donyx_int.h495 SPEED_FEATURES sf; member