• Home
  • Raw
  • Download

Lines Matching refs:ORC_RESTRICT

72 #ifndef ORC_RESTRICT
74 #define ORC_RESTRICT restrict macro
76 #define ORC_RESTRICT __restrict__ macro
78 #define ORC_RESTRICT macro
98 void deinterlace_line_vfir (guint8 * ORC_RESTRICT d1,
99 const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2,
100 const guint8 * ORC_RESTRICT s3, const guint8 * ORC_RESTRICT s4,
101 const guint8 * ORC_RESTRICT s5, int n);
102 void deinterlace_line_linear (guint8 * ORC_RESTRICT d1,
103 const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n);
104 void deinterlace_line_linear_blend (guint8 * ORC_RESTRICT d1,
105 const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2,
106 const guint8 * ORC_RESTRICT s3, int n);
107 void deinterlace_line_greedy (orc_uint8 * ORC_RESTRICT d1,
108 const orc_uint8 * ORC_RESTRICT s1, const orc_uint8 * ORC_RESTRICT s2,
109 const orc_uint8 * ORC_RESTRICT s3, const orc_uint8 * ORC_RESTRICT s4,
144 #ifndef ORC_RESTRICT
146 #define ORC_RESTRICT restrict macro
148 #define ORC_RESTRICT __restrict__ macro
150 #define ORC_RESTRICT macro
160 deinterlace_line_vfir (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in deinterlace_line_vfir()
161 const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, in deinterlace_line_vfir()
162 const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, int n) in deinterlace_line_vfir()
165 orc_int8 *ORC_RESTRICT ptr0; in deinterlace_line_vfir()
166 const orc_int8 *ORC_RESTRICT ptr4; in deinterlace_line_vfir()
167 const orc_int8 *ORC_RESTRICT ptr5; in deinterlace_line_vfir()
168 const orc_int8 *ORC_RESTRICT ptr6; in deinterlace_line_vfir()
169 const orc_int8 *ORC_RESTRICT ptr7; in deinterlace_line_vfir()
170 const orc_int8 *ORC_RESTRICT ptr8; in deinterlace_line_vfir()
253 _backup_deinterlace_line_vfir (OrcExecutor * ORC_RESTRICT ex) in _backup_deinterlace_line_vfir()
257 orc_int8 *ORC_RESTRICT ptr0; in _backup_deinterlace_line_vfir()
258 const orc_int8 *ORC_RESTRICT ptr4; in _backup_deinterlace_line_vfir()
259 const orc_int8 *ORC_RESTRICT ptr5; in _backup_deinterlace_line_vfir()
260 const orc_int8 *ORC_RESTRICT ptr6; in _backup_deinterlace_line_vfir()
261 const orc_int8 *ORC_RESTRICT ptr7; in _backup_deinterlace_line_vfir()
262 const orc_int8 *ORC_RESTRICT ptr8; in _backup_deinterlace_line_vfir()
344 deinterlace_line_vfir (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, in deinterlace_line_vfir()
345 const guint8 * ORC_RESTRICT s2, const guint8 * ORC_RESTRICT s3, in deinterlace_line_vfir()
346 const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, int n) in deinterlace_line_vfir()
446 deinterlace_line_linear (guint8 * ORC_RESTRICT d1, in deinterlace_line_linear()
447 const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n) in deinterlace_line_linear()
450 orc_int8 *ORC_RESTRICT ptr0; in deinterlace_line_linear()
451 const orc_int8 *ORC_RESTRICT ptr4; in deinterlace_line_linear()
452 const orc_int8 *ORC_RESTRICT ptr5; in deinterlace_line_linear()
477 _backup_deinterlace_line_linear (OrcExecutor * ORC_RESTRICT ex) in _backup_deinterlace_line_linear()
481 orc_int8 *ORC_RESTRICT ptr0; in _backup_deinterlace_line_linear()
482 const orc_int8 *ORC_RESTRICT ptr4; in _backup_deinterlace_line_linear()
483 const orc_int8 *ORC_RESTRICT ptr5; in _backup_deinterlace_line_linear()
507 deinterlace_line_linear (guint8 * ORC_RESTRICT d1, in deinterlace_line_linear()
508 const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, int n) in deinterlace_line_linear()
564 deinterlace_line_linear_blend (guint8 * ORC_RESTRICT d1, in deinterlace_line_linear_blend()
565 const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, in deinterlace_line_linear_blend()
566 const guint8 * ORC_RESTRICT s3, int n) in deinterlace_line_linear_blend()
569 orc_int8 *ORC_RESTRICT ptr0; in deinterlace_line_linear_blend()
570 const orc_int8 *ORC_RESTRICT ptr4; in deinterlace_line_linear_blend()
571 const orc_int8 *ORC_RESTRICT ptr5; in deinterlace_line_linear_blend()
572 const orc_int8 *ORC_RESTRICT ptr6; in deinterlace_line_linear_blend()
632 _backup_deinterlace_line_linear_blend (OrcExecutor * ORC_RESTRICT ex) in _backup_deinterlace_line_linear_blend()
636 orc_int8 *ORC_RESTRICT ptr0; in _backup_deinterlace_line_linear_blend()
637 const orc_int8 *ORC_RESTRICT ptr4; in _backup_deinterlace_line_linear_blend()
638 const orc_int8 *ORC_RESTRICT ptr5; in _backup_deinterlace_line_linear_blend()
639 const orc_int8 *ORC_RESTRICT ptr6; in _backup_deinterlace_line_linear_blend()
698 deinterlace_line_linear_blend (guint8 * ORC_RESTRICT d1, in deinterlace_line_linear_blend()
699 const guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, in deinterlace_line_linear_blend()
700 const guint8 * ORC_RESTRICT s3, int n) in deinterlace_line_linear_blend()
784 deinterlace_line_greedy (orc_uint8 * ORC_RESTRICT d1, in deinterlace_line_greedy()
785 const orc_uint8 * ORC_RESTRICT s1, const orc_uint8 * ORC_RESTRICT s2, in deinterlace_line_greedy()
786 const orc_uint8 * ORC_RESTRICT s3, const orc_uint8 * ORC_RESTRICT s4, in deinterlace_line_greedy()
790 orc_int8 *ORC_RESTRICT ptr0; in deinterlace_line_greedy()
791 const orc_int8 *ORC_RESTRICT ptr4; in deinterlace_line_greedy()
792 const orc_int8 *ORC_RESTRICT ptr5; in deinterlace_line_greedy()
793 const orc_int8 *ORC_RESTRICT ptr6; in deinterlace_line_greedy()
794 const orc_int8 *ORC_RESTRICT ptr7; in deinterlace_line_greedy()
891 _backup_deinterlace_line_greedy (OrcExecutor * ORC_RESTRICT ex) in _backup_deinterlace_line_greedy()
895 orc_int8 *ORC_RESTRICT ptr0; in _backup_deinterlace_line_greedy()
896 const orc_int8 *ORC_RESTRICT ptr4; in _backup_deinterlace_line_greedy()
897 const orc_int8 *ORC_RESTRICT ptr5; in _backup_deinterlace_line_greedy()
898 const orc_int8 *ORC_RESTRICT ptr6; in _backup_deinterlace_line_greedy()
899 const orc_int8 *ORC_RESTRICT ptr7; in _backup_deinterlace_line_greedy()
995 deinterlace_line_greedy (orc_uint8 * ORC_RESTRICT d1, in deinterlace_line_greedy()
996 const orc_uint8 * ORC_RESTRICT s1, const orc_uint8 * ORC_RESTRICT s2, in deinterlace_line_greedy()
997 const orc_uint8 * ORC_RESTRICT s3, const orc_uint8 * ORC_RESTRICT s4, in deinterlace_line_greedy()