Searched defs:b_height (Results 1 – 3 of 3) sorted by relevance
144 const int b_height = (4 << b_height_log2_lookup[bs]) >> 1; in vp9_denoiser_NxM_sse2_small() local232 const int b_height = (4 << b_height_log2_lookup[bs]); in vp9_denoiser_NxM_sse2_big() local
152 const int b_height = (4 << b_height_log2_lookup[bs]) >> 1; in vp9_denoiser_8xN_neon() local250 const int b_height = (4 << b_height_log2_lookup[bs]); in vp9_denoiser_NxM_neon() local
110 int b_height, int b_stride, uint8_t c) const { in CheckBorder()