/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_mvref_common.c | 120 static void lower_mv_precision(MV *mv, int allow_hp) { 121 const int use_hp = allow_hp && vp9_use_mv_hp(mv); 131 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, 136 lower_mv_precision(&mvlist[i].as_mv, allow_hp);
|
vp9_entropymv.c | 196 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) { 224 if (allow_hp) {
|
vp9_mvref_common.h | 215 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp,
|
/external/libvpx/libvpx/vp9/common/ |
vp9_mvref_common.h | 40 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp,
|
vp9_mvref_common.c | 295 static void lower_mv_precision(MV *mv, int allow_hp) { 296 const int use_hp = allow_hp && vp9_use_mv_hp(mv); 306 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, 311 lower_mv_precision(&mvlist[i].as_mv, allow_hp);
|
vp9_entropymv.c | 196 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) { 224 if (allow_hp) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_mvref_common.h | 40 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp,
|
vp9_mvref_common.c | 295 static void lower_mv_precision(MV *mv, int allow_hp) { 296 const int use_hp = allow_hp && vp9_use_mv_hp(mv); 306 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, 311 lower_mv_precision(&mvlist[i].as_mv, allow_hp);
|
vp9_entropymv.c | 196 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) { 224 if (allow_hp) {
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.h | 82 int allow_hp, 97 int allow_hp,
|
vp9_bitstream.c | 239 const int allow_hp = cm->allow_high_precision_mv; local 318 nmvc, allow_hp); 327 allow_hp); [all...] |
vp9_mcomp.c | 265 int allow_hp, 329 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { 361 int allow_hp, 436 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_mcomp.h | 82 int allow_hp, 97 int allow_hp,
|
vp9_bitstream.c | 239 const int allow_hp = cm->allow_high_precision_mv; local 318 nmvc, allow_hp); 327 allow_hp); [all...] |
vp9_mcomp.c | 265 int allow_hp, 329 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { 361 int allow_hp, 436 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/ |
vp9_decodemv.c | 238 nmv_context_counts *counts, int allow_hp) { 241 const int use_hp = allow_hp && vp9_use_mv_hp(ref); 367 int is_compound, int allow_hp, vp9_reader *r) { 377 allow_hp); 428 const int allow_hp = cm->allow_high_precision_mv; local 463 vp9_find_best_ref_mvs(xd, allow_hp, mbmi->ref_mvs[mbmi->ref_frame[ref]], 492 is_compound, allow_hp, r)) { 514 nearestmv, nearmv, is_compound, allow_hp, r);
|
vp9_decodeframe.c | 155 static void read_mv_probs(nmv_context *ctx, int allow_hp, vp9_reader *r) { 175 if (allow_hp) { [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 239 nmv_context_counts *counts, int allow_hp) { 242 const int use_hp = allow_hp && vp9_use_mv_hp(ref); 368 int is_compound, int allow_hp, vp9_reader *r) { 378 allow_hp); 429 const int allow_hp = cm->allow_high_precision_mv; local 459 vp9_find_best_ref_mvs(xd, allow_hp, mbmi->ref_mvs[mbmi->ref_frame[ref]], 488 is_compound, allow_hp, r)) { 510 nearestmv, nearmv, is_compound, allow_hp, r);
|
vp9_decodeframe.c | 153 static void read_mv_probs(nmv_context *ctx, int allow_hp, vp9_reader *r) { 173 if (allow_hp) { [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodemv.c | 239 nmv_context_counts *counts, int allow_hp) { 242 const int use_hp = allow_hp && vp9_use_mv_hp(ref); 368 int is_compound, int allow_hp, vp9_reader *r) { 378 allow_hp); 429 const int allow_hp = cm->allow_high_precision_mv; local 459 vp9_find_best_ref_mvs(xd, allow_hp, mbmi->ref_mvs[mbmi->ref_frame[ref]], 488 is_compound, allow_hp, r)) { 510 nearestmv, nearmv, is_compound, allow_hp, r);
|
vp9_decodeframe.c | 155 static void read_mv_probs(nmv_context *ctx, int allow_hp, vp9_reader *r) { 175 if (allow_hp) { [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_mcomp.h | 97 int allow_hp,
|
vp9_bitstream.c | 236 const int allow_hp = cm->allow_high_precision_mv; local 316 nmvc, allow_hp); 325 allow_hp); [all...] |
vp9_mcomp.c | 300 int allow_hp, 366 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { 392 int allow_hp, 430 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { [all...] |