Searched refs:kSgrProjParams (Results 1 – 9 of 9) sorted by relevance
183 const uint8_t kSgrProjParams[1 << kSgrProjParamsBits][4] = { variable
761 extern const uint8_t kSgrProjParams[1 << kSgrProjParamsBits][4];
207 const uint8_t radius = kSgrProjParams[sgr_proj_index][i * 2]; in ReadSgrProjInfo()
876 const int radius_pass_0 = kSgrProjParams[index][0]; // 2 or 0 in SelfGuidedFilter_C()877 const int radius_pass_1 = kSgrProjParams[index][2]; // 1 or 0 in SelfGuidedFilter_C()
2474 const int radius_pass_0 = kSgrProjParams[index][0]; // 2 or 0 in SelfGuidedFilter_SSE4_1()2475 const int radius_pass_1 = kSgrProjParams[index][2]; // 1 or 0 in SelfGuidedFilter_SSE4_1()
2519 const int radius_pass_0 = kSgrProjParams[index][0]; // 2 or 0 in SelfGuidedFilter_SSE4_1()2520 const int radius_pass_1 = kSgrProjParams[index][2]; // 1 or 0 in SelfGuidedFilter_SSE4_1()
3106 const int radius_pass_0 = kSgrProjParams[index][0]; // 2 or 0 in SelfGuidedFilter_AVX2()3107 const int radius_pass_1 = kSgrProjParams[index][2]; // 1 or 0 in SelfGuidedFilter_AVX2()
2889 const int radius_pass_0 = kSgrProjParams[index][0]; // 2 or 0 in SelfGuidedFilter_AVX2()2890 const int radius_pass_1 = kSgrProjParams[index][2]; // 1 or 0 in SelfGuidedFilter_AVX2()
2405 const int radius_pass_0 = kSgrProjParams[index][0]; // 2 or 0 in SelfGuidedFilter_NEON()2406 const int radius_pass_1 = kSgrProjParams[index][2]; // 1 or 0 in SelfGuidedFilter_NEON()