Home
last modified time | relevance | path

Searched refs:SUBPEL_SHIFTS (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/av1/common/
Dfilter.h87 av1_bilinear_filters[SUBPEL_SHIFTS]) = {
99 av1_sub_pel_filters_8[SUBPEL_SHIFTS]) = {
111 av1_sub_pel_filters_8sharp[SUBPEL_SHIFTS]) = {
123 av1_sub_pel_filters_8smooth[SUBPEL_SHIFTS]) = {
136 { (const int16_t *)av1_sub_pel_filters_8, SUBPEL_TAPS, SUBPEL_SHIFTS,
139 SUBPEL_SHIFTS, EIGHTTAP_SMOOTH },
140 { (const int16_t *)av1_sub_pel_filters_8sharp, SUBPEL_TAPS, SUBPEL_SHIFTS,
142 { (const int16_t *)av1_bilinear_filters, SUBPEL_TAPS, SUBPEL_SHIFTS,
158 av1_sub_pel_filters_4[SUBPEL_SHIFTS]) = {
169 av1_sub_pel_filters_4smooth[SUBPEL_SHIFTS]) = {
[all …]
Dreconinter.h105 assert(sp->subpel_x < SUBPEL_SHIFTS); in revert_scale_extra_bits()
106 assert(sp->subpel_y < SUBPEL_SHIFTS); in revert_scale_extra_bits()
107 assert(sp->xs <= SUBPEL_SHIFTS); in revert_scale_extra_bits()
108 assert(sp->ys <= SUBPEL_SHIFTS); in revert_scale_extra_bits()
233 const int spel_right = spel_left - SUBPEL_SHIFTS; in clamp_mv_to_umv_border_sb()
235 const int spel_bottom = spel_top - SUBPEL_SHIFTS; in clamp_mv_to_umv_border_sb()
Dconvolve.c479 assert(x_filter_idx < SUBPEL_SHIFTS); in av1_convolve_2d_scale_c()
501 assert(y_filter_idx < SUBPEL_SHIFTS); in av1_convolve_2d_scale_c()
981 assert(x_filter_idx < SUBPEL_SHIFTS); in av1_highbd_convolve_2d_scale_c()
1003 assert(y_filter_idx < SUBPEL_SHIFTS); in av1_highbd_convolve_2d_scale_c()
/external/libvpx/libvpx/vp9/common/
Dvp9_filter.c16 bilinear_filters[SUBPEL_SHIFTS]) = {
29 sub_pel_filters_8[SUBPEL_SHIFTS]) = {
42 sub_pel_filters_8s[SUBPEL_SHIFTS]) = {
55 sub_pel_filters_8lp[SUBPEL_SHIFTS]) = {
68 sub_pel_filters_4[SUBPEL_SHIFTS]) = {
Dvp9_reconinter.c96 const int spel_right = spel_left - SUBPEL_SHIFTS; in clamp_mv_to_umv_border_sb()
98 const int spel_bottom = spel_top - SUBPEL_SHIFTS; in clamp_mv_to_umv_border_sb()
/external/libvpx/libvpx/vpx_dsp/
Dvpx_filter.h25 #define SUBPEL_SHIFTS (1 << SUBPEL_BITS) macro
/external/libaom/libaom/test/
Dav1_convolve_scale_test.cc59 coeffs_.resize(n * SUBPEL_SHIFTS + 8); in set()
87 for (int k = 1; k < SUBPEL_SHIFTS; ++k) { in set()
100 for (int i = 0; i < 8; ++i) coeffs_[n * SUBPEL_SHIFTS + i] = 123 + i; in set()
106 params_.subpel_shifts = SUBPEL_SHIFTS; in set()
/external/libaom/libaom/aom_dsp/
Daom_filter.h25 #define SUBPEL_SHIFTS (1 << SUBPEL_BITS) macro
/external/libaom/libaom/av1/common/x86/
Dav1_convolve_scale_sse4.c39 assert(filter_idx < SUBPEL_SHIFTS); in hfilter8()
140 assert(filter_idx < SUBPEL_SHIFTS); in vfilter8()
278 assert(filter_idx < SUBPEL_SHIFTS); in highbd_hfilter8()
372 assert(filter_idx < SUBPEL_SHIFTS); in highbd_vfilter8()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c652 if (subpel_x || (sf->x_step_q4 != SUBPEL_SHIFTS)) { in dec_build_inter_predictors()
658 if (subpel_y || (sf->y_step_q4 != SUBPEL_SHIFTS)) { in dec_build_inter_predictors()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c497 if (subpel_x_mv || (sf->x_step_q4 != SUBPEL_SHIFTS)) { in update_extend_mc_border_params()
503 if (subpel_y_mv || (sf->y_step_q4 != SUBPEL_SHIFTS)) { in update_extend_mc_border_params()