Searched refs:c_index (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_icc.cpp1895 int c_index = (fix_c + 4096) >> 13; local
1899 int pos = (c_index * 9 * 9 * 9 + m_index * 9 * 9 + y_index * 9 + k_index) * 3;
1904 if (c1_index == c_index) {
1919 int c1_pos = pos + (c1_index - c_index) * 9 * 9 * 9 * 3;
1935 int c_rate = (fix_c - (c_index << 13)) * (c_index - c1_index);
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_convert.cpp182 int c_index = 0; local
191 c_index = col;
194 dest_pal[row] = win_mac_pal[c_index];
/external/gemmlowp/test/
H A Dtest.cc99 const int c_index = i * c_i_stride + j * c_j_stride; local
100 c[c_index] = static_cast<uint8_t>(output);
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc4326 HConstant* c_index = HConstant::cast(index); local
4327 if (c_string->HasStringValue() && c_index->HasInteger32Value()) {
4329 int32_t i = c_index->Integer32Value();
H A Dhydrogen.cc10764 HConstant* c_index = HConstant::cast(index); local
10765 if (c_string->HasStringValue() && c_index->HasNumberValue()) {
10766 int32_t i = c_index->NumberValueAsInteger32();

Completed in 274 milliseconds