Home
last modified time | relevance | path

Searched refs:rtab (Results 1 – 3 of 3) sorted by relevance

/third_party/libnl/lib/route/qdisc/
Dtbf.c133 uint32_t rtab[RTNL_TC_RTABLE_SIZE], ptab[RTNL_TC_RTABLE_SIZE]; in tbf_msg_fill() local
145 rtnl_tc_build_rate_table(tc, &tbf->qt_rate, rtab); in tbf_msg_fill()
156 NLA_PUT(msg, TCA_TBF_RTAB, sizeof(rtab), rtab); in tbf_msg_fill()
/third_party/ffmpeg/libavcodec/
Dtwinvqdec.c138 const uint8_t *rtab; in very_broken_op() local
146 rtab = tabs[b / 5].tab; in very_broken_op()
147 return x - rtab[size * av_log2(2 * (x - 1) / size) + (x - 1) % size]; in very_broken_op()
Dmpegvideo_motion.c512 static const int rtab[8] = { 0, 0, 1, 1, 0, 0, 0, 1 }; in qpel_motion() local
513 mx = (motion_x >> 1) + rtab[motion_x & 7]; in qpel_motion()
514 my = (motion_y >> 1) + rtab[motion_y & 7]; in qpel_motion()