Searched refs:kernel5 (Results 1 – 2 of 2) sorted by relevance
37 static const int16_t kernel5[] = { 1, 1, 4, 1, 1 }; variable62 kernel += kernel5[2 + i] * p_src[col + i * pitch]; in vp9_highbd_post_proc_down_and_across_c()86 kernel += kernel5[2 + i] * p_src[col + i]; in vp9_highbd_post_proc_down_and_across_c()
11 kernel __attribute__((vec_type_hint(int))) __attribute__((vec_type_hint(float))) void kernel5() {} …