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

  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp8_multi_resolution_encoder.c 35 * hierarchical structure. NUM_ENCODERS is defined as the number of encoding
37 * NUM_ENCODERS is 3, and down-sampling factor is 2, the encoder outputs 3
41 #define NUM_ENCODERS 3
175 FILE *infile, *outfile[NUM_ENCODERS];
176 vpx_codec_ctx_t codec[NUM_ENCODERS];
177 vpx_codec_enc_cfg_t cfg[NUM_ENCODERS];
179 vpx_image_t raw[NUM_ENCODERS];
180 vpx_codec_err_t res[NUM_ENCODERS];
196 uint64_t psnr_sse_total[NUM_ENCODERS] = {0};
197 uint64_t psnr_samples_total[NUM_ENCODERS] = {0}
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 35 * hierarchical structure. NUM_ENCODERS is defined as the number of encoding
37 * NUM_ENCODERS is 3, and down-sampling factor is 2, the encoder outputs 3
41 #define NUM_ENCODERS 3
175 FILE *infile, *outfile[NUM_ENCODERS];
176 vpx_codec_ctx_t codec[NUM_ENCODERS];
177 vpx_codec_enc_cfg_t cfg[NUM_ENCODERS];
179 vpx_image_t raw[NUM_ENCODERS];
180 vpx_codec_err_t res[NUM_ENCODERS];
196 uint64_t psnr_sse_total[NUM_ENCODERS] = {0};
197 uint64_t psnr_samples_total[NUM_ENCODERS] = {0}
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 35 * hierarchical structure. NUM_ENCODERS is defined as the number of encoding
37 * NUM_ENCODERS is 3, and down-sampling factor is 2, the encoder outputs 3
41 #define NUM_ENCODERS 3
175 FILE *infile, *outfile[NUM_ENCODERS];
176 vpx_codec_ctx_t codec[NUM_ENCODERS];
177 vpx_codec_enc_cfg_t cfg[NUM_ENCODERS];
179 vpx_image_t raw[NUM_ENCODERS];
180 vpx_codec_err_t res[NUM_ENCODERS];
196 uint64_t psnr_sse_total[NUM_ENCODERS] = {0};
197 uint64_t psnr_samples_total[NUM_ENCODERS] = {0}
    [all...]

Completed in 397 milliseconds