tab_size 631 libavcodec/ituh263dec.c #define tab_bias (tab_size / 2) tab_size 640 libavcodec/ituh263dec.c if ((unsigned)(p_mx + tab_bias) < tab_size) { tab_size 648 libavcodec/ituh263dec.c if ((unsigned)(p_my + tab_bias) < tab_size) { tab_size 68 libavcodec/mpeg4video.c #define tab_bias (tab_size / 2) tab_size 74 libavcodec/mpeg4video.c for (i = 0; i < tab_size; i++) { tab_size 90 libavcodec/mpeg4video.c if ((unsigned)(p_mx + tab_bias) < tab_size) { tab_size 100 libavcodec/mpeg4video.c if ((unsigned)(p_my + tab_bias) < tab_size) {