Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h190 int16_t y_dequant[MAX_SEGMENTS][2]; member
362 memcpy(xd->plane[i].seg_dequant, cm->y_dequant, sizeof(cm->y_dequant)); in vp9_init_macroblockd()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c273 cpi->y_dequant[q][i] = quant; in vp9_init_quantizer()
294 cpi->y_dequant[q][i] = cpi->y_dequant[q][1]; in vp9_init_quantizer()
323 xd->plane[0].dequant = cpi->y_dequant[qindex]; in vp9_init_plane_quantizers()
Dvp9_encoder.h298 DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][8]);
Dvp9_encodeframe.c485 cpi->y_dequant[q][1]); in set_vbp_thresholds()
523 cpi->vbp_threshold_sad = (cpi->y_dequant[q][1] << 1) > 1000 ? in vp9_set_variance_partition_thresholds()
524 (cpi->y_dequant[q][1] << 1) : 1000; in vp9_set_variance_partition_thresholds()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1158 cm->y_dequant[i][0] = vp9_dc_quant(qindex, cm->y_dc_delta_q, in setup_segmentation_dequant()
1160 cm->y_dequant[i][1] = vp9_ac_quant(qindex, 0, cm->bit_depth); in setup_segmentation_dequant()
1170 cm->y_dequant[0][0] = vp9_dc_quant(qindex, cm->y_dc_delta_q, cm->bit_depth); in setup_segmentation_dequant()
1171 cm->y_dequant[0][1] = vp9_ac_quant(qindex, 0, cm->bit_depth); in setup_segmentation_dequant()