Searched refs:y_dequant (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 170 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/ |
D | vp9_parser.cc | 595 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()
|
D | vp9_parser.h | 96 int16_t y_dequant[kNumSegments][2]; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 245 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()
|
D | vp9_encoder.h | 568 DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][8]);
|
D | vp9_encodeframe.c | 551 (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/ |
D | inspection.h | 75 int16_t y_dequant[MAX_SEGMENTS][2]; member
|
D | inspection.c | 64 fd->y_dequant[i][j] = cm->y_dequant_QTX[i][j]; in ifd_inspect()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1425 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()
|