Searched refs:allow_high_precision_mv (Results 1 - 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_rd.c | 305 cm->allow_high_precision_mv ? x->nmvcost_hp 307 &cm->fc->nmvc, cm->allow_high_precision_mv);
|
H A D | vp9_encoder.h | 615 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv);
|
H A D | vp9_mbgraph.c | 65 x, dst_mv, ref_mv, cpi->common.allow_high_precision_mv, x->errorperbit,
|
H A D | vp9_pickmode.c | 190 cpi->common.allow_high_precision_mv, 1206 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates, 1288 cpi->common.allow_high_precision_mv, 1714 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates, 1841 cpi->common.allow_high_precision_mv,
|
H A D | vp9_bitstream.c | 248 const int allow_hp = cm->allow_high_precision_mv; 1132 vpx_wb_write_bit(wb, cm->allow_high_precision_mv); 1220 vp9_write_nmv_probs(cm, cm->allow_high_precision_mv, &header_bc,
|
H A D | vp9_temporal_filter.c | 258 cpi->common.allow_high_precision_mv,
|
H A D | vp9_encoder.c | 218 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) { argument 220 cpi->common.allow_high_precision_mv = allow_high_precision_mv; 221 if (cpi->common.allow_high_precision_mv) { 3889 vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv);
|
H A D | vp9_rdopt.c | 1680 cpi->common.allow_high_precision_mv, 1902 cm->allow_high_precision_mv, 2211 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates, 2329 cm->allow_high_precision_mv,
|
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_onyxc_int.h | 169 int allow_high_precision_mv; member in struct:VP9Common
|
/external/libvpx/libvpx/vp9/decoder/ |
H A D | vp9_decodemv.c | 492 const int allow_hp = cm->allow_high_precision_mv;
|
H A D | vp9_decodeframe.c | 1946 cm->allow_high_precision_mv = vpx_rb_read_bit(rb); 2080 read_mv_probs(nmvc, cm->allow_high_precision_mv, &r); 2261 vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv);
|
Completed in 181 milliseconds