Searched refs:p_data_end (Results 1 – 2 of 2) sorted by relevance
29 const uint8_t *data_end, const uint8_t **p_data_end);
2047 const uint8_t *data_end, const uint8_t **p_data_end) { in vp9_decode_frame() argument2062 *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()