OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP9_INTERP_EXTEND
(Results
1 - 13
of
13
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mvref_common.h
20
#define LEFT_TOP_MARGIN ((VP9_ENC_BORDER_IN_PIXELS -
VP9_INTERP_EXTEND
) << 3)
22
VP9_INTERP_EXTEND
) << 3)
vp9_reconinter.c
122
const int spel_left = (
VP9_INTERP_EXTEND
+ bw) << SUBPEL_BITS;
124
const int spel_top = (
VP9_INTERP_EXTEND
+ bh) << SUBPEL_BITS;
356
x0 -=
VP9_INTERP_EXTEND
- 1;
357
x1 +=
VP9_INTERP_EXTEND
;
362
y0 -=
VP9_INTERP_EXTEND
- 1;
363
y1 +=
VP9_INTERP_EXTEND
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h
23
#define
VP9_INTERP_EXTEND
4
/external/libvpx/libvpx/vpx_scale/
yv12config.h
25
#define
VP9_INTERP_EXTEND
4
/external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h
20
#define LEFT_TOP_MARGIN ((VP9_ENC_BORDER_IN_PIXELS -
VP9_INTERP_EXTEND
) << 3)
22
VP9_INTERP_EXTEND
) << 3)
vp9_reconinter.c
113
const int spel_left = (
VP9_INTERP_EXTEND
+ bw) << SUBPEL_BITS;
115
const int spel_top = (
VP9_INTERP_EXTEND
+ bh) << SUBPEL_BITS;
/external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h
32
#define BORDER_MV_PIXELS_B16 (16 +
VP9_INTERP_EXTEND
)
vp9_temporal_filter.c
321
// then be 16 -
VP9_INTERP_EXTEND
. The UV blocks are half the size of the
323
// can support is 8 -
VP9_INTERP_EXTEND
. A UV mv is half of a Y mv.
324
// (16 -
VP9_INTERP_EXTEND
) >> 1 which is greater than
325
// 8 -
VP9_INTERP_EXTEND
.
327
// can be on a border is therefore 16 - (2*
VP9_INTERP_EXTEND
+1).
328
cpi->td.mb.mv_row_min = -((mb_row * 16) + (17 - 2 *
VP9_INTERP_EXTEND
));
330
+ (17 - 2 *
VP9_INTERP_EXTEND
);
339
cpi->td.mb.mv_col_min = -((mb_col * 16) + (17 - 2 *
VP9_INTERP_EXTEND
));
341
+ (17 - 2 *
VP9_INTERP_EXTEND
);
vp9_encodeframe.c
205
x->mv_row_min = -(((mi_row + mi_height) * MI_SIZE) +
VP9_INTERP_EXTEND
);
206
x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) +
VP9_INTERP_EXTEND
);
207
x->mv_row_max = (cm->mi_rows - mi_row) * MI_SIZE +
VP9_INTERP_EXTEND
;
208
x->mv_col_max = (cm->mi_cols - mi_col) * MI_SIZE +
VP9_INTERP_EXTEND
;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.h
32
#define BORDER_MV_PIXELS_B16 (16 +
VP9_INTERP_EXTEND
)
vp9_temporal_filter.c
227
// then be 16 -
VP9_INTERP_EXTEND
. The UV blocks are half the size of the
229
// can support is 8 -
VP9_INTERP_EXTEND
. A UV mv is half of a Y mv.
230
// (16 -
VP9_INTERP_EXTEND
) >> 1 which is greater than
231
// 8 -
VP9_INTERP_EXTEND
.
233
// can be on a border is therefore 16 - (2*
VP9_INTERP_EXTEND
+1).
234
cpi->mb.mv_row_min = -((mb_row * 16) + (17 - 2 *
VP9_INTERP_EXTEND
));
236
+ (17 - 2 *
VP9_INTERP_EXTEND
);
247
cpi->mb.mv_col_min = -((mb_col * 16) + (17 - 2 *
VP9_INTERP_EXTEND
));
249
+ (17 - 2 *
VP9_INTERP_EXTEND
);
vp9_encodeframe.c
235
x->mv_row_min = -(((mi_row + mi_height) * MI_SIZE) +
VP9_INTERP_EXTEND
);
236
x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) +
VP9_INTERP_EXTEND
);
237
x->mv_row_max = (cm->mi_rows - mi_row) * MI_SIZE +
VP9_INTERP_EXTEND
;
238
x->mv_col_max = (cm->mi_cols - mi_col) * MI_SIZE +
VP9_INTERP_EXTEND
;
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
647
x0 -=
VP9_INTERP_EXTEND
- 1;
648
x1 +=
VP9_INTERP_EXTEND
;
653
y0 -=
VP9_INTERP_EXTEND
- 1;
654
y1 +=
VP9_INTERP_EXTEND
;
[
all
...]
Completed in 93 milliseconds