Searched refs:qm_val_t (Results 1 – 14 of 14) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | quantize.c | 21 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in quantize_b_adaptive_helper_c() 22 const qm_val_t *iqm_ptr, const int log_scale) { in quantize_b_adaptive_helper_c() 39 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_adaptive_helper_c() 61 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_adaptive_helper_c() 90 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_adaptive_helper_c() 113 const int16_t *iscan, const qm_val_t *qm_ptr, in quantize_b_helper_c() 114 const qm_val_t *iqm_ptr, const int log_scale) { in quantize_b_helper_c() 127 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_helper_c() 146 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_helper_c() 174 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in highbd_quantize_b_adaptive_helper_c() [all …]
|
D | quantize.h | 28 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, 29 const qm_val_t *iqm_ptr, const int log_scale); 59 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, 60 const qm_val_t *iqm_ptr, const int log_scale); 89 const int16_t *iscan, const qm_val_t *qm_ptr, 90 const qm_val_t *iqm_ptr, const int log_scale); 104 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, 105 const qm_val_t *iqm_ptr, const int log_scale);
|
D | aom_dsp_common.h | 52 typedef uint8_t qm_val_t; typedef
|
/external/libaom/libaom/av1/common/ |
D | quant_common.c | 239 const qm_val_t *av1_iqmatrix(AV1_COMMON *cm, int qmlevel, int plane, in av1_iqmatrix() 243 const qm_val_t *av1_qmatrix(AV1_COMMON *cm, int qmlevel, int plane, in av1_qmatrix() 251 static const qm_val_t wt_matrix_ref[NUM_QM_LEVELS - 1][2][QM_TOTAL_SIZE]; 252 static const qm_val_t iwt_matrix_ref[NUM_QM_LEVELS - 1][2][QM_TOTAL_SIZE]; 293 static const qm_val_t iwt_matrix_ref[NUM_QM_LEVELS - 1][2][QM_TOTAL_SIZE] = { 6643 static const qm_val_t wt_matrix_ref[NUM_QM_LEVELS - 1][2][QM_TOTAL_SIZE] = {
|
D | quant_common.h | 54 const qm_val_t *av1_iqmatrix(struct AV1Common *cm, int qindex, int comp, 56 const qm_val_t *av1_qmatrix(struct AV1Common *cm, int qindex, int comp,
|
D | onyxc_int.h | 404 const qm_val_t *giqmatrix[NUM_QM_LEVELS][3][TX_SIZES_ALL]; 405 const qm_val_t *gqmatrix[NUM_QM_LEVELS][3][TX_SIZES_ALL]; 408 const qm_val_t *y_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL]; 409 const qm_val_t *u_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL]; 410 const qm_val_t *v_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL];
|
D | blockd.h | 414 qm_val_t *seg_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL]; 415 qm_val_t *seg_qmatrix[MAX_SEGMENTS][TX_SIZES_ALL];
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 41 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in quantize_fp_helper_c() 42 const qm_val_t *iqm_ptr, int log_scale) { in quantize_fp_helper_c() 82 const qm_val_t wt = qm_ptr ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_fp_helper_c() 83 const qm_val_t iwt = iqm_ptr ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_fp_helper_c() 112 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in highbd_quantize_fp_helper_c() 113 const qm_val_t *iqm_ptr, int log_scale) { in highbd_quantize_fp_helper_c() 129 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_fp_helper_c() 130 const qm_val_t iwt = iqm_ptr != NULL ? iqm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_fp_helper_c() 221 const qm_val_t *qm_ptr = qparam->qmatrix; in av1_quantize_fp_facade() 222 const qm_val_t *iqm_ptr = qparam->iqmatrix; in av1_quantize_fp_facade() [all …]
|
D | av1_quantize.h | 31 const qm_val_t *qmatrix; 32 const qm_val_t *iqmatrix;
|
D | encodetxb.h | 45 const qm_val_t *iqmatrix;
|
D | encodemb.c | 150 const qm_val_t *qmatrix = in av1_xform_quant() 153 const qm_val_t *iqmatrix = in av1_xform_quant()
|
D | encodetxb.c | 112 const qm_val_t *iqmatrix) { in qcoeff_to_dqcoeff() 1850 const qm_val_t *iqmatrix =
|
/external/libaom/libaom/aom_dsp/x86/ |
D | adaptive_quantize_sse2.c | 48 const qm_val_t wt = 1 << AOM_QM_BITS; in aom_quantize_b_adaptive_sse2() 199 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_sse2() 248 const qm_val_t wt = 1 << AOM_QM_BITS; in aom_quantize_b_32x32_adaptive_sse2() 406 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_quantize_b_32x32_adaptive_sse2()
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 54 const qm_val_t *iqmatrix) { in get_dqv() 166 const qm_val_t *iqmatrix = in av1_read_coeffs_txb()
|