Home
last modified time | relevance | path

Searched refs:y_dequant (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h170 int16_t y_dequant[MAX_SEGMENTS][2]; member
357 memcpy(xd->plane[i].seg_dequant, cm->y_dequant, sizeof(cm->y_dequant)); in vp9_init_macroblockd()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c245 cpi->y_dequant[q][i] = quant; in vp9_init_quantizer()
266 cpi->y_dequant[q][i] = cpi->y_dequant[q][1]; in vp9_init_quantizer()
296 xd->plane[0].dequant = cpi->y_dequant[qindex]; in vp9_init_plane_quantizers()
Dvp9_encoder.h549 DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][8]);
Dvp9_encodeframe.c610 (int64_t)(threshold_multiplier * cpi->y_dequant[q][1]); in set_vbp_thresholds()
682 cpi->vbp_threshold_sad = (cpi->y_dequant[q][1] << 1) > 1000 in vp9_set_variance_partition_thresholds()
683 ? (cpi->y_dequant[q][1] << 1) in vp9_set_variance_partition_thresholds()
691 cpi->vbp_threshold_copy = (cpi->y_dequant[q][1] << 3) > 8000 in vp9_set_variance_partition_thresholds()
692 ? (cpi->y_dequant[q][1] << 3) in vp9_set_variance_partition_thresholds()
/external/libaom/libaom/av1/decoder/
Dinspection.h75 int16_t y_dequant[MAX_SEGMENTS][2]; member
Dinspection.c66 fd->y_dequant[i][j] = quant_params->y_dequant_QTX[i][j]; in ifd_inspect()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1434 cm->y_dequant[i][0] = in setup_segmentation_dequant()
1436 cm->y_dequant[i][1] = vp9_ac_quant(qindex, 0, cm->bit_depth); in setup_segmentation_dequant()
1446 cm->y_dequant[0][0] = vp9_dc_quant(qindex, cm->y_dc_delta_q, cm->bit_depth); in setup_segmentation_dequant()
1447 cm->y_dequant[0][1] = vp9_ac_quant(qindex, 0, cm->bit_depth); in setup_segmentation_dequant()