Home | History | Annotate | Download | only in unit_test

Lines Matching refs:calloc

44       input = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
45 output_1 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
46 output_2 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
92 input = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
93 output_a1 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
94 output_b1 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
95 output_a2 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
96 output_b2 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
154 input = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
155 output_0 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
156 output_90 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
157 output_180 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
158 output_270 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
218 input = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
219 output_0_u = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
220 output_0_v = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
221 output_90_u = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
222 output_90_v = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
223 output_180_u = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
224 output_180_v = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
299 input = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
300 output_0_u = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
301 output_0_v = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
302 output_90_u = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
303 output_90_v = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
304 output_180_u = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
305 output_180_v = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
380 input = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
381 output_0_u = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
382 output_0_v = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
383 output_270_u = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
384 output_270_v = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
385 output_180_u = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
386 output_180_v = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
458 input = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
459 output_0 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
460 output_180 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
508 input = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
509 output_0 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
510 output_90 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
511 output_180 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
512 output_270 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
567 input = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
568 output_0 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
569 output_90 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
614 input = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
615 output_0 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
616 calloc(ow * oh, sizeof(uint8)));
674 input = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
675 output_0 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
676 output_270 = static_cast<uint8*>(calloc(ow * oh, sizeof(uint8)));
740 orig_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
741 orig_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
742 orig_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
744 ro0_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
745 ro0_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
746 ro0_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
748 ro90_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
749 ro90_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
750 ro90_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
752 ro270_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
753 ro270_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
754 ro270_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
855 orig_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
856 orig_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
857 orig_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
859 ro0_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
860 ro0_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
861 ro0_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
863 ro90_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
864 ro90_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
865 ro90_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
867 ro270_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
868 ro270_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
869 ro270_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
969 orig_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
970 orig_uv = static_cast<uint8*>(calloc(o_uv_plane_size, sizeof(uint8)));
972 ro0_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
973 ro0_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
974 ro0_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
976 ro90_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
977 ro90_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
978 ro90_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1071 orig_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1072 orig_uv = static_cast<uint8*>(calloc(o_uv_plane_size, sizeof(uint8)));
1074 ro0_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1075 ro0_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1076 ro0_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1078 ro270_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1079 ro270_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1080 ro270_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1173 orig_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1174 orig_uv = static_cast<uint8*>(calloc(o_uv_plane_size, sizeof(uint8)));
1176 ro0_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1177 ro0_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1178 ro0_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1180 ro180_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1181 ro180_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1182 ro180_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1271 orig_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1272 orig_uv = static_cast<uint8*>(calloc(o_uv_plane_size, sizeof(uint8)));
1274 roa_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1275 roa_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1276 roa_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1278 rob_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1279 rob_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1280 rob_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1282 roc_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1283 roc_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1284 roc_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1419 orig_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1420 orig_uv = static_cast<uint8*>(calloc(o_uv_plane_size, sizeof(uint8)));
1422 roa_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1423 roa_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1424 roa_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1426 rob_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8)));
1427 rob_u = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));
1428 rob_v = static_cast<uint8*>(calloc(uv_plane_size, sizeof(uint8)));