HomeSort by relevance Sort by last modified time
    Searched refs:scale_factors (Results 1 - 17 of 17) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 25 struct scale_factors { struct
31 int (*scale_value_x)(int val, const struct scale_factors *sf);
32 int (*scale_value_y)(int val, const struct scale_factors *sf);
40 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
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) {
56 static INLINE int vp9_is_scaled(const struct scale_factors *sf) {
vp9_reconinter.h 26 const struct scale_factors *sf, int w, int h,
37 const int subpel_x, const int subpel_y, const struct scale_factors *sf,
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) {
86 const struct scale_factors *scale,
100 const struct scale_factors *sf);
vp9_scale.c 16 static INLINE int scaled_x(int val, const struct scale_factors *sf) {
20 static INLINE int scaled_y(int val, const struct scale_factors *sf) {
24 static int unscaled_value(int val, const struct scale_factors *sf) {
37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) {
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,
vp9_reconinter.c 25 const MV *src_mv, const struct scale_factors *sf, int w, int h, int ref,
45 const struct scale_factors *sf, int w, int h,
136 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
275 const struct scale_factors *sf) {
vp9_blockd.h 142 struct scale_factors sf;
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.h 191 const struct scale_factors *scale,
192 const struct scale_factors *scale_uv);
vp9_temporal_filter.c 41 uint8_t *pred, struct scale_factors *scale, int x, int y) {
292 struct scale_factors *scale = &arnr_filter_data->sf;
721 struct scale_factors *sf = &arnr_filter_data->sf;
vp9_rd.c 540 const struct scale_factors *scale,
541 const struct scale_factors *scale_uv) {
vp9_encoder.h 450 struct scale_factors sf;
vp9_pickmode.c     [all...]
vp9_speed_features.c 420 const struct scale_factors *const scale_fac =
    [all...]
vp9_rdopt.c     [all...]
  /external/webrtc/talk/media/base/
videoadapter.h 77 float FindScale(const float* scale_factors,
videoadapter.cc 88 float VideoAdapter::FindScale(const float* scale_factors,
100 float scale = scale_factors[i];
  /external/libxaac/decoder/
ixheaacd_sbr_rom.h 155 WORD16 scale_factors[NO_IID_LEVELS]; member in struct:__anon26605
ixheaacd_ps_dec.c 781 p_scale_factors = sbr_tables_ptr->ps_tables_ptr->scale_factors;
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 453 const struct scale_factors *sf, MACROBLOCKD *xd,
478 const struct scale_factors *sf, int w, int h,
495 const struct scale_factors *sf, struct buf_2d *pre_buf,
646 const struct scale_factors *const sf = &ref_buf->sf;
    [all...]

Completed in 358 milliseconds