Searched refs:scale_factors (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 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()
|
D | vp9_reconinter.h | 36 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);
|
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_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() 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()
|
D | vp9_blockd.h | 201 struct scale_factors sf;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | svc_encodeframe.c | 55 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/ |
D | svc_context.h | 76 const char *scale_factors);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 41 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()
|
D | vp9_rdopt.c | 2296 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()
|
D | vp9_encodeframe.c | 487 const struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf; in choose_partitioning()
|