Searched refs:has_topright (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_intrapred_init.c54 void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, int has_topleft, int has_topright, int stride);
134 void ff_pred8x8l_top_dc_mmxext (uint8_t *src, int has_topleft, int has_topright, int stride);
135 void ff_pred8x8l_top_dc_ssse3 (uint8_t *src, int has_topleft, int has_topright, int stride);
136 void ff_pred8x8l_dc_mmxext (uint8_t *src, int has_topleft, int has_topright, int stride);
137 void ff_pred8x8l_dc_ssse3 (uint8_t *src, int has_topleft, int has_topright, int stride);
138 void ff_pred8x8l_horizontal_mmxext (uint8_t *src, int has_topleft, int has_topright, int stride);
139 void ff_pred8x8l_horizontal_ssse3 (uint8_t *src, int has_topleft, int has_topright, int stride);
140 void ff_pred8x8l_vertical_mmxext (uint8_t *src, int has_topleft, int has_topright, int stride);
141 void ff_pred8x8l_vertical_ssse3 (uint8_t *src, int has_topleft, int has_topright, int stride);
142 void ff_pred8x8l_down_left_mmxext (uint8_t *src, int has_topleft, int has_topright, in
[all...]
H A Dh264_intrapred_10bit.asm523 ; void pred8x8l_128_dc(pixel *src, int has_topleft, int has_topright, int stride)
547 ; void pred8x8l_top_dc(pixel *src, int has_topleft, int has_topright, int stride)
586 ;void pred8x8l_dc(pixel *src, int has_topleft, int has_topright, int stride)
645 ; void pred8x8l_vertical(pixel *src, int has_topleft, int has_topright, int stride)
680 ; void pred8x8l_horizontal(uint8_t *src, int has_topleft, int has_topright, int stride)
737 ;void pred8x8l_down_left(pixel *src, int has_topleft, int has_topright, int stride)
806 ;void pred8x8l_down_right(pixel *src, int has_topleft, int has_topright, int stride)
881 ; void pred8x8l_vertical_right(pixel *src, int has_topleft, int has_topright, int stride)
952 ; void pred8x8l_horizontal_up(pixel *src, int has_topleft, int has_topright, int stride)
H A Dh264_intrapred.asm1082 ; void pred8x8l_top_dc(uint8_t *src, int has_topleft, int has_topright, int stride)
1138 ;void pred8x8l_dc(uint8_t *src, int has_topleft, int has_topright, int stride)
1241 ; void pred8x8l_horizontal(uint8_t *src, int has_topleft, int has_topright, int stride)
1313 ; void pred8x8l_vertical(uint8_t *src, int has_topleft, int has_topright, int stride)
1364 ;void pred8x8l_down_left(uint8_t *src, int has_topleft, int has_topright, int stride)
1567 ;void pred8x8l_down_right_mmxext(uint8_t *src, int has_topleft, int has_topright, int stride)
1821 ; void pred8x8l_vertical_right(uint8_t *src, int has_topleft, int has_topright, int stride)
2048 ;void pred8x8l_vertical_left(uint8_t *src, int has_topleft, int has_topright, int stride)
2139 ; void pred8x8l_horizontal_up(uint8_t *src, int has_topleft, int has_topright, int stride)
2227 ;void pred8x8l_horizontal_down(uint8_t *src, int has_topleft, int has_topright, in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264pred_template.c795 const int t7 av_unused = ((has_topright ? SRC(8,-1) : SRC(7,-1)) \
802 if(has_topright) { \
818 static void FUNCC(pred8x8l_128_dc)(uint8_t *_src, int has_topleft, int has_topright, int _stride) argument
825 static void FUNCC(pred8x8l_left_dc)(uint8_t *_src, int has_topleft, int has_topright, int _stride) argument
834 static void FUNCC(pred8x8l_top_dc)(uint8_t *_src, int has_topleft, int has_topright, int _stride) argument
843 static void FUNCC(pred8x8l_dc)(uint8_t *_src, int has_topleft, int has_topright, int _stride) argument
854 static void FUNCC(pred8x8l_horizontal)(uint8_t *_src, int has_topleft, int has_topright, int _stride) argument
867 static void FUNCC(pred8x8l_vertical)(uint8_t *_src, int has_topleft, int has_topright, int _stride) argument
890 static void FUNCC(pred8x8l_down_left)(uint8_t *_src, int has_topleft, int has_topright, int _stride) argument
912 static void FUNCC(pred8x8l_down_right)(uint8_t *_src, int has_topleft, int has_topright, in argument
935 pred8x8l_vertical_right(uint8_t *_src, int has_topleft, int has_topright, int _stride) argument
965 pred8x8l_horizontal_down(uint8_t *_src, int has_topleft, int has_topright, int _stride) argument
995 pred8x8l_vertical_left(uint8_t *_src, int has_topleft, int has_topright, int _stride) argument
1024 pred8x8l_horizontal_up(uint8_t *_src, int has_topleft, int has_topright, int _stride) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264pred_template.c862 const int t7 av_unused = ((has_topright ? SRC(8,-1) : SRC(7,-1)) \
869 if(has_topright) { \
886 int has_topright, ptrdiff_t _stride)
894 int has_topright, ptrdiff_t _stride)
904 int has_topright, ptrdiff_t _stride)
914 int has_topright, ptrdiff_t _stride)
926 int has_topright, ptrdiff_t _stride)
940 int has_topright, ptrdiff_t _stride)
964 int has_topright, ptrdiff_t _stride)
987 int has_topright, ptrdiff_
885 pred8x8l_128_dc(uint8_t *_src, int has_topleft, int has_topright, ptrdiff_t _stride) argument
893 pred8x8l_left_dc(uint8_t *_src, int has_topleft, int has_topright, ptrdiff_t _stride) argument
903 pred8x8l_top_dc(uint8_t *_src, int has_topleft, int has_topright, ptrdiff_t _stride) argument
913 pred8x8l_dc(uint8_t *_src, int has_topleft, int has_topright, ptrdiff_t _stride) argument
925 pred8x8l_horizontal(uint8_t *_src, int has_topleft, int has_topright, ptrdiff_t _stride) argument
939 pred8x8l_vertical(uint8_t *_src, int has_topleft, int has_topright, ptrdiff_t _stride) argument
963 pred8x8l_down_left(uint8_t *_src, int has_topleft, int has_topright, ptrdiff_t _stride) argument
986 pred8x8l_down_right(uint8_t *_src, int has_topleft, int has_topright, ptrdiff_t _stride) argument
1010 pred8x8l_vertical_right(uint8_t *_src, int has_topleft, int has_topright, ptrdiff_t _stride) argument
1041 pred8x8l_horizontal_down(uint8_t *_src, int has_topleft, int has_topright, ptrdiff_t _stride) argument
1072 pred8x8l_vertical_left(uint8_t *_src, int has_topleft, int has_topright, ptrdiff_t _stride) argument
1102 pred8x8l_horizontal_up(uint8_t *_src, int has_topleft, int has_topright, ptrdiff_t _stride) argument
1128 pred8x8l_vertical_filter_add(uint8_t *_src, int16_t *_block, int has_topleft, int has_topright, ptrdiff_t _stride) argument
1164 pred8x8l_horizontal_filter_add(uint8_t *_src, int16_t *_block, int has_topleft, int has_topright, ptrdiff_t _stride) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_intrapred_10bit.asm503 ; void ff_pred8x8l_128_dc(pixel *src, int has_topleft, int has_topright,
528 ; void ff_pred8x8l_top_dc(pixel *src, int has_topleft, int has_topright,
568 ; void ff_pred8x8l_dc(pixel *src, int has_topleft, int has_topright, int stride)
627 ; void ff_pred8x8l_vertical(pixel *src, int has_topleft, int has_topright,
663 ; void ff_pred8x8l_horizontal(uint8_t *src, int has_topleft, int has_topright,
720 ; void ff_pred8x8l_down_left(pixel *src, int has_topleft, int has_topright,
789 ; void ff_pred8x8l_down_right(pixel *src, int has_topleft, int has_topright,
865 ; int has_topright, int stride)
936 ; int has_topright, int stride)
H A Dh264_intrapred.asm1016 ; void ff_pred8x8l_top_dc_8(uint8_t *src, int has_topleft, int has_topright,
1072 ; void ff_pred8x8l_dc_8(uint8_t *src, int has_topleft, int has_topright,
1177 ; int has_topright, int stride)
1248 ; void ff_pred8x8l_vertical_8(uint8_t *src, int has_topleft, int has_topright,
1300 ; int has_topright, int stride)
1501 ; int has_topright, int stride)
1753 ; int has_topright, int stride)
1981 ; int has_topright, int stride)
2071 ; int has_topright, int stride)
2159 ; int has_topright, in
[all...]
H A Dh264_intrapred_init.c62 int has_topright, \

Completed in 172 milliseconds