/external/libvpx/vp9/common/ |
D | vp9_quant_common.c | 167 case VPX_BITS_8: return dc_qlookup[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant() 168 case VPX_BITS_10: return dc_qlookup_10[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant() 169 case VPX_BITS_12: return dc_qlookup_12[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant() 176 return dc_qlookup[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant() 183 case VPX_BITS_8: return ac_qlookup[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant() 184 case VPX_BITS_10: return ac_qlookup_10[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant() 185 case VPX_BITS_12: return ac_qlookup_12[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant() 192 return ac_qlookup[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant() 202 return clamp(seg_qindex, 0, MAXQ); in vp9_get_qindex()
|
D | vp9_quant_common.h | 22 #define MAXQ 255 macro 23 #define QINDEX_RANGE (MAXQ - MINQ + 1)
|
D | vp9_seg_common.c | 20 static const int seg_feature_data_max[SEG_LVL_MAX] = { MAXQ, MAX_LOOP_FILTER, 3,
|
/external/libaom/av1/common/ |
D | quant_common.h | 26 #define MAXQ 255 macro 27 #define QINDEX_RANGE (MAXQ - MINQ + 1)
|
D | quant_common.c | 194 const int q_clamped = clamp(qindex + delta, 0, MAXQ); in av1_dc_quant_QTX() 206 const int q_clamped = clamp(qindex + delta, 0, MAXQ); in av1_ac_quant_QTX() 222 return clamp(seg_qindex, 0, MAXQ); in av1_get_qindex()
|
D | seg_common.c | 23 static const int seg_feature_data_max[SEG_LVL_MAX] = { MAXQ,
|
/external/libvpx/vp8/common/ |
D | onyxc_int.h | 33 #define MAXQ 127 macro 34 #define QINDEX_RANGE (MAXQ + 1)
|
/external/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 48 assert(MAXQ <= 255); in vp9_cyclic_refresh_alloc() 49 memset(cr->last_coded_q_map, MAXQ, last_coded_q_map_size); in vp9_cyclic_refresh_alloc() 246 clamp(cm->base_qindex + cr->qindex_delta[mi->segment_id], 0, MAXQ); in vp9_cyclic_refresh_update_sb_postencode() 250 clamp(cm->base_qindex + cr->qindex_delta[mi->segment_id], 0, MAXQ), in vp9_cyclic_refresh_update_sb_postencode() 489 int qp_max_thresh = 117 * MAXQ >> 7; in vp9_cyclic_refresh_update_parameters() 613 memset(cr->last_coded_q_map, MAXQ, in vp9_cyclic_refresh_setup() 660 qindex2 = clamp(cm->base_qindex + cm->y_dc_delta_q + qindex_delta, 0, MAXQ); in vp9_cyclic_refresh_setup() 687 memset(cr->last_coded_q_map, MAXQ, in vp9_cyclic_refresh_reset_resize()
|
/external/libaom/av1/encoder/ |
D | allintra_vis.c | 551 qindex = AOMMIN(qindex, MAXQ); in av1_get_sbq_perceptual_ai() 704 const float cq_level = (float)cpi->oxcf.rc_cfg.cq_level / (float)MAXQ; in av1_set_mb_ur_variance() 715 RINT((float)cpi->oxcf.q_cfg.deltaq_strength / 100.0f * (float)MAXQ * in av1_set_mb_ur_variance() 804 scaling_factor = (double)(MAXQ - cq_level) / (MAXQ - delta_q_avg[1]); in av1_set_mb_ur_variance() 836 if (base_qindex == MINQ || base_qindex == MAXQ) return base_qindex; in av1_get_sbq_user_rating_based() 845 qindex = AOMMIN(qindex, MAXQ); in av1_get_sbq_user_rating_based()
|
D | aq_cyclicrefresh.c | 394 int qp_max_thresh = 118 * MAXQ >> 7; in av1_cyclic_refresh_update_parameters() 572 0, MAXQ); in av1_cyclic_refresh_setup()
|
D | rdopt_utils.h | 361 aggr_factor = 4 * AOMMAX(1, ROUND_POWER_OF_TWO((MAXQ - x->qindex) * qslope, in check_txfm_eval() 412 const unsigned int src_var_thresh = 64 - 48 * x->qindex / (MAXQ + 1); in bypass_winner_mode_processing()
|
/external/OpenCL-CTS/test_conformance/SVM/ |
D | test_shared_address_space_fine_grain.cpp | 29 clCommandQueueWrapper queues[MAXQ]; in test_svm_shared_address_space_fine_grain()
|
D | test_allocate_shared_buffer.cpp | 50 clCommandQueueWrapper queues[MAXQ]; in test_svm_allocate_shared_buffer()
|
D | test_fine_grain_sync_buffers.cpp | 53 clCommandQueueWrapper queues[MAXQ]; in test_svm_fine_grain_sync_buffers()
|
D | test_pointer_passing.cpp | 44 clCommandQueueWrapper queues[MAXQ]; in test_svm_pointer_passing()
|
D | test_byte_granularity.cpp | 57 clCommandQueueWrapper queues[MAXQ]; in test_svm_byte_granularity()
|
D | test_shared_address_space_fine_grain_buffers.cpp | 70 clCommandQueueWrapper queues[MAXQ]; in test_svm_shared_address_space_fine_grain_buffers()
|
D | common.h | 68 #define MAXQ 32 macro
|
D | test_fine_grain_memory_consistency.cpp | 145 clCommandQueueWrapper queues[MAXQ]; in test_svm_fine_grain_memory_consistency()
|
D | test_set_kernel_exec_info_svm_ptrs.cpp | 51 clCommandQueueWrapper queues[MAXQ]; in test_svm_set_kernel_exec_info_svm_ptrs()
|
D | test_cross_buffer_pointers.cpp | 137 clCommandQueueWrapper queues[MAXQ]; in test_svm_cross_buffer_pointers_coarse_grain()
|
D | test_shared_sub_buffers.cpp | 134 clCommandQueueWrapper queues[MAXQ]; in test_svm_shared_sub_buffers()
|
D | test_shared_address_space_coarse_grain.cpp | 164 clCommandQueueWrapper queues[MAXQ]; in shared_address_space_coarse_grain()
|
D | test_enqueue_api.cpp | 76 clCommandQueueWrapper queues[MAXQ]; in test_svm_enqueue_api()
|
/external/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 306 QIndex = (QIndex >= 0) ? ((QIndex <= MAXQ) ? QIndex : MAXQ) : 0; in vp8cx_mb_init_quantizer()
|