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

  /external/libvpx/libvpx/
tools_common.h 102 y4m_input y4m; member in struct:VpxInputContext
vpxenc.c 100 y4m_input *y4m = &input_ctx->y4m; local
104 if (y4m_input_fetch_frame(y4m, f, img) < 1) return 0;
    [all...]
  /external/libvpx/libvpx/tools/
tiny_ssim.c 83 typedef enum { RAW_YUV, Y4M } input_file_type;
89 y4m_input y4m; member in struct:input_file
96 // Open a file and determine if its y4m or raw. If y4m get the header.
107 if (memcmp(y4m_buf, "YUV4", 4) == 0) input->type = Y4M;
109 case Y4M:
110 y4m_input_open(&input->y4m, input->file, y4m_buf, 4, 0);
111 input->w = input->y4m.pic_w;
112 input->h = input->y4m.pic_h;
113 input->bit_depth = input->y4m.bit_depth
    [all...]
  /external/libvpx/libvpx/test/
test-data.mk 7 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += park_joy_90p_10_420.y4m
8 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += park_joy_90p_10_422.y4m
9 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += park_joy_90p_10_444.y4m
11 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += park_joy_90p_12_420.y4m
12 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += park_joy_90p_12_422.y4m
13 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += park_joy_90p_12_444.y4m
15 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += park_joy_90p_8_420_a10-1.y4m
16 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += park_joy_90p_8_420.y4m
17 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += park_joy_90p_8_422.y4m
18 LIBVPX_TEST_DATA-$(CONFIG_ENCODERS) += park_joy_90p_8_444.y4m
    [all...]

Completed in 530 milliseconds