Searched defs:rdmult (Results 1 – 20 of 20) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.c | 179 uint32_t rdmult = q * q; in vp9_compute_rd_mult_based_on_qindex() local 208 static int modulate_rdmult(const VP9_COMP *cpi, int rdmult) { in modulate_rdmult() 225 int rdmult = vp9_compute_rd_mult_based_on_qindex(cpi, qindex); in vp9_compute_rd_mult() local 230 int rdmult = in vp9_get_adaptive_rdmult() local
|
D | vp9_aq_cyclicrefresh.h | 50 int rdmult; member
|
D | vp9_rd.h | 186 static INLINE void set_error_per_bit(MACROBLOCK *x, int rdmult) { in set_error_per_bit()
|
D | vp9_quantize.c | 285 const int rdmult = vp9_compute_rd_mult(cpi, qindex + cm->y_dc_delta_q); in vp9_init_plane_quantizers() local
|
D | vp9_block.h | 94 int rdmult; member
|
D | vp9_encodemb.c | 83 const int64_t rdmult = in vp9_optimize_b() local
|
D | vp9_temporal_filter.c | 1059 int rdmult; in vp9_temporal_filter() local
|
D | vp9_encoder.c | 6244 int rdmult, idx; local
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.h | 44 int64_t rdmult; member
|
D | rd.c | 352 int rdmult = q * q; in av1_compute_rd_mult_based_on_qindex() local 366 int64_t rdmult = av1_compute_rd_mult_based_on_qindex(cpi, qindex); in av1_compute_rd_mult() local 383 int64_t rdmult = 0; in av1_get_adaptive_rdmult() local
|
D | encodetxb.c | 1386 TX_CLASS tx_class, int bwl, int height, int64_t rdmult, int shift, 1443 int bwl, int64_t rdmult, int shift, const int16_t *dequant, 1524 int dc_sign_ctx, int64_t rdmult, int shift, const int16_t *dequant, 1634 int nz_num, int *nz_ci, int64_t rdmult, 1702 const int64_t rdmult = local 1842 const int64_t rdmult = local
|
D | aq_cyclicrefresh.c | 40 int rdmult; member
|
D | tpl_model.c | 390 int rdmult, idx; in mc_flow_dispenser() local
|
D | rd.h | 443 static INLINE void set_error_per_bit(MACROBLOCK *x, int rdmult) { in set_error_per_bit()
|
D | av1_quantize.c | 689 const int rdmult = av1_compute_rd_mult(cpi, qindex + cm->y_dc_delta_q); in av1_init_plane_quantizers() local
|
D | temporal_filter.c | 1251 int rdmult = 0; in av1_temporal_filter() local
|
D | block.h | 260 int rdmult; member
|
D | rdopt.c | 792 void av1_inter_mode_data_fit(TileDataEnc *tile_data, int rdmult) { in av1_inter_mode_data_fit()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemb.c | 159 int rdmult; in optimize_b() local
|
D | block.h | 88 int rdmult; member
|