Home
last modified time | relevance | path

Searched refs:dgd8 (Results 1 – 13 of 13) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c281 const int32_t *B, int buf_stride, const void *dgd8, in final_filter() argument
287 highbd ? (const uint8_t *)CONVERT_TO_SHORTPTR(dgd8) : dgd8; in final_filter()
454 const void *dgd8, int dgd_stride, int width, in final_filter_fast() argument
465 highbd ? (const uint8_t *)CONVERT_TO_SHORTPTR(dgd8) : dgd8; in final_filter_fast()
504 int av1_selfguided_restoration_sse4_1(const uint8_t *dgd8, int width, in av1_selfguided_restoration_sse4_1() argument
548 const uint8_t *dgd0 = dgd8 - dgd_diag_border; in av1_selfguided_restoration_sse4_1()
571 final_filter_fast(flt0, flt_stride, A, B, buf_stride, dgd8, dgd_stride, in av1_selfguided_restoration_sse4_1()
578 final_filter(flt1, flt_stride, A, B, buf_stride, dgd8, dgd_stride, width, in av1_selfguided_restoration_sse4_1()
Dselfguided_avx2.c325 const int32_t *B, int buf_stride, const void *dgd8, in final_filter() argument
331 highbd ? (const uint8_t *)CONVERT_TO_SHORTPTR(dgd8) : dgd8; in final_filter()
495 const void *dgd8, int dgd_stride, int width, in final_filter_fast() argument
506 highbd ? (const uint8_t *)CONVERT_TO_SHORTPTR(dgd8) : dgd8; in final_filter_fast()
549 int av1_selfguided_restoration_avx2(const uint8_t *dgd8, int width, int height, in av1_selfguided_restoration_avx2() argument
596 const uint8_t *dgd0 = dgd8 - dgd_diag_border; in av1_selfguided_restoration_avx2()
619 final_filter_fast(flt0, flt_stride, A, B, buf_stride, dgd8, dgd_stride, in av1_selfguided_restoration_avx2()
626 final_filter(flt1, flt_stride, A, B, buf_stride, dgd8, dgd_stride, width, in av1_selfguided_restoration_avx2()
/external/libaom/libaom/test/
Dwiener_test.cc292 static void compute_stats_highbd_win_opt_c(int wiener_win, const uint8_t *dgd8, in compute_stats_highbd_win_opt_c() argument
304 const uint16_t *dgd = CONVERT_TO_SHORTPTR(dgd8); in compute_stats_highbd_win_opt_c()
444 const uint8_t *dgd8 = CONVERT_TO_BYTEPTR( in RunWienerTest() local
451 av1_compute_stats_highbd_c(wiener_win, dgd8, src8, h_start, h_end, in RunWienerTest()
459 target_func_(wiener_win, dgd8, src8, h_start, h_end, v_start, v_end, in RunWienerTest()
512 const uint8_t *dgd8 = CONVERT_TO_BYTEPTR( in RunWienerTest_ExtremeValues() local
516 av1_compute_stats_highbd_c(wiener_win, dgd8, src8, h_start, h_end, v_start, in RunWienerTest_ExtremeValues()
520 target_func_(wiener_win, dgd8, src8, h_start, h_end, v_start, v_end, in RunWienerTest_ExtremeValues()
Dpickrst_test.cc268 uint8_t *dgd8 = CONVERT_TO_BYTEPTR(dgd_); in RunPixelProjErrorTest() local
275 src8, h_end, v_end, src_stride, dgd8, dgd_stride, flt0_, flt0_stride, in RunPixelProjErrorTest()
283 target_func_(src8, h_end, v_end, src_stride, dgd8, dgd_stride, flt0_, in RunPixelProjErrorTest()
322 uint8_t *dgd8 = CONVERT_TO_BYTEPTR(dgd_); in RunPixelProjErrorTest_ExtremeValues() local
326 src8, h_end - h_start, v_end - v_start, src_stride, dgd8, dgd_stride, in RunPixelProjErrorTest_ExtremeValues()
330 dgd8, dgd_stride, flt0_, flt0_stride, flt1_, in RunPixelProjErrorTest_ExtremeValues()
/external/libaom/libaom/av1/common/
Dav1_rtcd_defs.pl329 …add_proto qw/void av1_compute_stats/, "int wiener_win, const uint8_t *dgd8, const uint8_t *src8, …
333 …add_proto qw/void av1_compute_stats_highbd/, "int wiener_win, const uint8_t *dgd8, const uint8_t …
405 add_proto qw/int av1_selfguided_restoration/, "const uint8_t *dgd8, int width, int height,
Drestoration.c871 int av1_selfguided_restoration_c(const uint8_t *dgd8, int width, int height, in av1_selfguided_restoration_c() argument
881 const uint16_t *dgd16 = CONVERT_TO_SHORTPTR(dgd8); in av1_selfguided_restoration_c()
890 dgd32[i * dgd32_stride + j] = dgd8[i * dgd_stride + j]; in av1_selfguided_restoration_c()
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_sse4.c215 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_sse4_1() argument
224 const uint16_t *dgd = CONVERT_TO_SHORTPTR(dgd8); in compute_stats_highbd_win7_opt_sse4_1()
315 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_sse4_1() argument
324 const uint16_t *dgd = CONVERT_TO_SHORTPTR(dgd8); in compute_stats_highbd_win5_opt_sse4_1()
372 void av1_compute_stats_highbd_sse4_1(int wiener_win, const uint8_t *dgd8, in av1_compute_stats_highbd_sse4_1() argument
378 compute_stats_highbd_win7_opt_sse4_1(dgd8, src8, h_start, h_end, v_start, in av1_compute_stats_highbd_sse4_1()
382 compute_stats_highbd_win5_opt_sse4_1(dgd8, src8, h_start, h_end, v_start, in av1_compute_stats_highbd_sse4_1()
386 av1_compute_stats_highbd_c(wiener_win, dgd8, src8, h_start, h_end, v_start, in av1_compute_stats_highbd_sse4_1()
Dpickrst_avx2.c208 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_avx2() argument
217 const uint16_t *dgd = CONVERT_TO_SHORTPTR(dgd8); in compute_stats_highbd_win7_opt_avx2()
308 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_avx2() argument
317 const uint16_t *dgd = CONVERT_TO_SHORTPTR(dgd8); in compute_stats_highbd_win5_opt_avx2()
366 void av1_compute_stats_highbd_avx2(int wiener_win, const uint8_t *dgd8, in av1_compute_stats_highbd_avx2() argument
372 compute_stats_highbd_win7_opt_avx2(dgd8, src8, h_start, h_end, v_start, in av1_compute_stats_highbd_avx2()
376 compute_stats_highbd_win5_opt_avx2(dgd8, src8, h_start, h_end, v_start, in av1_compute_stats_highbd_avx2()
380 av1_compute_stats_highbd_c(wiener_win, dgd8, src8, h_start, h_end, v_start, in av1_compute_stats_highbd_avx2()
/external/libaom/config/arm64/config/
Dav1_rtcd.h322 int av1_selfguided_restoration_c(const uint8_t *dgd8, int width, int height,
325 int av1_selfguided_restoration_neon(const uint8_t *dgd8, int width, int height,
/external/libaom/config/arm/config/
Dav1_rtcd.h322 int av1_selfguided_restoration_c(const uint8_t *dgd8, int width, int height,
325 int av1_selfguided_restoration_neon(const uint8_t *dgd8, int width, int height,
/external/libaom/config/x86/config/
Dav1_rtcd.h327 int av1_selfguided_restoration_c(const uint8_t *dgd8, int width, int height,
/external/libaom/config/x86_64/config/
Dav1_rtcd.h330 int av1_selfguided_restoration_c(const uint8_t *dgd8, int width, int height,
/external/libaom/libaom/av1/encoder/
Dpickrst.c977 void av1_compute_stats_highbd_c(int wiener_win, const uint8_t *dgd8, in av1_compute_stats_highbd_c() argument
987 const uint16_t *dgd = CONVERT_TO_SHORTPTR(dgd8); in av1_compute_stats_highbd_c()