Home
last modified time | relevance | path

Searched refs:MAT_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhq_hqadata.c23 #define MAT_SIZE 64 macro
34 static const int32_t qmat00[MAT_SIZE] = {
48 static const int32_t qmat01[MAT_SIZE] = {
62 static const int32_t qmat02[MAT_SIZE] = {
76 static const int32_t qmat03[MAT_SIZE] = {
90 static const int32_t qmat04[MAT_SIZE] = {
104 static const int32_t qmat05[MAT_SIZE] = {
118 static const int32_t qmat06[MAT_SIZE] = {
132 static const int32_t qmat07[MAT_SIZE] = {
146 static const int32_t qmat08[MAT_SIZE] = {
[all …]
/third_party/ffmpeg/libavformat/
Dgxf.h39 MAT_SIZE = 0x45, enumerator
Dgxfenc.c352 avio_w8(pb, MAT_SIZE); in gxf_write_material_data_section()