Searched refs:mvd (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph263pay.c | 273 static const guint16 mvd[64][5] = { variable 666 b_header->hmv11 = (package->mvd[0] & 0x7f) >> 3; in gst_rtp_h263_pay_splat_header_B() 667 b_header->hmv12 = (package->mvd[0] & 0x07); in gst_rtp_h263_pay_splat_header_B() 669 b_header->vmv11 = (package->mvd[1] & 0x07f) >> 2; in gst_rtp_h263_pay_splat_header_B() 670 b_header->vmv12 = (package->mvd[1] & 0x03); in gst_rtp_h263_pay_splat_header_B() 674 b_header->hmv21 = (package->mvd[4] & 0x7f) >> 1; in gst_rtp_h263_pay_splat_header_B() 675 b_header->hmv22 = (package->mvd[4] & 0x01); in gst_rtp_h263_pay_splat_header_B() 677 b_header->vmv21 = (package->mvd[5] & 0x7f); in gst_rtp_h263_pay_splat_header_B() 858 if ((code & mvd[i][1]) == mvd[i][0]) { in gst_rtp_h263_pay_decode_mvd() 1170 mac->mvd[j] = mvd[mvd_type][3]; in gst_rtp_h263_pay_B_mbfinder() [all …]
|
D | gstrtph263pay.h | 356 guint8 mvd[10]; member 392 guint8 mvd[10]; member
|
/third_party/ffmpeg/libavcodec/ |
D | h261enc.c | 242 int mvd, mv_diff_x, mv_diff_y, i, cbp; in ff_h261_encode_mb() local 244 mvd = 0; in ff_h261_encode_mb() 253 mvd = motion_x | motion_y; in ff_h261_encode_mb() 255 if ((cbp | mvd) == 0) { in ff_h261_encode_mb() 276 if (mvd || s->loop_filter) in ff_h261_encode_mb()
|
D | h264_cabac.c | 1499 int mvd; in decode_cabac_mb_mvd() local 1507 mvd= 1; in decode_cabac_mb_mvd() 1509 while( mvd < 9 && get_cabac( &sl->cabac, &sl->cabac_state[ctxbase] ) ) { in decode_cabac_mb_mvd() 1510 if( mvd < 4 ) in decode_cabac_mb_mvd() 1512 mvd++; in decode_cabac_mb_mvd() 1515 if( mvd >= 9 ) { in decode_cabac_mb_mvd() 1518 mvd += 1 << k; in decode_cabac_mb_mvd() 1526 mvd += get_cabac_bypass( &sl->cabac )<<k; in decode_cabac_mb_mvd() 1528 *mvda=mvd < 70 ? mvd : 70; in decode_cabac_mb_mvd() 1530 *mvda=mvd; in decode_cabac_mb_mvd() [all …]
|
D | h264_mvpred.h | 693 uint8_t(*mvd)[2] = sl->mvd_table[list]; in fill_decode_caches() local 702 AV_COPY64(mvd_cache[0 - 1 * 8], mvd[b_xy + 0]); in fill_decode_caches() 708 AV_COPY16(mvd_cache[-1 + 0 * 8], mvd[b_xy - left_block[0]]); in fill_decode_caches() 709 AV_COPY16(mvd_cache[-1 + 1 * 8], mvd[b_xy - left_block[1]]); in fill_decode_caches() 716 AV_COPY16(mvd_cache[-1 + 2 * 8], mvd[b_xy - left_block[2]]); in fill_decode_caches() 717 AV_COPY16(mvd_cache[-1 + 3 * 8], mvd[b_xy - left_block[3]]); in fill_decode_caches()
|
D | hevc_cabac.c | 1553 case 2: lc->pu.mvd.x = mvd_decode(s); break; in ff_hevc_hls_mvd_coding() 1554 case 1: lc->pu.mvd.x = mvd_sign_flag_decode(s); break; in ff_hevc_hls_mvd_coding() 1555 case 0: lc->pu.mvd.x = 0; break; in ff_hevc_hls_mvd_coding() 1559 case 2: lc->pu.mvd.y = mvd_decode(s); break; in ff_hevc_hls_mvd_coding() 1560 case 1: lc->pu.mvd.y = mvd_sign_flag_decode(s); break; in ff_hevc_hls_mvd_coding() 1561 case 0: lc->pu.mvd.y = 0; break; in ff_hevc_hls_mvd_coding()
|
D | hevcdec.h | 364 Mv mvd; member
|
D | hevcdec.c | 1819 mv->mv[0].x += lc->pu.mvd.x; in hevc_luma_mv_mvp_mode() 1820 mv->mv[0].y += lc->pu.mvd.y; in hevc_luma_mv_mvp_mode() 1828 AV_ZERO32(&lc->pu.mvd); in hevc_luma_mv_mvp_mode() 1837 mv->mv[1].x += lc->pu.mvd.x; in hevc_luma_mv_mvp_mode() 1838 mv->mv[1].y += lc->pu.mvd.y; in hevc_luma_mv_mvp_mode()
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 6224 "mvd~i",
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 6224 "mvd~i",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 5994 "mvd~i",
|
/third_party/rust/crates/regex/bench/src/data/ |
D | 1MB.txt | 22462 mvd
|