HomeSort by relevance Sort by last modified time
    Searched refs:allow_hp (Results 1 - 16 of 16) sorted by null

  /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) {
  /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/libvpx/libvpx/vp9/common/
vp9_mvref_common.c 159 static void lower_mv_precision(MV *mv, int allow_hp) {
160 const int use_hp = allow_hp && vp9_use_mv_hp(mv);
169 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp,
175 lower_mv_precision(&mvlist[i].as_mv, allow_hp);
vp9_entropymv.c 179 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) {
209 if (allow_hp) {
vp9_mvref_common.h 220 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp,
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h 84 int allow_hp,
vp9_mcomp.c 389 int allow_hp,
409 (void) allow_hp;
448 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) {
468 int allow_hp,
516 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) {
542 int allow_hp,
611 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) {
644 int allow_hp,
683 if (!(allow_hp && vp9_use_mv_hp(ref_mv)))
    [all...]
vp9_bitstream.c 248 const int allow_hp = cm->allow_high_precision_mv; local
325 nmvc, allow_hp);
334 allow_hp);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 289 nmv_context_counts *counts, int allow_hp) {
292 const int use_hp = allow_hp && vp9_use_mv_hp(ref);
425 int is_compound, int allow_hp, vpx_reader *r) {
435 allow_hp);
492 const int allow_hp = cm->allow_high_precision_mv; local
530 vp9_find_best_ref_mvs(xd, allow_hp, ref_mvs[mbmi->ref_frame[ref]],
562 is_compound, allow_hp, r)) {
584 nearestmv, nearmv, is_compound, allow_hp, r);
vp9_decodeframe.c 158 static void read_mv_probs(nmv_context *ctx, int allow_hp, vpx_reader *r) {
178 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...]

Completed in 131 milliseconds