Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf); argument
39 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf,
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()
Dvp9_reconinter.h36 const struct scale_factors *sf,
43 const struct scale_factors *sf) { in scaled_buffer_offset()
52 const struct scale_factors *scale, in setup_pred_plane()
65 const struct scale_factors *sf);
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_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()
257 const struct scale_factors *const sf = &xd->block_refs[ref]->sf; in dec_build_inter_predictors()
431 const struct scale_factors *sf) { in vp9_setup_pre_planes()
Dvp9_blockd.h201 struct scale_factors sf;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c55 char scale_factors[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_scale_factors member
342 const char *scale_factors) { in parse_scale_factors() argument
353 if (scale_factors == NULL || strlen(scale_factors) == 0) { in parse_scale_factors()
356 input_string = strdup(scale_factors); in parse_scale_factors()
485 const char *scale_factors) { in vpx_svc_set_scale_factors() argument
487 if (svc_ctx == NULL || scale_factors == NULL || si == NULL) { in vpx_svc_set_scale_factors()
490 strncpy(si->scale_factors, scale_factors, sizeof(si->scale_factors)); in vpx_svc_set_scale_factors()
491 si->scale_factors[sizeof(si->scale_factors) - 1] = '\0'; in vpx_svc_set_scale_factors()
535 res = parse_scale_factors(svc_ctx, si->scale_factors); in vpx_svc_init()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dsvc_context.h76 const char *scale_factors);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_temporal_filter.c41 struct scale_factors *scale, in temporal_filter_predictors_mb_c()
194 struct scale_factors *scale) { in temporal_filter_iterate_c()
388 struct scale_factors sf; in vp9_temporal_filter_prepare()
Dvp9_rdopt.c2296 const struct scale_factors *scale, in setup_pred_block()
2297 const struct scale_factors *scale_uv) { in setup_pred_block()
2331 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in vp9_setup_buffer_inter()
Dvp9_encodeframe.c487 const struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf; in choose_partitioning()