Searched defs:q_index (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/external/libaom/test/ |
H A D | rd_test.cc | 25 int q_index = 29; in TEST() local 43 int q_index = 29; in TEST() local 62 for (auto q_index : q_index_ls) { in TEST() local 72 for (auto q_index : q_index_ls) { in TEST() local 81 for (int q_index = 0; q_index < 255; ++q_index) { in TEST() local
|
H A D | ratectrl_test.cc | 24 int q_index = av1_q_mode_get_q_index(base_q_index, gf_update_type, in TEST() local
|
H A D | tpl_model_test.cc | 181 const int q_index = in TEST() local 189 const int q_index = in TEST() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_aq_complexity.c | 41 static int get_aq_c_strength(int q_index, vpx_bit_depth_t bit_depth) { in get_aq_c_strength()
|
H A D | vp9_block.h | 79 int q_index; member
|
H A D | vp9_encoder.c | 4373 int actual_bits, int q_index) { 4399 int q_index = prev_q_index; local 4420 int q_index = 128; local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | aq_complexity.c | 41 static int get_aq_c_strength(int q_index, aom_bit_depth_t bit_depth) { in get_aq_c_strength()
|
H A D | tune_butteraugli.c | 261 const int q_index = 96; in av1_setup_butteraugli_rdmult() local
|
H A D | tpl_model.h | 727 double qstep_ratio, int q_index, in rc_log_frame_encode_param()
|
H A D | encode_strategy.c | 777 const int q_index = av1_rc_pick_q_and_bounds( local
|
H A D | tpl_model.c | 2115 double av1_laplace_estimate_frame_rate(int q_index, int block_count, in av1_laplace_estimate_frame_rate() 2322 int q_index = q_index_list[frame_index]; in av1_vbr_rc_info_estimate_gop_bitrate() local
|
H A D | temporal_filter.c | 1384 const FRAME_DIFF *frame_diff, int q_index, in av1_check_show_filtered_frame()
|
H A D | encoder.h | 2464 int q_index; member 2474 int q_index; member
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | block.h | 120 int q_index; member
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 1436 int q_index, in PrintZRegistersForStructuredAccess() 1500 int q_index, in PrintPartialZRegister() 1541 int q_index, in PrintPartialPRegister() 1578 int q_index, in PrintPartialPRegister() 1804 for (unsigned q_index = 0; q_index < (vl / kQRegSize); q_index++) { in PrintZAccess() local 1840 for (unsigned q_index = 0; q_index < (vl / kQRegSize); q_index++) { in PrintZStructAccess() local 1888 for (unsigned q_index = 0; q_index < (vl / kQRegSize); q_index++) { in PrintPAccess() local
|
/aosp_15_r20/external/libvpx/vpx/ |
H A D | vpx_ext_ratectrl.h | 141 int q_index; /**< Quantizer step index [0..255]*/ member
|
/aosp_15_r20/external/libvpx/vp9/ |
H A D | simple_encode.cc | 528 const int q_index = rq_history->q_index_history[i]; in encode_frame_result_update_rq_history() local
|