HomeSort by relevance Sort by last modified time
    Searched refs:channel_offset (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/qcms/src/
iccread.c 535 uint32_t channel_offset = 0; local
540 (*curveArray)[i] = read_curveType(src, curve_offset + channel_offset, &tag_len);
550 channel_offset += tag_len;
553 channel_offset += 4 - (tag_len % 4);
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c 230 opus_val16 channel_offset; local
305 channel_offset = HALF16(celt_log2(QCONST32(2.f,14)/(channels-1)));
308 maskLogE[c][i] += channel_offset;
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 230 opus_val16 channel_offset; local
305 channel_offset = HALF16(celt_log2(QCONST32(2.f,14)/(channels-1)));
308 maskLogE[c][i] += channel_offset;
    [all...]

Completed in 184 milliseconds