Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/arm/
Dvp56_arith.h45 unsigned shift = ff_vp56_norm_shift[c->high]; in vp56_rac_get_prob_armv6()
82 unsigned shift = ff_vp56_norm_shift[c->high]; in vp56_rac_get_prob_branchy_armv6()
Dvp8_armv6.S68 movrelx lr, X(ff_vp56_norm_shift)
/third_party/ffmpeg/libavcodec/
Dvp56rac.c25 const uint8_t ff_vp56_norm_shift[256]= { variable
Dvp56.h233 extern const uint8_t ff_vp56_norm_shift[256];
248 int shift = ff_vp56_norm_shift[c->high]; in vp56_rac_renorm()