Home
last modified time | relevance | path

Searched refs:ff_wmv2_inter_table (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwmv2enc.c184 ff_wmv2_inter_table[w->cbp_table_index][cbp + 64][1], in ff_wmv2_encode_mb()
185 ff_wmv2_inter_table[w->cbp_table_index][cbp + 64][0]); in ff_wmv2_encode_mb()
216 ff_wmv2_inter_table[w->cbp_table_index][cbp][1], in ff_wmv2_encode_mb()
217 ff_wmv2_inter_table[w->cbp_table_index][cbp][0]); in ff_wmv2_encode_mb()
Dmsmpeg4data.h85 extern const uint32_t (* const ff_wmv2_inter_table[WMV2_INTER_CBP_TABLE_COUNT])[2];
Dmsmpeg4data.c1953 const uint32_t (*const ff_wmv2_inter_table[WMV2_INTER_CBP_TABLE_COUNT])[2] = { variable
Dmsmpeg4dec.c355 &ff_wmv2_inter_table[i][0][1], 8, 4, in msmpeg4_decode_init_static()
356 &ff_wmv2_inter_table[i][0][0], 8, 4, in msmpeg4_decode_init_static()