Searched refs:y_dc_delta_q (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 226 quant = i == 0 ? vp9_dc_quant(q, cm->y_dc_delta_q, cm->bit_depth) in vp9_init_quantizer() 273 const int rdmult = vp9_compute_rd_mult(cpi, qindex + cm->y_dc_delta_q); in vp9_init_plane_quantizers() 318 cm->y_dc_delta_q = 0; in vp9_set_quantizer()
|
D | vp9_rd.c | 232 cm->y_dc_delta_q, in set_block_thresholds() 268 rd->RDMULT = vp9_compute_rd_mult(cpi, cm->base_qindex + cm->y_dc_delta_q); in vp9_initialize_rd_consts()
|
D | vp9_aq_cyclicrefresh.c | 555 qindex2 = clamp(cm->base_qindex + cm->y_dc_delta_q + qindex_delta, 0, MAXQ); in vp9_cyclic_refresh_setup()
|
D | vp9_bitstream.c | 748 write_delta_q(wb, cm->y_dc_delta_q); in encode_quantization()
|
D | vp9_rdopt.c | 3041 cm->base_qindex, cm->y_dc_delta_q, cm->bit_depth); in vp9_rd_pick_inter_mode_sb() 3805 cm->base_qindex, cm->y_dc_delta_q, cm->bit_depth); in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_encodeframe.c | 1629 return vp9_compute_rd_mult(cpi, segment_qindex + cm->y_dc_delta_q); in set_segment_rdmult() 4480 xd->lossless = cm->base_qindex == 0 && cm->y_dc_delta_q == 0 && in encode_frame_internal()
|
D | vp9_pickmode.c | 1181 return vp9_get_intra_cost_penalty(cm->base_qindex, cm->y_dc_delta_q, in set_intra_cost_penalty()
|
/external/libvpx/libvpx/test/ |
D | vp9_encoder_parms_get_to_decoder.cc | 108 EXPECT_EQ(0, common->y_dc_delta_q); in HandleDecodeResult()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 186 int y_dc_delta_q; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1089 cm->y_dc_delta_q = read_delta_q(rb); in setup_quantization() 1093 xd->lossless = cm->base_qindex == 0 && cm->y_dc_delta_q == 0 && in setup_quantization() 1108 vp9_dc_quant(qindex, cm->y_dc_delta_q, cm->bit_depth); in setup_segmentation_dequant() 1119 cm->y_dequant[0][0] = vp9_dc_quant(qindex, cm->y_dc_delta_q, cm->bit_depth); in setup_segmentation_dequant()
|