/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, … 35 int64_t vp9_block_error_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_siz… 38 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size); 39 int64_t vp9_block_error_fp_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size); 45 …de, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int1… 46 …de, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int1… 47 …de, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int1… 50 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 51 void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type); 54 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); [all …]
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, … 35 int64_t vp9_block_error_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_siz… 38 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size); 39 int64_t vp9_block_error_fp_sse2(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size); 45 …de, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int1… 46 …de, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int1… 47 …de, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int1… 50 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 51 void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type); 54 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); [all …]
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, … 37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size); 43 …de, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int1… 44 …de, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int1… 47 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 50 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 53 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 56 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 59 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block… 62 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); [all …]
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, … 37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size); 43 …de, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int1… 44 …de, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int1… 47 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 50 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 53 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 56 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 59 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block… 62 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); [all …]
|
/external/libaom/libaom/aom_dsp/ |
D | quantize.h | 24 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, 26 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, 27 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 31 void aom_quantize_b_adaptive_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 36 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, 41 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, 43 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, 44 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 48 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, 50 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, [all …]
|
D | quantize.c | 17 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in quantize_b_adaptive_helper_c() 19 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in quantize_b_adaptive_helper_c() 20 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_b_adaptive_helper_c() 75 const tran_low_t abs_dqcoeff = (tmp32 * dequant) >> log_scale; in quantize_b_adaptive_helper_c() 76 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in quantize_b_adaptive_helper_c() 107 void quantize_b_helper_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quantize_b_helper_c() 110 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in quantize_b_helper_c() 111 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in quantize_b_helper_c() 160 const tran_low_t abs_dqcoeff = (tmp32 * dequant) >> log_scale; in quantize_b_helper_c() 161 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in quantize_b_helper_c() [all …]
|
D | avg.c | 86 tran_low_t *coeff) { in aom_hadamard_8x8_c() 107 for (idx = 0; idx < 64; ++idx) coeff[idx] = (tran_low_t)buffer2[idx]; in aom_hadamard_8x8_c() 112 tran_low_t *coeff) { in aom_hadamard_16x16_c() 123 tran_low_t a0 = coeff[0]; in aom_hadamard_16x16_c() 124 tran_low_t a1 = coeff[64]; in aom_hadamard_16x16_c() 125 tran_low_t a2 = coeff[128]; in aom_hadamard_16x16_c() 126 tran_low_t a3 = coeff[192]; in aom_hadamard_16x16_c() 128 tran_low_t b0 = (a0 + a1) >> 1; // (a0 + a1): 16 bit, [-32640, 32640] in aom_hadamard_16x16_c() 129 tran_low_t b1 = (a0 - a1) >> 1; // b0-b3: 15 bit, dynamic range in aom_hadamard_16x16_c() 130 tran_low_t b2 = (a2 + a3) >> 1; // [-16320, 16320] in aom_hadamard_16x16_c() [all …]
|
D | fwd_txfm.c | 16 void aom_fdct8x8_c(const int16_t *input, tran_low_t *final_output, int stride) { in aom_fdct8x8_c() 18 tran_low_t intermediate[64]; in aom_fdct8x8_c() 20 tran_low_t *output = intermediate; in aom_fdct8x8_c() 21 const tran_low_t *in = NULL; in aom_fdct8x8_c() 62 output[0] = (tran_low_t)fdct_round_shift(t0); in aom_fdct8x8_c() 63 output[2] = (tran_low_t)fdct_round_shift(t2); in aom_fdct8x8_c() 64 output[4] = (tran_low_t)fdct_round_shift(t1); in aom_fdct8x8_c() 65 output[6] = (tran_low_t)fdct_round_shift(t3); in aom_fdct8x8_c() 84 output[1] = (tran_low_t)fdct_round_shift(t0); in aom_fdct8x8_c() 85 output[3] = (tran_low_t)fdct_round_shift(t2); in aom_fdct8x8_c() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.h | 93 void idct4_c(const tran_low_t *input, tran_low_t *output); 94 void idct8_c(const tran_low_t *input, tran_low_t *output); 95 void idct16_c(const tran_low_t *input, tran_low_t *output); 96 void idct32_c(const tran_low_t *input, tran_low_t *output); 97 void iadst4_c(const tran_low_t *input, tran_low_t *output); 98 void iadst8_c(const tran_low_t *input, tran_low_t *output); 99 void iadst16_c(const tran_low_t *input, tran_low_t *output); 102 void vpx_highbd_idct4_c(const tran_low_t *input, tran_low_t *output, int bd); 103 void vpx_highbd_idct8_c(const tran_low_t *input, tran_low_t *output, int bd); 104 void vpx_highbd_idct16_c(const tran_low_t *input, tran_low_t *output, int bd); [all …]
|
D | avg.c | 105 tran_low_t *coeff) { in vpx_highbd_hadamard_8x8_c() 126 for (idx = 0; idx < 64; ++idx) coeff[idx] = (tran_low_t)buffer2[idx]; in vpx_highbd_hadamard_8x8_c() 131 tran_low_t *coeff) { in vpx_highbd_hadamard_16x16_c() 142 tran_low_t a0 = coeff[0]; in vpx_highbd_hadamard_16x16_c() 143 tran_low_t a1 = coeff[64]; in vpx_highbd_hadamard_16x16_c() 144 tran_low_t a2 = coeff[128]; in vpx_highbd_hadamard_16x16_c() 145 tran_low_t a3 = coeff[192]; in vpx_highbd_hadamard_16x16_c() 147 tran_low_t b0 = (a0 + a1) >> 1; in vpx_highbd_hadamard_16x16_c() 148 tran_low_t b1 = (a0 - a1) >> 1; in vpx_highbd_hadamard_16x16_c() 149 tran_low_t b2 = (a2 + a3) >> 1; in vpx_highbd_hadamard_16x16_c() [all …]
|
D | quantize.h | 21 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, 23 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, 25 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, 27 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, 31 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, 33 const int16_t quant, tran_low_t *qcoeff_ptr, 34 tran_low_t *dqcoeff_ptr, const int16_t dequant, 36 void vpx_highbd_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, 38 tran_low_t *qcoeff_ptr, 39 tran_low_t *dqcoeff_ptr,
|
D | quantize.c | 18 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, in vpx_quantize_dc() 20 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc() 42 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, in vpx_highbd_quantize_dc() 44 const int16_t quant, tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_dc() 45 tran_low_t *dqcoeff_ptr, const int16_t dequant, in vpx_highbd_quantize_dc() 58 qcoeff_ptr[0] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in vpx_highbd_quantize_dc() 66 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_quantize_dc_32x32() 68 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc_32x32() 92 void vpx_highbd_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_highbd_quantize_dc_32x32() 94 tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_dc_32x32() [all …]
|
D | fwd_txfm.c | 15 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct4x4_c() 24 tran_low_t intermediate[4 * 4]; in vpx_fdct4x4_c() 25 const tran_low_t *in_low = NULL; in vpx_fdct4x4_c() 26 tran_low_t *out = intermediate; in vpx_fdct4x4_c() 58 out[0] = (tran_low_t)fdct_round_shift(temp1); in vpx_fdct4x4_c() 59 out[2] = (tran_low_t)fdct_round_shift(temp2); in vpx_fdct4x4_c() 62 out[1] = (tran_low_t)fdct_round_shift(temp1); in vpx_fdct4x4_c() 63 out[3] = (tran_low_t)fdct_round_shift(temp2); in vpx_fdct4x4_c() 81 void vpx_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct4x4_1_c() 83 tran_low_t sum = 0; in vpx_fdct4x4_1_c() [all …]
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, … 37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size); 43 …de, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int1… 46 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride); 58 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block… 61 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 64 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.h | 27 typedef void (*transform_1d)(const tran_low_t *, tran_low_t *); 34 typedef void (*highbd_transform_1d)(const tran_low_t *, tran_low_t *, int bd); 41 void vp9_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride, 43 void vp9_idct4x4_add(const tran_low_t *input, uint8_t *dest, int stride, 45 void vp9_idct8x8_add(const tran_low_t *input, uint8_t *dest, int stride, 47 void vp9_idct16x16_add(const tran_low_t *input, uint8_t *dest, int stride, 49 void vp9_idct32x32_add(const tran_low_t *input, uint8_t *dest, int stride, 52 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, 54 void vp9_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, 56 void vp9_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, [all …]
|
D | vp9_idct.c | 20 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht4x4_16_add_c() 30 tran_low_t out[4 * 4]; in vp9_iht4x4_16_add_c() 31 tran_low_t *outptr = out; in vp9_iht4x4_16_add_c() 32 tran_low_t temp_in[4], temp_out[4]; in vp9_iht4x4_16_add_c() 59 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht8x8_64_add_c() 62 tran_low_t out[8 * 8]; in vp9_iht8x8_64_add_c() 63 tran_low_t *outptr = out; in vp9_iht8x8_64_add_c() 64 tran_low_t temp_in[8], temp_out[8]; in vp9_iht8x8_64_add_c() 92 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht16x16_256_add_c() 95 tran_low_t out[16 * 16]; in vp9_iht16x16_256_add_c() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 23 static void fdct4(const tran_low_t *input, tran_low_t *output) { in fdct4() 34 output[0] = (tran_low_t)fdct_round_shift(temp1); in fdct4() 35 output[2] = (tran_low_t)fdct_round_shift(temp2); in fdct4() 38 output[1] = (tran_low_t)fdct_round_shift(temp1); in fdct4() 39 output[3] = (tran_low_t)fdct_round_shift(temp2); in fdct4() 42 static void fdct8(const tran_low_t *input, tran_low_t *output) { in fdct8() 66 output[0] = (tran_low_t)fdct_round_shift(t0); in fdct8() 67 output[2] = (tran_low_t)fdct_round_shift(t2); in fdct8() 68 output[4] = (tran_low_t)fdct_round_shift(t1); in fdct8() 69 output[6] = (tran_low_t)fdct_round_shift(t3); in fdct8() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.h | 36 typedef void (*AV1_QUANT_FACADE)(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 38 tran_low_t *qcoeff_ptr, 39 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, 109 void av1_quantize_skip(intptr_t n_coeffs, tran_low_t *qcoeff_ptr, 110 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr); 112 void av1_quantize_fp_facade(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 113 const MACROBLOCK_PLANE *p, tran_low_t *qcoeff_ptr, 114 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, 117 void av1_quantize_b_facade(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 118 const MACROBLOCK_PLANE *p, tran_low_t *qcoeff_ptr, [all …]
|
D | hybrid_fwd_txfm.c | 21 void av1_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride) { in av1_fwht4x4_c() 25 const tran_low_t *ip = NULL; in av1_fwht4x4_c() 26 tran_low_t *op = output; in av1_fwht4x4_c() 41 op[0] = (tran_low_t)a1; in av1_fwht4x4_c() 42 op[4] = (tran_low_t)c1; in av1_fwht4x4_c() 43 op[8] = (tran_low_t)d1; in av1_fwht4x4_c() 44 op[12] = (tran_low_t)b1; in av1_fwht4x4_c() 65 op[0] = (tran_low_t)(a1 * UNIT_QUANT_FACTOR); in av1_fwht4x4_c() 66 op[1] = (tran_low_t)(c1 * UNIT_QUANT_FACTOR); in av1_fwht4x4_c() 67 op[2] = (tran_low_t)(d1 * UNIT_QUANT_FACTOR); in av1_fwht4x4_c() [all …]
|
D | dwt.c | 20 static void analysis_53_row(int length, tran_low_t *x, tran_low_t *lowpass, in analysis_53_row() 21 tran_low_t *highpass) { in analysis_53_row() 23 tran_low_t r, *a, *b; in analysis_53_row() 46 static void analysis_53_col(int length, tran_low_t *x, tran_low_t *lowpass, in analysis_53_col() 47 tran_low_t *highpass) { in analysis_53_col() 49 tran_low_t r, *a, *b; in analysis_53_col() 74 tran_low_t *c, int pitch_c, in dyadic_analyze_53_uint8_input() 77 tran_low_t buffer[2 * DWT_MAX_LENGTH]; in dyadic_analyze_53_uint8_input() 101 memcpy(buffer, &c[i * pitch_c], nw * sizeof(tran_low_t)); in dyadic_analyze_53_uint8_input() 112 void av1_fdwt8x8_uint8_input_c(uint8_t *input, tran_low_t *output, int stride, in av1_fdwt8x8_uint8_input_c() [all …]
|
D | av1_quantize.c | 29 void av1_quantize_skip(intptr_t n_coeffs, tran_low_t *qcoeff_ptr, in av1_quantize_skip() 30 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr) { in av1_quantize_skip() 37 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in quantize_fp_helper_c() 39 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in quantize_fp_helper_c() 40 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_fp_helper_c() 69 const tran_low_t abs_dqcoeff = in quantize_fp_helper_c() 97 const tran_low_t abs_dqcoeff = (tmp32 * dequant) >> log_scale; in quantize_fp_helper_c() 108 const tran_low_t *coeff_ptr, intptr_t count, const int16_t *zbin_ptr, in highbd_quantize_fp_helper_c() 110 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in highbd_quantize_fp_helper_c() 111 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_fp_helper_c() [all …]
|
/external/libvpx/libvpx/test/ |
D | hadamard_test.cc | 26 tran_low_t *b); 28 void hadamard_loop(const tran_low_t *a, tran_low_t *out) { in hadamard_loop() 29 tran_low_t b[8]; in hadamard_loop() 34 tran_low_t c[8]; in hadamard_loop() 51 void reference_hadamard8x8(const int16_t *a, int a_stride, tran_low_t *b) { in reference_hadamard8x8() 52 tran_low_t input[64]; in reference_hadamard8x8() 53 tran_low_t buf[64]; in reference_hadamard8x8() 56 input[i * 8 + j] = static_cast<tran_low_t>(a[i * a_stride + j]); in reference_hadamard8x8() 63 void reference_hadamard16x16(const int16_t *a, int a_stride, tran_low_t *b) { in reference_hadamard16x16() 74 const tran_low_t a0 = b[0]; in reference_hadamard16x16() [all …]
|
D | vp9_quantize_test.cc | 40 typedef void (*QuantizeFunc)(const tran_low_t *coeff, intptr_t count, 43 const int16_t *quant_shift, tran_low_t *qcoeff, 44 tran_low_t *dqcoeff, const int16_t *dequant, 52 typedef void (*QuantizeFPFunc)(const tran_low_t *coeff, intptr_t count, 54 const int16_t *quant, tran_low_t *qcoeff, 55 tran_low_t *dqcoeff, const int16_t *dequant, 60 void QuantFPWrapper(const tran_low_t *coeff, intptr_t count, int skip_block, in QuantFPWrapper() 63 tran_low_t *qcoeff, tran_low_t *dqcoeff, in QuantFPWrapper() 77 coeff_(Buffer<tran_low_t>(max_size_, max_size_, 0, 16)), in VP9QuantizeBase() 78 qcoeff_(Buffer<tran_low_t>(max_size_, max_size_, 0, 32)), in VP9QuantizeBase() [all …]
|
/external/libaom/libaom/test/ |
D | transform_test_base.h | 32 typedef void (*FhtFunc)(const int16_t *in, tran_low_t *out, int stride, 35 typedef void (*IhtFunc)(const tran_low_t *in, uint8_t *out, int stride, 43 virtual void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) = 0; 45 virtual void RunInvTxfm(const tran_low_t *out, uint8_t *dst, int stride) = 0; 55 tran_low_t *test_temp_block = reinterpret_cast<tran_low_t *>( in RunAccuracyCheck() 56 aom_memalign(16, sizeof(tran_low_t) * num_coeffs_)); in RunAccuracyCheck() 126 tran_low_t *output_ref_block = reinterpret_cast<tran_low_t *>( in RunCoeffCheck() 127 aom_memalign(16, sizeof(tran_low_t) * num_coeffs_)); in RunCoeffCheck() 128 tran_low_t *output_block = reinterpret_cast<tran_low_t *>( in RunCoeffCheck() 129 aom_memalign(16, sizeof(tran_low_t) * num_coeffs_)); in RunCoeffCheck() [all …]
|
/external/libaom/libaom/av1/common/ |
D | idct.c | 34 void av1_highbd_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride, in av1_highbd_iwht4x4_add() 42 void av1_highbd_inv_txfm_add_4x4_c(const tran_low_t *input, uint8_t *dest, in av1_highbd_inv_txfm_add_4x4_c() 59 void av1_highbd_inv_txfm_add_4x8_c(const tran_low_t *input, uint8_t *dest, in av1_highbd_inv_txfm_add_4x8_c() 67 void av1_highbd_inv_txfm_add_8x4_c(const tran_low_t *input, uint8_t *dest, in av1_highbd_inv_txfm_add_8x4_c() 75 void av1_highbd_inv_txfm_add_16x32_c(const tran_low_t *input, uint8_t *dest, in av1_highbd_inv_txfm_add_16x32_c() 82 void av1_highbd_inv_txfm_add_32x16_c(const tran_low_t *input, uint8_t *dest, in av1_highbd_inv_txfm_add_32x16_c() 89 void av1_highbd_inv_txfm_add_16x4_c(const tran_low_t *input, uint8_t *dest, in av1_highbd_inv_txfm_add_16x4_c() 96 void av1_highbd_inv_txfm_add_4x16_c(const tran_low_t *input, uint8_t *dest, in av1_highbd_inv_txfm_add_4x16_c() 103 void av1_highbd_inv_txfm_add_32x8_c(const tran_low_t *input, uint8_t *dest, in av1_highbd_inv_txfm_add_32x8_c() 110 void av1_highbd_inv_txfm_add_8x32_c(const tran_low_t *input, uint8_t *dest, in av1_highbd_inv_txfm_add_8x32_c() [all …]
|