Home
last modified time | relevance | path

Searched refs:compressor_speed (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/vp8/encoder/
Donyx_if.c562 int Mode = cpi->compressor_speed; in vp8_set_speed_features()
1514 cpi->compressor_speed = 1; in vp8_init_config()
1533 cpi->compressor_speed = 2; in vp8_init_config()
1548 cpi->compressor_speed = 1; in vp8_init_config()
1562 cpi->compressor_speed = 0; in vp8_init_config()
1567 cpi->compressor_speed = 1; in vp8_init_config()
1571 cpi->compressor_speed = 1; in vp8_init_config()
1584 cpi->compressor_speed = 0; in vp8_init_config()
1818 cpi->compressor_speed = 2; in vp8_change_config()
1833 cpi->compressor_speed = 1; in vp8_change_config()
[all …]
Dparms.cpp55 DOTHIS(O, compressor_speed )\
Dfirstpass.c934 if ((cpi->compressor_speed == 3) || (cpi->compressor_speed == 1)) in estimate_max_q()
984 if ((cpi->compressor_speed == 3) || (cpi->compressor_speed == 1)) in estimate_q()
1061 if ((cpi->compressor_speed == 3) || (cpi->compressor_speed == 1)) in estimate_kf_group_q()
Drdopt.c1106 …s, int *returntotrate, int *returnyrate, int *returndistortion, int compressor_speed, int *mvcost[… in vp8_rd_pick_best_mbsegmentation() argument
1265 if ((compressor_speed == 0) && (bestsme >> sseshift) > 4000) in vp8_rd_pick_best_mbsegmentation()
1662 …st_ref_mv, breakout_rd, mdcounts, &rate, &rate_y, &distortion, cpi->compressor_speed, x->mvcost, c… in vp8_rd_pick_inter_mode()
1664 …st_ref_mv, breakout_rd, mdcounts, &rate, &rate_y, &distortion, cpi->compressor_speed, x->mvcost, c… in vp8_rd_pick_inter_mode()
1666 …st_ref_mv, breakout_rd, mdcounts, &rate, &rate_y, &distortion, cpi->compressor_speed, x->mvcost, c… in vp8_rd_pick_inter_mode()
Donyx_int.h497 int compressor_speed; member
Dencodeframe.c621 if (cpi->compressor_speed == 2) in vp8_encode_frame()
1056 if (cpi->sf.RD || cpi->compressor_speed != 2) in vp8cx_encode_intra_macro_block()
Dratectrl.c498 if (cpi->compressor_speed == 2) in calc_gf_params()