Home
last modified time | relevance | path

Searched refs:p_data_end (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.h29 const uint8_t *data_end, const uint8_t **p_data_end);
Dvp9_decodeframe.c2047 const uint8_t *data_end, const uint8_t **p_data_end) { in vp9_decode_frame() argument
2062 *p_data_end = data + (cm->profile <= PROFILE_2 ? 1 : 2); in vp9_decode_frame()
2126 *p_data_end = decode_tiles_mt(pbi, data + first_partition_size, data_end); in vp9_decode_frame()
2140 *p_data_end = decode_tiles(pbi, data + first_partition_size, data_end); in vp9_decode_frame()