Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_filter.h27 #define SUBPEL_SHIFTS (1 << SUBPEL_BITS) macro
43 vp9_bilinear_filters[SUBPEL_SHIFTS]);
45 vp9_sub_pel_filters_8[SUBPEL_SHIFTS]);
47 vp9_sub_pel_filters_8s[SUBPEL_SHIFTS]);
49 vp9_sub_pel_filters_8lp[SUBPEL_SHIFTS]);
Dvp9_filter.c15 const InterpKernel vp9_bilinear_filters[SUBPEL_SHIFTS] = {
35 const InterpKernel vp9_sub_pel_filters_8[SUBPEL_SHIFTS] = {
55 const InterpKernel vp9_sub_pel_filters_8s[SUBPEL_SHIFTS] = {
75 const InterpKernel vp9_sub_pel_filters_8lp[SUBPEL_SHIFTS] = {
Dvp9_reconinter.c123 const int spel_right = spel_left - SUBPEL_SHIFTS; in clamp_mv_to_umv_border_sb()
125 const int spel_bottom = spel_top - SUBPEL_SHIFTS; in clamp_mv_to_umv_border_sb()