Home
last modified time | relevance | path

Searched refs:ref_mb (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dindeo5.c460 IVIMbInfo *mb, *ref_mb; in decode_mb_info() local
464 ref_mb = tile->ref_mbs; in decode_mb_info()
467 if (!ref_mb && in decode_mb_info()
505 if (band->inherit_mv && ref_mb){ in decode_mb_info()
508 mb->mv_x = ivi_scale_mv(ref_mb->mv_x, mv_scale); in decode_mb_info()
509 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
511 mb->mv_x = ref_mb->mv_x; in decode_mb_info()
512 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
516 if (band->inherit_mv && ref_mb) { in decode_mb_info()
517 mb->type = ref_mb->type; /* copy mb_type from corresponding reference mb */ in decode_mb_info()
[all …]
Dindeo4.c474 IVIMbInfo *mb, *ref_mb; in decode_mb_info() local
478 ref_mb = tile->ref_mbs; in decode_mb_info()
524 if (band->inherit_mv && ref_mb) { in decode_mb_info()
527 mb->mv_x = ivi_scale_mv(ref_mb->mv_x, mv_scale); in decode_mb_info()
528 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in decode_mb_info()
530 mb->mv_x = ref_mb->mv_x; in decode_mb_info()
531 mb->mv_y = ref_mb->mv_y; in decode_mb_info()
537 if (!ref_mb) { in decode_mb_info()
541 mb->type = ref_mb->type; in decode_mb_info()
553 if (ref_mb) mb->q_delta = ref_mb->q_delta; in decode_mb_info()
[all …]
Divi.c751 IVIMbInfo *mb, *ref_mb; in ivi_process_empty_tile() local
770 ref_mb = tile->ref_mbs; in ivi_process_empty_tile()
791 if (ref_mb) { in ivi_process_empty_tile()
793 mb->q_delta = ref_mb->q_delta; in ivi_process_empty_tile()
798 mb->mv_x = ivi_scale_mv(ref_mb->mv_x, mv_scale); in ivi_process_empty_tile()
799 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale); in ivi_process_empty_tile()
801 mb->mv_x = ref_mb->mv_x; in ivi_process_empty_tile()
802 mb->mv_y = ref_mb->mv_y; in ivi_process_empty_tile()
822 ref_mb++; in ivi_process_empty_tile()