Home
last modified time | relevance | path

Searched refs:is_halfpel (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Divi.c644 if (band->is_halfpel) { in ivi_decode_blocks()
659 dmv_x = mb->mv_x >> band->is_halfpel; in ivi_decode_blocks()
660 dmv_y = mb->mv_y >> band->is_halfpel; in ivi_decode_blocks()
661 cx = mb->mv_x & band->is_halfpel; in ivi_decode_blocks()
662 cy = mb->mv_y & band->is_halfpel; in ivi_decode_blocks()
674 dmv_x = mb->b_mv_x >> band->is_halfpel; in ivi_decode_blocks()
675 dmv_y = mb->b_mv_y >> band->is_halfpel; in ivi_decode_blocks()
676 cx = mb->b_mv_x & band->is_halfpel; in ivi_decode_blocks()
677 cy = mb->b_mv_y & band->is_halfpel; in ivi_decode_blocks()
758 int is_halfpel = band->is_halfpel; in ivi_process_empty_tile() local
[all …]
Dindeo4.c295 band->is_halfpel = get_bits(&ctx->gb, 2); in decode_band_hdr()
296 if (band->is_halfpel >= 2) { in decode_band_hdr()
298 band->is_halfpel); in decode_band_hdr()
301 if (!band->is_halfpel) in decode_band_hdr()
606 s= band->is_halfpel; in decode_mb_info()
Dindeo5.c131 band->is_halfpel = get_bits1(&ctx->gb); in decode_gop_header()
238 band2->is_halfpel = band1->is_halfpel; in decode_gop_header()
565 s= band->is_halfpel; in decode_mb_info()
Divi.h160 …int is_halfpel; ///< precision of the motion compensation: 0 - fullpel, 1 - halfpel member