/external/libffi/testsuite/libffi.call/ |
D | pyobjc-tc.c | 37 ffi_type rect_type; in main() local 63 rect_type.size = 0;/*sizeof(Rect);*/ in main() 64 rect_type.alignment =0;/* __alignof__(Rect);*/ in main() 65 rect_type.type = FFI_TYPE_STRUCT; in main() 66 rect_type.elements = malloc(3 * sizeof(ffi_type*)); in main() 67 rect_type.elements[0] = &point_type; in main() 68 rect_type.elements[1] = &size_type; in main() 69 rect_type.elements[2] = NULL; in main() 77 arglist[3] = &rect_type; in main()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | pyobjc-tc.c | 37 ffi_type rect_type; in main() local 63 rect_type.size = 0;/*sizeof(Rect);*/ in main() 64 rect_type.alignment =0;/* __alignof__(Rect);*/ in main() 65 rect_type.type = FFI_TYPE_STRUCT; in main() 66 rect_type.elements = malloc(3 * sizeof(ffi_type*)); in main() 67 rect_type.elements[0] = &point_type; in main() 68 rect_type.elements[1] = &size_type; in main() 69 rect_type.elements[2] = NULL; in main() 77 arglist[3] = &rect_type; in main()
|
/external/libaom/libaom/av1/common/x86/ |
D | av1_inv_txfm_avx2.c | 1623 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_no_identity_avx2() local 1647 if (rect_type == 1 || rect_type == -1) { in lowbd_inv_txfm2d_add_no_identity_avx2() 1685 int txw_idx, int rect_type) { in iidentity_row_16xn_avx2() argument 1692 if (rect_type != 1 && rect_type != -1) { in iidentity_row_16xn_avx2() 1759 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_idtx_avx2() local 1763 txw_idx, rect_type); in lowbd_inv_txfm2d_add_idtx_avx2() 1783 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_h_identity_avx2() local 1796 eoby + 1, txw_idx, rect_type); in lowbd_inv_txfm2d_add_h_identity_avx2() 1823 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_v_identity_avx2() local 1842 if (rect_type == 1 || rect_type == -1) { in lowbd_inv_txfm2d_add_v_identity_avx2()
|
D | av1_inv_txfm_ssse3.c | 2350 int txw_idx, int rect_type) { in iidentity_row_8xn_ssse3() argument 2357 if (rect_type != 1 && rect_type != -1) { in iidentity_row_8xn_ssse3() 2427 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_idtx_ssse3() local 2432 txw_idx, rect_type); in lowbd_inv_txfm2d_add_idtx_ssse3() 2523 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_no_identity_ssse3() local 2544 if (rect_type == 1 || rect_type == -1) { in lowbd_inv_txfm2d_add_no_identity_ssse3() 2592 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_h_identity_ssse3() local 2606 eoby + 1, txw_idx, rect_type); in lowbd_inv_txfm2d_add_h_identity_ssse3() 2637 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_v_identity_ssse3() local 2654 if (rect_type == 1 || rect_type == -1) { in lowbd_inv_txfm2d_add_v_identity_ssse3()
|
D | highbd_inv_txfm_sse4.c | 5210 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in highbd_inv_txfm2d_add_h_identity_ssse41() local 5226 if (rect_type == 1 || rect_type == -1) { in highbd_inv_txfm2d_add_h_identity_ssse41() 5274 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in highbd_inv_txfm2d_add_v_identity_ssse41() local 5293 if (rect_type == 1 || rect_type == -1) { in highbd_inv_txfm2d_add_v_identity_ssse41() 5350 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in highbd_inv_txfm2d_add_idtx_ssse41() local 5363 if (rect_type == 1 || rect_type == -1) { in highbd_inv_txfm2d_add_idtx_ssse41() 5413 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in highbd_inv_txfm2d_add_no_identity_sse41() local 5438 if (rect_type == 1 || rect_type == -1) { in highbd_inv_txfm2d_add_no_identity_sse41()
|
D | highbd_inv_txfm_avx2.c | 4125 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in highbd_inv_txfm2d_add_no_identity_avx2() local 4148 if (rect_type == 1 || rect_type == -1) { in highbd_inv_txfm2d_add_no_identity_avx2()
|
/external/libaom/libaom/test/ |
D | av1_txfm_test.cc | 224 const int rect_type = get_rect_tx_log_ratio(tx_width, tx_height); in get_amplification_factor() local 225 if (abs(rect_type) == 1) { in get_amplification_factor()
|
/external/libaom/libaom/av1/encoder/ |
D | av1_fwd_txfm2d.c | 70 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in fwd_txfm2d_c() local 113 if (abs(rect_type) == 1) { in fwd_txfm2d_c()
|
/external/libaom/libaom/av1/common/ |
D | av1_inv_txfm2d.c | 268 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in inv_txfm2d_add_c() local 292 if (abs(rect_type) == 1) { in inv_txfm2d_add_c()
|
/external/libaom/libaom/av1/common/arm/ |
D | av1_inv_txfm_neon.c | 3613 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_idtx_neon() local 3628 if (abs(rect_type) == 1) { in lowbd_inv_txfm2d_add_idtx_neon() 3669 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_v_identity_neon() local 3692 if (abs(rect_type) == 1) { in lowbd_inv_txfm2d_add_v_identity_neon() 3745 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_h_identity_neon() local 3767 if (abs(rect_type) == 1) { in lowbd_inv_txfm2d_add_h_identity_neon() 4133 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_no_identity_neon() local 4162 if (abs(rect_type) == 1) { in lowbd_inv_txfm2d_add_no_identity_neon()
|