Home | History | Annotate | Download | only in enc

Lines Matching refs:a_size

55       uint64_t y_size, uv_size, uv0_size, a_size, total_size;
82 a_size = (uint64_t)a_stride * height;
84 total_size = y_size + a_size + 2 * uv_size + 2 * uv0_size;
111 if (a_size) {
113 mem += a_size;