Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dcrc.c374 const AVCRC *av_crc_get_table(AVCRCId crc_id) in av_crc_get_table() argument
377 switch (crc_id) { in av_crc_get_table()
389 return av_crc_table[crc_id]; in av_crc_get_table()
Dcrc.h84 const AVCRC *av_crc_get_table(AVCRCId crc_id);