Home
last modified time | relevance | path

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

/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]) = {
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.h24 #define SUBPEL_SHIFTS (1 << SUBPEL_BITS) macro
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c584 if (subpel_x || (sf->x_step_q4 != SUBPEL_SHIFTS)) { in dec_build_inter_predictors()
590 if (subpel_y || (sf->y_step_q4 != SUBPEL_SHIFTS)) { in dec_build_inter_predictors()