/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_loopfilter_16_neon.c | 19 const uint8_t *thresh1) { in vp9_lpf_horizontal_8_dual_neon() argument 21 vp9_lpf_horizontal_8(s + 8, p, blimit1, limit1, thresh1, 1); in vp9_lpf_horizontal_8_dual_neon() 30 const uint8_t *thresh1) { in vp9_lpf_vertical_4_dual_neon() argument 32 vp9_lpf_vertical_4_neon(s + 8 * p, p, blimit1, limit1, thresh1, 1); in vp9_lpf_vertical_4_dual_neon() 41 const uint8_t *thresh1) { in vp9_lpf_vertical_8_dual_neon() argument 43 vp9_lpf_vertical_8_neon(s + 8 * p, p, blimit1, limit1, thresh1, 1); in vp9_lpf_vertical_8_dual_neon()
|
D | vp9_loopfilter_16_neon.asm | 22 ; const uint8_t *thresh1) 30 ; sp+12 const uint8_t *thresh1, 45 ldr r12, [sp, #16] ; load thresh1 51 vld1.8 {d5}, [r12] ; load thresh1 to 2nd half q
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_loopfilter_filters_dspr2.c | 316 const uint8_t *thresh1) { in vp9_lpf_horizontal_4_dual_dspr2() argument 318 vp9_lpf_horizontal_4_dspr2(s + 8, p, blimit1, limit1, thresh1, 1); in vp9_lpf_horizontal_4_dual_dspr2() 327 const uint8_t *thresh1) { in vp9_lpf_horizontal_8_dual_dspr2() argument 329 vp9_lpf_horizontal_8_dspr2(s + 8, p, blimit1, limit1, thresh1, 1); in vp9_lpf_horizontal_8_dual_dspr2() 338 const uint8_t *thresh1) { in vp9_lpf_vertical_4_dual_dspr2() argument 340 vp9_lpf_vertical_4_dspr2(s + 8 * p, p, blimit1, limit1, thresh1, 1); in vp9_lpf_vertical_4_dual_dspr2() 349 const uint8_t *thresh1) { in vp9_lpf_vertical_8_dual_dspr2() argument 351 vp9_lpf_vertical_8_dspr2(s + 8 * p, p, blimit1, limit1, thresh1, in vp9_lpf_vertical_8_dual_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_loopfilter_filters.c | 125 const uint8_t *thresh1) { in vp9_lpf_horizontal_4_dual_c() argument 127 vp9_lpf_horizontal_4_c(s + 8, p, blimit1, limit1, thresh1, 1); in vp9_lpf_horizontal_4_dual_c() 150 const uint8_t *thresh1) { in vp9_lpf_vertical_4_dual_c() argument 153 thresh1, 1); in vp9_lpf_vertical_4_dual_c() 200 const uint8_t *thresh1) { in vp9_lpf_horizontal_8_dual_c() argument 202 vp9_lpf_horizontal_8_c(s + 8, p, blimit1, limit1, thresh1, 1); in vp9_lpf_horizontal_8_dual_c() 225 const uint8_t *thresh1) { in vp9_lpf_vertical_8_dual_c() argument 228 thresh1, 1); in vp9_lpf_vertical_8_dual_c()
|
D | vp9_rtcd_defs.pl | 220 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1"; 226 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1"; 235 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1"; 241 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1";
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp9_rtcd.h | 227 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 228 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 229 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 235 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 236 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 237 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 247 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 248 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 249 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 255 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_intrin_sse2.c | 1601 const uint8_t *thresh1) { in vp9_lpf_vertical_4_dual_sse2() argument 1611 blimit1, limit1, thresh1); in vp9_lpf_vertical_4_dual_sse2() 1651 const uint8_t *thresh1) { in vp9_lpf_vertical_8_dual_sse2() argument 1661 blimit1, limit1, thresh1); in vp9_lpf_vertical_8_dual_sse2()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 2178 uint16 thresh1; /* Radar detection, thresh 1 */ member
|