Searched refs:row_bytes (Results 1 – 2 of 2) sorted by relevance
52 const int row_bytes = in Eval() local65 memset(output_->buffer + i * row_bytes, 0, row_bytes); in Eval()68 memcpy(output_->buffer + i * row_bytes, value_->buffer + idx * row_bytes, row_bytes); in Eval()
43 const int row_bytes = total_bytes / row_size; in Eval() local51 memcpy(output_->buffer + i * row_bytes, value_->buffer + idx * row_bytes, row_bytes); in Eval()