Home
last modified time | relevance | path

Searched refs:SGRPROJ_SGR_BITS (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c284 round_for_shift(SGRPROJ_SGR_BITS + nb - SGRPROJ_RST_BITS); in final_filter()
299 SGRPROJ_SGR_BITS + nb - SGRPROJ_RST_BITS); in final_filter()
458 round_for_shift(SGRPROJ_SGR_BITS + nb0 - SGRPROJ_RST_BITS); in final_filter_fast()
460 round_for_shift(SGRPROJ_SGR_BITS + nb1 - SGRPROJ_RST_BITS); in final_filter_fast()
479 SGRPROJ_SGR_BITS + nb0 - SGRPROJ_RST_BITS); in final_filter_fast()
494 SGRPROJ_SGR_BITS + nb1 - SGRPROJ_RST_BITS); in final_filter_fast()
Dselfguided_avx2.c329 round_for_shift(SGRPROJ_SGR_BITS + nb - SGRPROJ_RST_BITS); in final_filter()
345 SGRPROJ_SGR_BITS + nb - SGRPROJ_RST_BITS); in final_filter()
501 round_for_shift(SGRPROJ_SGR_BITS + nb0 - SGRPROJ_RST_BITS); in final_filter_fast()
503 round_for_shift(SGRPROJ_SGR_BITS + nb1 - SGRPROJ_RST_BITS); in final_filter_fast()
524 SGRPROJ_SGR_BITS + nb0 - SGRPROJ_RST_BITS); in final_filter_fast()
541 SGRPROJ_SGR_BITS + nb1 - SGRPROJ_RST_BITS); in final_filter_fast()
/external/libaom/libaom/av1/common/
Drestoration.h99 #define SGRPROJ_SGR_BITS 8 macro
100 #define SGRPROJ_SGR (1 << SGRPROJ_SGR_BITS)
Drestoration.c798 ROUND_POWER_OF_TWO(v, SGRPROJ_SGR_BITS + nb - SGRPROJ_RST_BITS); in selfguided_restoration_fast_internal()
810 ROUND_POWER_OF_TWO(v, SGRPROJ_SGR_BITS + nb - SGRPROJ_RST_BITS); in selfguided_restoration_fast_internal()
857 dst[m] = ROUND_POWER_OF_TWO(v, SGRPROJ_SGR_BITS + nb - SGRPROJ_RST_BITS); in selfguided_restoration_internal()
/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c1021 assert(SGRPROJ_SGR_BITS == 8); in final_filter_fast_internal()
1048 vrshrq_n_s32(a_res0, SGRPROJ_SGR_BITS + NB_EVEN - SGRPROJ_RST_BITS); in final_filter_fast_internal()
1050 vrshrq_n_s32(a_res1, SGRPROJ_SGR_BITS + NB_EVEN - SGRPROJ_RST_BITS); in final_filter_fast_internal()
1074 vrshrq_n_s32(a_res0, SGRPROJ_SGR_BITS + NB_ODD - SGRPROJ_RST_BITS); in final_filter_fast_internal()
1076 vrshrq_n_s32(a_res1, SGRPROJ_SGR_BITS + NB_ODD - SGRPROJ_RST_BITS); in final_filter_fast_internal()
1104 assert(SGRPROJ_SGR_BITS == 8); in final_filter_internal()
1126 vrshrq_n_s32(a_res0, SGRPROJ_SGR_BITS + NB_EVEN - SGRPROJ_RST_BITS); in final_filter_internal()
1128 vrshrq_n_s32(a_res1, SGRPROJ_SGR_BITS + NB_EVEN - SGRPROJ_RST_BITS); in final_filter_internal()