Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h170 int16_t y_dequant[MAX_SEGMENTS][2]; member
337 memcpy(xd->plane[i].seg_dequant, cm->y_dequant, sizeof(cm->y_dequant)); in vp9_init_macroblockd()
/external/v4l2_codec2/vda/
Dvp9_parser.cc595 segmentation.y_dequant[i][0] = in SetupSegmentationDequant()
597 segmentation.y_dequant[i][1] = in SetupSegmentationDequant()
606 segmentation.y_dequant[0][0] = in SetupSegmentationDequant()
608 segmentation.y_dequant[0][1] = kAcQLookup[bit_depth_index][ClampQ(q_index)]; in SetupSegmentationDequant()
Dvp9_parser.h96 int16_t y_dequant[kNumSegments][2]; member
/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()
295 xd->plane[0].dequant = cpi->y_dequant[qindex]; in vp9_init_plane_quantizers()
Dvp9_encoder.h568 DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][8]);
Dvp9_encodeframe.c551 (int64_t)(threshold_multiplier * cpi->y_dequant[q][1]); in set_vbp_thresholds()
623 cpi->vbp_threshold_sad = (cpi->y_dequant[q][1] << 1) > 1000 in vp9_set_variance_partition_thresholds()
624 ? (cpi->y_dequant[q][1] << 1) in vp9_set_variance_partition_thresholds()
632 cpi->vbp_threshold_copy = (cpi->y_dequant[q][1] << 3) > 8000 in vp9_set_variance_partition_thresholds()
633 ? (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.c64 fd->y_dequant[i][j] = cm->y_dequant_QTX[i][j]; in ifd_inspect()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1425 cm->y_dequant[i][0] = in setup_segmentation_dequant()
1427 cm->y_dequant[i][1] = vp9_ac_quant(qindex, 0, cm->bit_depth); in setup_segmentation_dequant()
1437 cm->y_dequant[0][0] = vp9_dc_quant(qindex, cm->y_dc_delta_q, cm->bit_depth); in setup_segmentation_dequant()
1438 cm->y_dequant[0][1] = vp9_ac_quant(qindex, 0, cm->bit_depth); in setup_segmentation_dequant()