Searched refs:mvy (Results 1 – 15 of 15) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | argo.c | 188 int mvx, mvy, a, b, c, mx, my; in decode_mad1() local 195 mvy = bytestream2_get_byte(gb) * bsize; in decode_mad1() 200 my = mvy + (c >> 7) - 64; in decode_mad1() 202 if (mvy < 0 || mvy >= h) in decode_mad1() 214 dst = frame->data[0] + mvx + l * mvy; in decode_mad1() 218 bsize_h = FFMIN3(bsize_h, h - mvy, h - my); in decode_mad1() 220 if (mvy >= my && (mvy != my || mvx >= mx)) { in decode_mad1() 401 int mvx, mvy, a, b, c, mx, my; in decode_mad1_24() local 408 mvy = bytestream2_get_byte(gb) * bsize; in decode_mad1_24() 413 my = mvy + (c >> 7) - 64; in decode_mad1_24() [all …]
|
D | scpr.c | 439 int mvx, mvy; in decompress_p() local 442 ret |= decode_value(s, s->mv_model[1], 512, 100, &mvy); in decompress_p() 447 mvy -= 256; in decompress_p() 449 if (by + mvy + sy1 < 0 || bx + mvx + sx1 < 0 || in decompress_p() 450 by + mvy + sy1 >= avctx->height || bx + mvx + sx1 >= avctx->width) in decompress_p() 453 …for (i = 0; i < sy2 - sy1 && (by + sy1 + i) < avctx->height && (by + mvy + sy1 + i) < avctx->heigh… in decompress_p() 455 …dst[(by + i + sy1) * linesize + bx + sx1 + j] = prev[(by + mvy + sy1 + i) * plinesize + bx + sx1 +… in decompress_p()
|
D | svq1dec.c | 432 int mvy = pmv[i]->y + (i >> 1) * 16; in svq1_motion_inter_4v_block() local 436 mvy = av_clip(mvy, -2 * y, 2 * (height - y - 8)); in svq1_motion_inter_4v_block() 438 src = &previous[(x + (mvx >> 1)) + (y + (mvy >> 1)) * pitch]; in svq1_motion_inter_4v_block() 441 hdsp->put_pixels_tab[1][((mvy & 1) << 1) | (mvx & 1)](dst, src, pitch, 8); in svq1_motion_inter_4v_block()
|
D | scpr3.c | 1020 int mvx = 0, mvy = 0; in decompress_p3() local 1150 s->mv_model3[1].dectab, &mvy); in decompress_p3() 1155 mvy -= 256; in decompress_p3() 1158 if (by + mvy + sy1 < 0 || bx + mvx + sx1 < 0 || in decompress_p3() 1159 by + mvy + sy1 >= avctx->height || bx + mvx + sx1 >= avctx->width) in decompress_p3() 1162 …for (i = 0; i < sy2 - sy1 && (by + sy1 + i) < avctx->height && (by + mvy + sy1 + i) < avctx->heigh… in decompress_p3() 1164 …dst[(by + i + sy1) * linesize + bx + sx1 + j] = prev[(by + mvy + sy1 + i) * plinesize + bx + sx1 +… in decompress_p3()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph261pay.c | 97 gint mvy; member 633 pmv[1] = prev->mvy; in parse_mb() 645 mb->mvy = mv[1]; in parse_mb() 648 mb->mvy = 0; in parse_mb() 840 header->vmvd = last->mvy; in gst_rtp_h261_pay_fragment_push()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | nvEncodeAPI.h | 1154 int16_t mvy; /**< the y component of MV in qpel units */ member 1314 …int32_t mvy : 10; /**< [in]: Specifies the y component of intege… member
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexLookupVerifier.cpp | 2217 const float mvy = deFloatAbs(dvdy); in computeLodBoundsFromDerivates() local 2226 const float fyMin = de::max(de::max(muy, mvy), mwy); in computeLodBoundsFromDerivates() 2231 const float fyMax = sqrt2 * (muy + mvy + mwy); in computeLodBoundsFromDerivates()
|
/third_party/icu/icu4c/source/data/misc/ |
D | likelySubtags.txt | 855 mvy{"mvy_Arab_PK"}
|
D | langInfo.txt | 1101 "mvy","Arab","PK",
|
D | supplementalData.txt | 15053 mvy{ 31008 mvy{
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | likelySubtags.txt | 840 mvy{"mvy_Arab_PK"}
|
D | supplementalData.txt | 14652 mvy{ 30230 mvy{
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | likelySubtags.txt | 855 mvy{"mvy_Arab_PK"}
|
D | langInfo.txt | 1102 "mvy","Arab","PK",
|
D | supplementalData.txt | 15053 mvy{ 31008 mvy{
|