Home
last modified time | relevance | path

Searched refs:PACK_4S8 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmathops.h196 #ifndef PACK_4S8
197 # define PACK_4S8(a,b,c,d) PACK_4U8((a)&255, (b)&255, (c)&255, (d)&255) macro

Completed in 1 milliseconds