Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daptxdec.c94 static void aptx_unpack_codeword(Channel *channel, uint16_t codeword) in aptx_unpack_codeword() argument
104 static void aptxhd_unpack_codeword(Channel *channel, uint32_t codeword) in aptxhd_unpack_codeword() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_elbg.c42 int *codeword; member
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DETC_Decoder.cpp618 int codeword = isSigned ? signed_base_codeword : base_codeword; in getSingleChannel() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DETC_Decoder.cpp621 int codeword = isSigned ? signed_base_codeword : base_codeword; in getSingleChannel() local
/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dloadimage_etc.cpp1339 int codeword = isSigned ? u.scblk.base_codeword.s : u.scblk.base_codeword.us; in getSingleEACChannel() local
1346 int codeword = isSigned ? u.scblk.base_codeword.s : u.scblk.base_codeword.us; in getSingleETC2Channel() local

Completed in 7 milliseconds