Searched refs:padded (Results 1 – 10 of 10) sorted by relevance
96 int32_t padded = 0; in arm_convolve_s8() local113 padded = 1; in arm_convolve_s8()126 if (buffer_fill_cnt == 4 && (padded == 0)) in arm_convolve_s8()158 else if (buffer_fill_cnt == 4 && (padded != 0)) in arm_convolve_s8()177 padded = 0; in arm_convolve_s8()
96 int padded = 0; in arm_depthwise_conv_s8_opt() local112 padded = 1; in arm_depthwise_conv_s8_opt()126 if (padded == 0) in arm_depthwise_conv_s8_opt()155 padded = 0; in arm_depthwise_conv_s8_opt()
949 const size_t padded = (padding != alignment) ? (len + padding) : len; in SDL_SIMDAlloc() local951 Uint8 *ptr = (Uint8 *) SDL_malloc(padded + alignment + sizeof (void *)); in SDL_SIMDAlloc()966 const size_t padded = (padding != alignment) ? (len + padding) : len; in SDL_SIMDRealloc() local981 ptr = (Uint8 *) SDL_realloc(mem, padded + alignment + sizeof (void *)); in SDL_SIMDRealloc()
169 can be simplified a little if they work on padded data: it's not necessary to
1106 Backup/Compare has difficulty with the (presumably) null padded files.
2592 the last column and/or row). The data must be padded to a multiple of a DCT2634 is smaller than this, it must be padded appropriately. For some sampling
167 padded records in case of CBC ciphersuites using Encrypt-then-MAC.
5623 number of pixel components in the output format, not the possibly padded row
Completed in 28 milliseconds