Home
last modified time | relevance | path

Searched defs:src_diff (Results 1 – 20 of 20) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dhybrid_fwd_txfm.c80 static void highbd_fwd_txfm_4x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x4()
93 static void highbd_fwd_txfm_4x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x8()
100 static void highbd_fwd_txfm_8x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x4()
107 static void highbd_fwd_txfm_8x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_8x16()
115 static void highbd_fwd_txfm_16x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x8()
123 static void highbd_fwd_txfm_16x32(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x32()
130 static void highbd_fwd_txfm_32x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_32x16()
137 static void highbd_fwd_txfm_16x4(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_16x4()
144 static void highbd_fwd_txfm_4x16(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_4x16()
151 static void highbd_fwd_txfm_32x8(const int16_t *src_diff, tran_low_t *coeff, in highbd_fwd_txfm_32x8()
[all …]
Dtpl_model.c52 static void wht_fwd_txfm(int16_t *src_diff, int bw, tran_low_t *coeff, in wht_fwd_txfm()
118 int frame_idx, int16_t *src_diff, tran_low_t *coeff, in mode_estimation()
Dencodemb.c80 int16_t *src_diff = in av1_subtract_txb() local
159 const int16_t *src_diff = &p->src_diff[src_offset << tx_size_wide_log2[0]]; in av1_xform_quant() local
Drdopt.c2405 const int16_t *const src_diff, int diff_stride, double *const sse_norm_arr, in get_2x2_normalized_sses_and_sads()
2520 const int16_t *const src_diff = in PrintTransformUnitStats() local
2615 const int16_t *const src_diff = p->src_diff; in PrintPredictionUnitStats() local
2724 const int16_t *const src_diff = p->src_diff; in model_rd_with_dnn() local
3364 const int16_t *src_diff = in search_txk_type() local
3878 const int16_t *src_diff = x->plane[0].src_diff; in predict_skip_flag() local
/external/libvpx/libvpx/vpx_dsp/x86/
Davg_intrin_avx2.c95 void vpx_highbd_hadamard_8x8_avx2(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_highbd_hadamard_8x8_avx2()
138 void vpx_highbd_hadamard_16x16_avx2(const int16_t *src_diff, in vpx_highbd_hadamard_16x16_avx2()
179 void vpx_highbd_hadamard_32x32_avx2(const int16_t *src_diff, in vpx_highbd_hadamard_32x32_avx2()
297 static void hadamard_8x8x2_avx2(const int16_t *src_diff, ptrdiff_t src_stride, in hadamard_8x8x2_avx2()
337 static INLINE void hadamard_16x16_avx2(const int16_t *src_diff, in hadamard_16x16_avx2()
385 void vpx_hadamard_16x16_avx2(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_hadamard_16x16_avx2()
390 void vpx_hadamard_32x32_avx2(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_hadamard_32x32_avx2()
Davg_intrin_sse2.c267 static INLINE void hadamard_8x8_sse2(const int16_t *src_diff, in hadamard_8x8_sse2()
319 void vpx_hadamard_8x8_sse2(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_hadamard_8x8_sse2()
324 static INLINE void hadamard_16x16_sse2(const int16_t *src_diff, in hadamard_16x16_sse2()
385 void vpx_hadamard_16x16_sse2(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_hadamard_16x16_sse2()
390 void vpx_hadamard_32x32_sse2(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_hadamard_32x32_sse2()
/external/libaom/libaom/aom_dsp/x86/
Davg_intrin_avx2.c95 static void hadamard_8x8x2_avx2(const int16_t *src_diff, ptrdiff_t src_stride, in hadamard_8x8x2_avx2()
135 static INLINE void hadamard_16x16_avx2(const int16_t *src_diff, in hadamard_16x16_avx2()
179 void aom_hadamard_16x16_avx2(const int16_t *src_diff, ptrdiff_t src_stride, in aom_hadamard_16x16_avx2()
184 void aom_hadamard_32x32_avx2(const int16_t *src_diff, ptrdiff_t src_stride, in aom_hadamard_32x32_avx2()
Davg_intrin_sse2.c218 static INLINE void hadamard_8x8_sse2(const int16_t *src_diff, in hadamard_8x8_sse2()
270 void aom_hadamard_8x8_sse2(const int16_t *src_diff, ptrdiff_t src_stride, in aom_hadamard_8x8_sse2()
275 static INLINE void hadamard_16x16_sse2(const int16_t *src_diff, in hadamard_16x16_sse2()
332 void aom_hadamard_16x16_sse2(const int16_t *src_diff, ptrdiff_t src_stride, in aom_hadamard_16x16_sse2()
337 void aom_hadamard_32x32_sse2(const int16_t *src_diff, ptrdiff_t src_stride, in aom_hadamard_32x32_sse2()
/external/libvpx/libvpx/vpx_dsp/
Davg.c38 static void hadamard_highbd_col8_first_pass(const int16_t *src_diff, in hadamard_highbd_col8_first_pass()
71 static void hadamard_highbd_col8_second_pass(const int16_t *src_diff, in hadamard_highbd_col8_second_pass()
104 void vpx_highbd_hadamard_8x8_c(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_highbd_hadamard_8x8_c()
130 void vpx_highbd_hadamard_16x16_c(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_highbd_hadamard_16x16_c()
162 void vpx_highbd_hadamard_32x32_c(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_highbd_hadamard_32x32_c()
197 static void hadamard_col8(const int16_t *src_diff, ptrdiff_t src_stride, in hadamard_col8()
229 void vpx_hadamard_8x8_c(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_hadamard_8x8_c()
255 void vpx_hadamard_16x16_c(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_hadamard_16x16_c()
286 void vpx_hadamard_32x32_c(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_hadamard_32x32_c()
/external/libaom/libaom/aom_dsp/
Davg.c53 static void hadamard_col8(const int16_t *src_diff, ptrdiff_t src_stride, in hadamard_col8()
85 void aom_hadamard_8x8_c(const int16_t *src_diff, ptrdiff_t src_stride, in aom_hadamard_8x8_c()
111 void aom_hadamard_16x16_c(const int16_t *src_diff, ptrdiff_t src_stride, in aom_hadamard_16x16_c()
142 void aom_hadamard_32x32_c(const int16_t *src_diff, ptrdiff_t src_stride, in aom_hadamard_32x32_c()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dhadamard_vsx.c45 void vpx_hadamard_8x8_vsx(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_hadamard_8x8_vsx()
74 void vpx_hadamard_16x16_vsx(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_hadamard_16x16_vsx()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhadamard_neon.c50 void vpx_hadamard_8x8_neon(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_hadamard_8x8_neon()
79 void vpx_hadamard_16x16_neon(const int16_t *src_diff, ptrdiff_t src_stride, in vpx_hadamard_16x16_neon()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c355 const int16_t *src_diff; in vp9_xform_quant_fp() local
431 const int16_t *src_diff; in vp9_xform_quant_dc() local
505 const int16_t *src_diff; in vp9_xform_quant() local
770 int16_t *src_diff; in vp9_encode_block_intra() local
Dvp9_encoder.c5810 static void highbd_wht_fwd_txfm(int16_t *src_diff, int bw, tran_low_t *coeff,
5822 static void wht_fwd_txfm(int16_t *src_diff, int bw, tran_low_t *coeff,
5870 int16_t *src_diff, tran_low_t *coeff,
Dvp9_rdopt.c1000 int16_t *const src_diff = in rd_pick_intra4x4block() local
1101 int16_t *const src_diff = in rd_pick_intra4x4block() local
Dvp9_pickmode.c735 const int16_t *src_diff; in block_yrd() local
/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm2d_sse4.c355 void av1_lowbd_fwd_txfm_sse4_1(const int16_t *src_diff, tran_low_t *coeff, in av1_lowbd_fwd_txfm_sse4_1()
Dav1_fwd_txfm_sse2.c2879 void av1_lowbd_fwd_txfm_sse2(const int16_t *src_diff, tran_low_t *coeff, in av1_lowbd_fwd_txfm_sse2()
Dav1_fwd_txfm2d_avx2.c2804 void av1_lowbd_fwd_txfm_avx2(const int16_t *src_diff, tran_low_t *coeff, in av1_lowbd_fwd_txfm_avx2()
/external/libvpx/libvpx/vp8/encoder/
Dblock.h35 short *src_diff; member