Searched defs:get_vpx_decoder_by_index (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/
H A Dtools_common.c177 const VpxInterface *get_vpx_decoder_by_index(int i) { return &vpx_decoders[i]; } function
183 const VpxInterface *const decoder = get_vpx_decoder_by_index(i);
194 const VpxInterface *const decoder = get_vpx_decoder_by_index(i);

Completed in 84 milliseconds