Searched refs:dcb (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hqx.c | 116 const int *quants, int dcb, in decode_block() 127 block[0] = sign_extend(*last_dc << (12 - dcb), 12); in decode_block() 171 int vlc_index = ctx->dcb - 9; in hqx_decode_422() 175 ctx->dcb, slice->block[i], &last_dc); in hqx_decode_422() 219 int vlc_index = ctx->dcb - 9; in hqx_decode_422a() 221 ctx->dcb, slice->block[i], &last_dc); in hqx_decode_422a() 255 int vlc_index = ctx->dcb - 9; in hqx_decode_444() 259 ctx->dcb, slice->block[i], &last_dc); in hqx_decode_444() 302 int vlc_index = ctx->dcb - 9; in hqx_decode_444a() 304 ctx->dcb, slic in hqx_decode_444a() 115 decode_block(GetBitContext *gb, VLC *vlc, const int *quants, int dcb, int16_t block[64], int *last_dc) decode_block() argument [all...] |
H A D | hqx.h | 70 int format, dcb, width, height; member
|
/third_party/pulseaudio/src/tests/ |
H A D | mainloop-test.c | 72 static void dcb(pa_mainloop_api*a, pa_defer_event *e, void *userdata) { in dcb() function 116 me.de = a->defer_new(a, dcb, &me); in START_TEST()
|
Completed in 2 milliseconds