Searched defs:sf (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_scale.c | 15 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()
|
D | vp9_scale.h | 43 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()
|
D | vp9_reconinter.c | 70 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()
|
D | vp9_reconinter.h | 43 const struct scale_factors *sf) { in scaled_buffer_offset()
|
D | vp9_blockd.h | 201 struct scale_factors sf; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_speed_features.c | 45 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
|
D | vp9_temporal_filter.c | 388 struct scale_factors sf; in vp9_temporal_filter_prepare() local
|
D | vp9_onyx_if.c | 507 const SPEED_FEATURES *const sf = &cpi->sf; in set_rd_speed_thresholds_sub8x8() local 2547 const SPEED_FEATURES *const sf = &cpi->sf; local
|
D | vp9_onyx_int.h | 407 SPEED_FEATURES sf; member
|
D | vp9_encodeframe.c | 487 const struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf; in choose_partitioning() local
|
D | vp9_rdopt.c | 2331 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/ |
D | svc_encodeframe.c | 179 static void sf_create_index(struct Superframe *sf) { in sf_create_index()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 751 SPEED_FEATURES *sf = &cpi->sf; in vp8_set_speed_features() local
|
D | onyx_int.h | 495 SPEED_FEATURES sf; member
|