Home
last modified time | relevance | path

Searched defs:b_height (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_denoiser_sse2.c144 const int b_height = (4 << b_height_log2_lookup[bs]) >> 1; in vp9_denoiser_NxM_sse2_small() local
232 const int b_height = (4 << b_height_log2_lookup[bs]); in vp9_denoiser_NxM_sse2_big() local
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_denoiser_neon.c152 const int b_height = (4 << b_height_log2_lookup[bs]) >> 1; in vp9_denoiser_8xN_neon() local
250 const int b_height = (4 << b_height_log2_lookup[bs]); in vp9_denoiser_NxM_neon() local
/external/libvpx/libvpx/test/
Dpredict_test.cc110 int b_height, int b_stride, uint8_t c) const { in CheckBorder()