Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.h26 const uint8_t **p_data_end);
Dvp9_decodeframe.c1254 const uint8_t **p_data_end) { in vp9_decode_frame() argument
1268 *p_data_end = data + 1; in vp9_decode_frame()
1313 *p_data_end = decode_tiles_mt(pbi, data + first_partition_size, data_end); in vp9_decode_frame()
1315 *p_data_end = decode_tiles(pbi, data + first_partition_size, data_end); in vp9_decode_frame()