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

  /external/libvpx/libvpx/
tools_common.h 152 int vpx_img_read(vpx_image_t *img, FILE *file);
tools_common.c 237 int vpx_img_read(vpx_image_t *img, FILE *file) { function
  /external/libvpx/libvpx/examples/
twopass_encoder.c 134 while (vpx_img_read(raw, infile)) {
170 while (vpx_img_read(raw, infile)) {
simple_encoder.c 224 while (vpx_img_read(&raw, infile)) {
vp8cx_set_ref.c 161 while (vpx_img_read(&raw, infile)) {
vp9_lossless_encoder.c 119 while (vpx_img_read(&raw, infile)) {
set_maps.c 215 while (vpx_img_read(&raw, infile)) {
vp9cx_set_ref.c 389 while (vpx_img_read(&raw, infile)) {
vp9_spatial_svc_encoder.c 697 for (i = 0; i < app_input.frames_to_skip; ++i) vpx_img_read(&raw, infile);
718 if (frame_cnt >= app_input.frames_to_code || !vpx_img_read(&raw, infile)) {
    [all...]
vpx_temporal_svc_encoder.c 833 frame_avail = vpx_img_read(&raw, infile);
    [all...]

Completed in 232 milliseconds