/external/libvpx/libvpx/examples/ |
D | vp9_lossless_encoder.c | 32 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame() function 120 encode_frame(&codec, &raw, frame_count++, 0, writer); in main() 124 while (encode_frame(&codec, NULL, -1, 0, writer)) { in main()
|
D | vp8cx_set_ref.c | 67 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame() function 170 encode_frame(&codec, &raw, frame_count++, writer); in main() 174 while (encode_frame(&codec, NULL, -1, writer)) { in main()
|
D | simple_encoder.c | 118 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame() function 228 encode_frame(&codec, &raw, frame_count++, flags, writer); in main() 234 while (encode_frame(&codec, NULL, -1, 0, writer)) { in main()
|
D | set_maps.c | 125 static int encode_frame(vpx_codec_ctx_t *codec, vpx_image_t *img, in encode_frame() function 226 encode_frame(&codec, &raw, frame_count, writer); in main() 230 while (encode_frame(&codec, NULL, -1, writer)) { in main()
|
D | twopass_encoder.c | 95 static int encode_frame(vpx_codec_ctx_t *ctx, const vpx_image_t *img, in encode_frame() function 172 encode_frame(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY, writer); in pass1() 178 while (encode_frame(&codec, NULL, -1, 1, 0, VPX_DL_GOOD_QUALITY, writer)) { in pass1()
|
D | vp9cx_set_ref.c | 228 static int encode_frame(vpx_codec_ctx_t *ecodec, vpx_image_t *img, in encode_frame() function 408 encode_frame(&ecodec, &raw, frame_in, writer, test_decode, &dcodec, in main() 416 while (encode_frame(&ecodec, NULL, frame_in, writer, test_decode, &dcodec, in main()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 1558 static void encode_frame(struct stream_state *stream, in encode_frame() function 2122 encode_frame(stream, &global, in main() 2129 FOREACH_STREAM(encode_frame(stream, &global, in main() 2135 FOREACH_STREAM(encode_frame(stream, &global, frame_avail ? &raw : NULL, in main()
|