Searched refs:has_topleft (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, 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)
809 ; standard forbids this when has_topleft is false
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, in
[all...]
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, in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264pred_template.c784 const int l0 = ((has_topleft ? SRC(-1,-1) : SRC(-1,0)) \
792 const int t0 = ((has_topleft ? SRC(-1,-1) : SRC(0,-1)) \
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, 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.c851 const int l0 = ((has_topleft ? SRC(-1,-1) : SRC(-1,0)) \
859 const int t0 = ((has_topleft ? SRC(-1,-1) : SRC(0,-1)) \
885 static void FUNCC(pred8x8l_128_dc)(uint8_t *_src, int has_topleft, argument
893 static void FUNCC(pred8x8l_left_dc)(uint8_t *_src, int has_topleft, argument
903 static void FUNCC(pred8x8l_top_dc)(uint8_t *_src, int has_topleft, argument
913 static void FUNCC(pred8x8l_dc)(uint8_t *_src, int has_topleft, argument
925 static void FUNCC(pred8x8l_horizontal)(uint8_t *_src, int has_topleft, argument
939 static void FUNCC(pred8x8l_vertical)(uint8_t *_src, int has_topleft, argument
963 static void FUNCC(pred8x8l_down_left)(uint8_t *_src, int has_topleft, argument
986 static void FUNCC(pred8x8l_down_right)(uint8_t *_src, int has_topleft, 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,
793 ; standard forbids this when has_topleft is false
864 ; void ff_pred8x8l_vertical_right(pixel *src, int has_topleft,
935 ; void ff_pred8x8l_horizontal_up(pixel *src, int has_topleft,
[all...]
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,
1176 ; void ff_pred8x8l_horizontal_8(uint8_t *src, int has_topleft,
1248 ; void ff_pred8x8l_vertical_8(uint8_t *src, int has_topleft, int has_topright,
1299 ; void ff_pred8x8l_down_left_8(uint8_t *src, int has_topleft,
1500 ; void ff_pred8x8l_down_right_8_mmxext(uint8_t *src, int has_topleft,
1752 ; void ff_pred8x8l_vertical_right_8(uint8_t *src, int has_topleft,
1980 ; void ff_pred8x8l_vertical_left_8(uint8_t *src, int has_topleft,
2070 ; void ff_pred8x8l_horizontal_up_8(uint8_t *src, int has_topleft,
2158 ; void ff_pred8x8l_horizontal_down_8(uint8_t *src, int has_topleft,
[all...]
H A Dh264_intrapred_init.c61 int has_topleft, \

Completed in 138 milliseconds