• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching defs:_stride

32 static void FUNCC(pred4x4_vertical)(uint8_t *_src, const uint8_t *topright, int _stride){
34 int stride = _stride/sizeof(pixel);
43 static void FUNCC(pred4x4_horizontal)(uint8_t *_src, const uint8_t *topright, int _stride){
45 int stride = _stride/sizeof(pixel);
52 static void FUNCC(pred4x4_dc)(uint8_t *_src, const uint8_t *topright, int _stride){
54 int stride = _stride/sizeof(pixel);
65 static void FUNCC(pred4x4_left_dc)(uint8_t *_src, const uint8_t *topright, int _stride){
67 int stride = _stride/sizeof(pixel);
77 static void FUNCC(pred4x4_top_dc)(uint8_t *_src, const uint8_t *topright, int _stride){
79 int stride = _stride/sizeof(pixel);
89 static void FUNCC(pred4x4_128_dc)(uint8_t *_src, const uint8_t *topright, int _stride){
91 int stride = _stride/sizeof(pixel);
100 static void FUNCC(pred4x4_127_dc)(uint8_t *_src, const uint8_t *topright, int _stride){
102 int stride = _stride/sizeof(pixel);
111 static void FUNCC(pred4x4_129_dc)(uint8_t *_src, const uint8_t *topright, int _stride){
113 int stride = _stride/sizeof(pixel);
147 static void FUNCC(pred4x4_down_right)(uint8_t *_src, const uint8_t *topright, int _stride){
149 int stride = _stride/sizeof(pixel);
172 static void FUNCC(pred4x4_down_left)(uint8_t *_src, const uint8_t *_topright, int _stride){
175 int stride = _stride/sizeof(pixel);
198 static void FUNCC(pred4x4_vertical_right)(uint8_t *_src, const uint8_t *topright, int _stride){
200 int stride = _stride/sizeof(pixel);
223 static void FUNCC(pred4x4_vertical_left)(uint8_t *_src, const uint8_t *_topright, int _stride){
226 int stride = _stride/sizeof(pixel);
248 static void FUNCC(pred4x4_horizontal_up)(uint8_t *_src, const uint8_t *topright, int _stride){
250 int stride = _stride/sizeof(pixel);
271 static void FUNCC(pred4x4_horizontal_down)(uint8_t *_src, const uint8_t *topright, int _stride){
273 int stride = _stride/sizeof(pixel);
296 static void FUNCC(pred16x16_vertical)(uint8_t *_src, int _stride){
299 int stride = _stride/sizeof(pixel);
395 static inline void FUNCC(pred16x16_plane_compat)(uint8_t *_src, int _stride, const int svq3, const int rv40){
400 int stride = _stride/sizeof(pixel);
444 static void FUNCC(pred8x8_vertical)(uint8_t *_src, int _stride){
447 int stride = _stride/sizeof(pixel);
457 static void FUNCC(pred8x16_vertical)(uint8_t *_src, int _stride){
460 int stride = _stride>>(sizeof(pixel)-1);
704 static void FUNCC(pred8x8_plane)(uint8_t *_src, int _stride){
709 int stride = _stride/sizeof(pixel);
739 static void FUNCC(pred8x16_plane)(uint8_t *_src, int _stride){
744 int stride = _stride>>(sizeof(pixel)-1);
818 static void FUNCC(pred8x8l_128_dc)(uint8_t *_src, int has_topleft, int has_topright, int _stride)
821 int stride = _stride/sizeof(pixel);
825 static void FUNCC(pred8x8l_left_dc)(uint8_t *_src, int has_topleft, int has_topright, int _stride)
828 int stride = _stride/sizeof(pixel);
834 static void FUNCC(pred8x8l_top_dc)(uint8_t *_src, int has_topleft, int has_topright, int _stride)
837 int stride = _stride/sizeof(pixel);
843 static void FUNCC(pred8x8l_dc)(uint8_t *_src, int has_topleft, int has_topright, int _stride)
846 int stride = _stride/sizeof(pixel);
854 static void FUNCC(pred8x8l_horizontal)(uint8_t *_src, int has_topleft, int has_topright, int _stride)
857 int stride = _stride/sizeof(pixel);
867 static void FUNCC(pred8x8l_vertical)(uint8_t *_src, int has_topleft, int has_topright, int _stride)
871 int stride = _stride/sizeof(pixel);
890 static void FUNCC(pred8x8l_down_left)(uint8_t *_src, int has_topleft, int has_topright, int _stride)
893 int stride = _stride/sizeof(pixel);
912 static void FUNCC(pred8x8l_down_right)(uint8_t *_src, int has_topleft, int has_topright, int _stride)
915 int stride = _stride/sizeof(pixel);
935 static void FUNCC(pred8x8l_vertical_right)(uint8_t *_src, int has_topleft, int has_topright, int _stride)
938 int stride = _stride/sizeof(pixel);
965 static void FUNCC(pred8x8l_horizontal_down)(uint8_t *_src, int has_topleft, int has_topright, int _stride)
968 int stride = _stride/sizeof(pixel);
995 static void FUNCC(pred8x8l_vertical_left)(uint8_t *_src, int has_topleft, int has_topright, int _stride)
998 int stride = _stride/sizeof(pixel);
1024 static void FUNCC(pred8x8l_horizontal_up)(uint8_t *_src, int has_topleft, int has_topright, int _stride)
1027 int stride = _stride/sizeof(pixel);