Searched refs:a_planes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c1247 const uint8_t *a_planes[3] = {a->y_buffer, a->u_buffer, a->v_buffer }; local
1259 const uint64_t sse = get_sse(a_planes[i], a_strides[i],
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1623 const uint8_t *a_planes[3] = {a->y_buffer, a->u_buffer, a->v_buffer }; local
1635 const uint64_t sse = get_sse(a_planes[i], a_strides[i],

Completed in 417 milliseconds