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.c280 const int32_t *B, int buf_stride, const void *dgd8, in final_filter() argument
286 highbd ? (const uint8_t *)CONVERT_TO_SHORTPTR(dgd8) : dgd8; in final_filter()
452 const void *dgd8, int dgd_stride, int width, in final_filter_fast() argument
463 highbd ? (const uint8_t *)CONVERT_TO_SHORTPTR(dgd8) : dgd8; in final_filter_fast()
502 int av1_selfguided_restoration_sse4_1(const uint8_t *dgd8, int width, in av1_selfguided_restoration_sse4_1() argument
546 const uint8_t *dgd0 = dgd8 - dgd_diag_border; in av1_selfguided_restoration_sse4_1()
569 final_filter_fast(flt0, flt_stride, A, B, buf_stride, dgd8, dgd_stride, in av1_selfguided_restoration_sse4_1()
576 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/
Dpickrst_test.cc267 uint8_t *dgd8 = CONVERT_TO_BYTEPTR(dgd_); in RunPixelProjErrorTest() local
274 src8, h_end, v_end, src_stride, dgd8, dgd_stride, flt0_, flt0_stride, in RunPixelProjErrorTest()
282 target_func_(src8, h_end, v_end, src_stride, dgd8, dgd_stride, flt0_, in RunPixelProjErrorTest()
321 uint8_t *dgd8 = CONVERT_TO_BYTEPTR(dgd_); in RunPixelProjErrorTest_ExtremeValues() local
325 src8, h_end - h_start, v_end - v_start, src_stride, dgd8, dgd_stride, in RunPixelProjErrorTest_ExtremeValues()
329 dgd8, dgd_stride, flt0_, flt0_stride, flt1_, in RunPixelProjErrorTest_ExtremeValues()
Dwiener_test.cc290 static void compute_stats_highbd_win_opt_c(int wiener_win, const uint8_t *dgd8, in compute_stats_highbd_win_opt_c() argument
302 const uint16_t *dgd = CONVERT_TO_SHORTPTR(dgd8); in compute_stats_highbd_win_opt_c()
442 const uint8_t *dgd8 = CONVERT_TO_BYTEPTR( in RunWienerTest() local
449 av1_compute_stats_highbd_c(wiener_win, dgd8, src8, h_start, h_end, in RunWienerTest()
457 target_func_(wiener_win, dgd8, src8, h_start, h_end, v_start, v_end, in RunWienerTest()
510 const uint8_t *dgd8 = CONVERT_TO_BYTEPTR( in RunWienerTest_ExtremeValues() local
514 av1_compute_stats_highbd_c(wiener_win, dgd8, src8, h_start, h_end, v_start, in RunWienerTest_ExtremeValues()
518 target_func_(wiener_win, dgd8, src8, h_start, h_end, v_start, v_end, in RunWienerTest_ExtremeValues()
/external/libaom/libaom/av1/common/
Dav1_rtcd_defs.pl300 …add_proto qw/void av1_compute_stats/, "int wiener_win, const uint8_t *dgd8, const uint8_t *src8, …
303 …add_proto qw/void av1_compute_stats_highbd/, "int wiener_win, const uint8_t *dgd8, const uint8_t …
356 add_proto qw/int av1_selfguided_restoration/, "const uint8_t *dgd8, int width, int height,
Drestoration.c862 int av1_selfguided_restoration_c(const uint8_t *dgd8, int width, int height, in av1_selfguided_restoration_c() argument
872 const uint16_t *dgd16 = CONVERT_TO_SHORTPTR(dgd8); in av1_selfguided_restoration_c()
881 dgd32[i * dgd32_stride + j] = dgd8[i * dgd_stride + j]; in av1_selfguided_restoration_c()
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_avx2.c205 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_avx2() argument
214 const uint16_t *dgd = CONVERT_TO_SHORTPTR(dgd8); in compute_stats_highbd_win7_opt_avx2()
305 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_avx2() argument
314 const uint16_t *dgd = CONVERT_TO_SHORTPTR(dgd8); in compute_stats_highbd_win5_opt_avx2()
361 void av1_compute_stats_highbd_avx2(int wiener_win, const uint8_t *dgd8, in av1_compute_stats_highbd_avx2() argument
367 compute_stats_highbd_win7_opt_avx2(dgd8, src8, h_start, h_end, v_start, in av1_compute_stats_highbd_avx2()
371 compute_stats_highbd_win5_opt_avx2(dgd8, src8, h_start, h_end, v_start, in av1_compute_stats_highbd_avx2()
375 av1_compute_stats_highbd_c(wiener_win, dgd8, src8, h_start, h_end, v_start, in av1_compute_stats_highbd_avx2()
Dpickrst_sse4.c214 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_sse4_1() argument
223 const uint16_t *dgd = CONVERT_TO_SHORTPTR(dgd8); in compute_stats_highbd_win7_opt_sse4_1()
314 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_sse4_1() argument
323 const uint16_t *dgd = CONVERT_TO_SHORTPTR(dgd8); in compute_stats_highbd_win5_opt_sse4_1()
371 void av1_compute_stats_highbd_sse4_1(int wiener_win, const uint8_t *dgd8, in av1_compute_stats_highbd_sse4_1() argument
377 compute_stats_highbd_win7_opt_sse4_1(dgd8, src8, h_start, h_end, v_start, in av1_compute_stats_highbd_sse4_1()
381 compute_stats_highbd_win5_opt_sse4_1(dgd8, src8, h_start, h_end, v_start, in av1_compute_stats_highbd_sse4_1()
385 av1_compute_stats_highbd_c(wiener_win, dgd8, src8, h_start, h_end, v_start, in av1_compute_stats_highbd_sse4_1()
/external/libaom/config/arm/config/
Dav1_rtcd.h278 int av1_selfguided_restoration_c(const uint8_t *dgd8, int width, int height,
281 int av1_selfguided_restoration_neon(const uint8_t *dgd8, int width, int height,
/external/libaom/config/arm64/config/
Dav1_rtcd.h278 int av1_selfguided_restoration_c(const uint8_t *dgd8, int width, int height,
281 int av1_selfguided_restoration_neon(const uint8_t *dgd8, int width, int height,
/external/libaom/config/x86/config/
Dav1_rtcd.h282 int av1_selfguided_restoration_c(const uint8_t *dgd8, int width, int height,
/external/libaom/libaom/av1/encoder/
Dpickrst.c711 void av1_compute_stats_highbd_c(int wiener_win, const uint8_t *dgd8, in av1_compute_stats_highbd_c() argument
721 const uint16_t *dgd = CONVERT_TO_SHORTPTR(dgd8); in av1_compute_stats_highbd_c()
/external/libaom/config/x86_64/config/
Dav1_rtcd.h285 int av1_selfguided_restoration_c(const uint8_t *dgd8, int width, int height,