/external/libvpx/libvpx/test/ |
active_map_test.cc | 37 ::libvpx_test::Encoder *encoder) { 39 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); 58 encoder->Control(VP8E_SET_ACTIVEMAP, &map); 64 encoder->Control(VP8E_SET_ACTIVEMAP, &map);
|
borders_test.cc | 32 ::libvpx_test::Encoder *encoder) { 34 encoder->Control(VP8E_SET_CPUUSED, 1); 35 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); 36 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); 37 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); 38 encoder->Control(VP8E_SET_ARNR_TYPE, 3); 51 // the encoder to producing lots of big partitions which will likely 66 // when passing in a very high min q. This pushes the encoder to producing
|
encode_test_driver.h | 53 explicit CxDataIterator(vpx_codec_ctx_t *encoder) 54 : encoder_(encoder), iter_(NULL) {} 92 class Encoder { 94 Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, 100 virtual ~Encoder() { 175 // Flush the encoder on EOS 185 // Common test functionality for all Encoder tests. 188 // encoder tests. It provides hooks which can be overridden by subclasses 209 // Set encoder flag. 226 Encoder* /*encoder*/) { [all...] |
frame_size_tests.cc | 37 ::libvpx_test::Encoder *encoder) { 39 encoder->Control(VP8E_SET_CPUUSED, 7); 40 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); 41 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); 42 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); 43 encoder->Control(VP8E_SET_ARNR_TYPE, 3); 71 // 25 megabits). The encoder allocates a good number of these frames
|
aq_segment_test.cc | 33 ::libvpx_test::Encoder *encoder) { 35 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); 36 encoder->Control(VP9E_SET_AQ_MODE, aq_mode_); 37 encoder->Control(VP8E_SET_MAX_INTRA_BITRATE_PCT, 100);
|
tile_independence_test.cc | 52 libvpx_test::Encoder *encoder) { 54 encoder->Control(VP9E_SET_TILE_COLUMNS, n_tiles_);
|
cpu_speed_test.cc | 49 ::libvpx_test::Encoder *encoder) { 51 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); 53 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); 54 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); 55 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); 56 encoder->Control(VP8E_SET_ARNR_TYPE, 3); 74 // the encoder to producing lots of big partitions which will likely 109 // the encoder to producing lots of big partitions which will likely 125 // when passing in a very high min q. This pushes the encoder to producin [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
active_map_test.cc | 37 ::libvpx_test::Encoder *encoder) { 39 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); 58 encoder->Control(VP8E_SET_ACTIVEMAP, &map); 64 encoder->Control(VP8E_SET_ACTIVEMAP, &map);
|
borders_test.cc | 32 ::libvpx_test::Encoder *encoder) { 34 encoder->Control(VP8E_SET_CPUUSED, 1); 35 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); 36 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); 37 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); 38 encoder->Control(VP8E_SET_ARNR_TYPE, 3); 51 // the encoder to producing lots of big partitions which will likely 66 // when passing in a very high min q. This pushes the encoder to producing
|
encode_test_driver.cc | 20 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) { 37 void Encoder::EncodeFrameInternal(const VideoSource &video, 69 void Encoder::Flush() { 155 Encoder* const encoder = codec_->CreateEncoder(cfg_, deadline_, init_flags_, local 157 ASSERT_TRUE(encoder != NULL); 164 PreEncodeFrameHook(video, encoder); 165 encoder->EncodeFrame(video, frame_flags_); 167 CxDataIterator iter = encoder->GetCxData(); 198 const vpx_image_t *img_enc = encoder->GetPreviewFrame() [all...] |
aq_segment_test.cc | 34 ::libvpx_test::Encoder *encoder) { 36 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); 37 encoder->Control(VP9E_SET_AQ_MODE, aq_mode_); 38 encoder->Control(VP8E_SET_MAX_INTRA_BITRATE_PCT, 100);
|
cpu_speed_test.cc | 34 ::libvpx_test::Encoder *encoder) { 36 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); 37 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); 38 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); 39 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); 40 encoder->Control(VP8E_SET_ARNR_TYPE, 3); 54 // the encoder to producing lots of big partitions which will likely 73 // the encoder to producing lots of big partitions which will likely 89 // when passing in a very high min q. This pushes the encoder to producin [all...] |
cq_test.cc | 46 libvpx_test::Encoder *encoder) { 49 encoder->Control(VP8E_SET_CQ_LEVEL, cq_level_); 51 encoder->Control(VP8E_SET_CPUUSED, 3);
|
superframe_test.cc | 38 libvpx_test::Encoder *encoder) { 40 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
|
tile_independence_test.cc | 52 libvpx_test::Encoder *encoder) { 54 encoder->Control(VP9E_SET_TILE_COLUMNS, n_tiles_);
|
/frameworks/base/core/java/android/util/ |
Base64.java | 29 * Default values for encoder/decoder flags. 34 * Encoder flag bit to omit the padding '=' characters at the end 40 * Encoder flag bit to omit all line terminators (i.e., the output 46 * Encoder flag bit to indicate lines should be terminated with a 53 * Encoder/decoder flag bit to indicate using the "URL and 510 Encoder encoder = new Encoder(flags, null); local 516 if (encoder.do_padding) { 529 if (encoder.do_newline && len > 0) [all...] |
Base64InputStream.java | 66 coder = new Base64.Encoder(flags, null);
|
Base64OutputStream.java | 41 * @param flags bit flags for controlling the encoder; see the 54 * @param flags bit flags for controlling the encoder; see the 64 coder = new Base64.Encoder(flags, null); 71 // To avoid invoking the encoder/decoder routines for single 131 * Write the given bytes to the encoder/decoder. 134 * encoder/decoder state to be finalized.
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetEncoderICU.java | 66 private CharsetCallback.Encoder onUnmappableInput = CharsetCallback.FROM_U_CALLBACK_STOP; 68 private CharsetCallback.Encoder onMalformedInput = CharsetCallback.FROM_U_CALLBACK_STOP; 70 CharsetCallback.Encoder fromCharErrorBehaviour = new CharsetCallback.Encoder() { 71 public CoderResult call(CharsetEncoderICU encoder, Object context, 75 return onUnmappableInput.call(encoder, context, source, target, 78 return onMalformedInput.call(encoder, context, source, target, 81 // return CharsetCallback.FROM_U_CALLBACK_STOP.call(encoder, context, source, target, offsets, buffer, length, cp, cr); 87 * Construcs a new encoder for the given charset 100 * Is this Encoder allowed to use fallbacks? A fallback mapping is a mappin [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
Base64.java | 14 private static final Encoder encoder = new Base64Encoder(); field in class:Base64 57 encoder.encode(data, off, length, bOut); 77 return encoder.encode(data, 0, data.length, out); 92 return encoder.encode(data, off, length, out); 108 encoder.decode(data, 0, data.length, bOut); 131 encoder.decode(data, bOut); 152 return encoder.decode(data, out);
|
Hex.java | 14 private static final Encoder encoder = new HexEncoder(); field in class:Hex 56 encoder.encode(data, off, length, bOut); 76 return encoder.encode(data, 0, data.length, out); 91 return encoder.encode(data, off, length, out); 106 encoder.decode(data, 0, data.length, bOut); 128 encoder.decode(data, bOut); 149 return encoder.decode(data, out);
|
HexEncoder.java | 7 * A streaming Hex encoder. 10 implements Encoder
|
/external/lzma/CS/7zip/Compress/RangeCoder/ |
RangeCoderBit.cs | 25 public void Encode(Encoder encoder, uint symbol)
27 // encoder.EncodeBit(Prob, kNumBitModelTotalBits, symbol);
29 uint newBound = (encoder.Range >> kNumBitModelTotalBits) * Prob;
32 encoder.Range = newBound;
37 encoder.Low += newBound;
38 encoder.Range -= newBound;
41 if (encoder.Range < Encoder.kTopValue)
43 encoder.Range <<= 8; [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
EngineKey.java | 3 import com.bumptech.glide.load.Encoder; 22 private final ResourceEncoder encoder; field in class:EngineKey 24 private final Encoder sourceEncoder; 31 ResourceDecoder decoder, Transformation transformation, ResourceEncoder encoder, 32 ResourceTranscoder transcoder, Encoder sourceEncoder) { 40 this.encoder = encoder; 83 } else if (encoder == null ^ engineKey.encoder == null) { 85 } else if (encoder != null && !encoder.getId().equals(engineKey.encoder.getId())) [all...] |
DecodeJob.java | 6 import com.bumptech.glide.load.Encoder; 255 private final Encoder<DataType> encoder; field in class:DecodeJob.SourceWriter 258 public SourceWriter(Encoder<DataType> encoder, DataType data) { 259 this.encoder = encoder; 269 success = encoder.encode(data, os);
|