Home
last modified time | relevance | path

Searched refs:ff_inverse (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
Dmathops.h49 : "=&r"(r) : "r"(a), "r"(b), "r"(ff_inverse) : "cc"); in FASTDIV()
60 : "=&r"(r), "=&r"(t) : "r"(a), "r"(ff_inverse[b])); in FASTDIV()
Ddca.h73 "r"(ff_inverse[levels]), "r"(values) in decode_blockcodes()
/third_party/ffmpeg/libavcodec/
Dmathtables.c27 const uint32_t ff_inverse[257]={ variable
Dmathops.h33 extern const uint32_t ff_inverse[257];
202 # define FASTDIV(a,b) ((uint32_t)((((uint64_t)a) * ff_inverse[b]) >> 32))
Dmsmpeg4.c240 : "g" (scale), "S" (ff_inverse[scale]) in ff_msmpeg4_pred_dc()
Dvorbisdec.c1347 unsigned inverse_class = ff_inverse[vr->classifications]; in setup_classifs()
/third_party/ffmpeg/libavcodec/x86/
Dmpegvideoenc_template.c136 : "a" ((block[0]>>2) + q), "c" (ff_inverse[q<<1]) in RENAME()