Home
last modified time | relevance | path

Searched refs:c_offset (Results 1 – 7 of 7) sorted by relevance

/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc66 std::uint8_t* c, std::int32_t c_offset, in EightBitIntGemmImpl() argument
71 const int result_offset = c_offset; in EightBitIntGemmImpl()
295 std::int32_t c_offset, std::int32_t c_mult_int, in EightBitIntGemm() argument
303 MetaGemmQuantized8Bit(context, a, b, m, n, k, a_offset, b_offset, c_offset, in EightBitIntGemm()
312 b_offset, ldb, c, c_offset, c_mult_int, \ in EightBitIntGemm()
332 std::int32_t ldb, float* c, float c_offset, in EightBitIntGemm() argument
340 MetaGemmFloat(context, a, b, m, n, k, a_offset, b_offset, c_offset, in EightBitIntGemm()
379 dest_row[j] = static_cast<float>(src_row[j]) * c_offset; in EightBitIntGemm()
388 dest_column[j] = static_cast<float>(src_column[j]) * c_offset; in EightBitIntGemm()
Deight_bit_int_gemm.h61 std::int32_t c_offset, std::int32_t c_mult_int,
67 std::int32_t b_offset, int ldb, float *c, float c_offset,
/external/gemmlowp/test/
Dtest_data.h17 extern const int c_offset;
Dtest_data.cc15 extern const int c_offset = 74980;
Dtest.cc39 uint8_t* c, int32_t c_offset, int32_t c_mult_int, in ReferenceEightBitIntGemm() argument
92 (((total + c_offset) * c_mult_int) + kRoundingTerm) >> c_shift; in ReferenceEightBitIntGemm()
755 int c_offset[] = {97155, 97346}; in TestWithSmallDataPerChannelQuantization() local
763 const OffsetColMap result_offset(c_offset, m); in TestWithSmallDataPerChannelQuantization()
967 int c_offset[] = { in TestWithLargeDataPerChannelQuantization() local
983 const OffsetColMap result_offset(c_offset, m); in TestWithLargeDataPerChannelQuantization()
1045 const int c_offset = 0; in TestWithSmallData() local
1051 a_offset, lda, b_data, b_offset, ldb, output_data.get(), c_offset, c_mult, in TestWithSmallData()
1074 test_data::b_offset, test_data::k, output_data.get(), test_data::c_offset, in TestWithRealData()
/external/libavc/decoder/
Dih264d_process_pslice.c821 WORD16 c_weight, c_offset; in ih264d_parse_pred_weight_table() local
876 c_offset = i_temp; in ih264d_parse_pred_weight_table()
877 COPYTHECONTEXT("SH: luma_offset_l0",c_offset); in ih264d_parse_pred_weight_table()
879 ui32_temp = (c_offset << 16) | (c_weight & 0xFFFF); in ih264d_parse_pred_weight_table()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp21 int c_offset) { in bilinear_interpol() argument
25 const uint8_t* buf_u = buf + row_offset_l + c_offset; in bilinear_interpol()
26 const uint8_t* buf_d = buf + row_offset_r + c_offset; in bilinear_interpol()
44 int c_offset) { in bicubic_interpol() argument
50 pos_pixel[j] * bpp + c_offset)); in bicubic_interpol()