Home
last modified time | relevance | path

Searched defs:width_hor (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vp9/encoder/arm/neon/
Dvp9_frame_scale_neon.c189 const int width_hor = (w + 3) & ~3; in scale_plane_2_to_1_general() local
305 const int width_hor = (w + 1) & ~1; in scale_plane_4_to_1_general() local
429 const int width_hor = (w + 5) - ((w + 5) % 6); in scale_plane_4_to_3_bilinear() local
571 const int width_hor = (w + 5) - ((w + 5) % 6); in scale_plane_4_to_3_general() local
/external/libvpx/vp9/encoder/x86/
Dvp9_frame_scale_ssse3.c229 const int width_hor = (w + 3) & ~3; in scale_plane_2_to_1_general() local
345 const int width_hor = (w + 1) & ~1; in scale_plane_4_to_1_general() local
454 const int width_hor = (w + 5) - ((w + 5) % 6); in scale_plane_4_to_3_general() local
/external/libaom/av1/common/x86/
Dresize_ssse3.c291 const int width_hor = (w + 1) & ~1; in scale_plane_4_to_1_general() local
392 const int width_hor = (w + 3) & ~3; in scale_plane_2_to_1_general() local
516 const int width_hor = (w + 5) - ((w + 5) % 6); in scale_plane_4_to_3_general() local
/external/libaom/av1/common/arm/
Dresize_neon.c227 const int width_hor = (w + 3) & ~3; in scale_plane_2_to_1_general() local
344 const int width_hor = (w + 1) & ~1; in scale_plane_4_to_1_general() local
476 const int width_hor = (w + 5) - ((w + 5) % 6); in scale_plane_4_to_3_bilinear() local
618 const int width_hor = (w + 5) - ((w + 5) % 6); in scale_plane_4_to_3_general() local