Home
last modified time | relevance | path

Searched defs:yv12_buffer_config (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_scale/
Dyv12config.h29 typedef struct yv12_buffer_config { struct
30 int y_width;
31 int y_height;
32 int y_crop_width;
33 int y_crop_height;
34 int y_stride;
36 int uv_width;
37 int uv_height;
38 int uv_crop_width;
39 int uv_crop_height;
[all …]
/external/libaom/libaom/aom_scale/
Dyv12config.h32 typedef struct yv12_buffer_config { struct
33 union {
40 union {
47 union {
54 union {
61 union {
68 union {
79 int use_external_reference_buffers;
83 uint8_t *store_buf_adr[3];
87 uint8_t *y_buffer_8bit;
[all …]