OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qcoeff
(Results
26 - 38
of
38
) sorted by null
1
2
/external/libvpx/libvpx/vp8/decoder/
detokenize.c
188
qcoeff_ptr = &x->
qcoeff
[0];
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
31
int16_t *
qcoeff
[MAX_MB_PLANE][3];
member in struct:__anon21302
vp9_tokenize.c
111
const int16_t *qcoeff_ptr = BLOCK_OFFSET(pd->
qcoeff
, block);
vp9_quantize.c
176
BLOCK_OFFSET(pd->
qcoeff
, pb_idx.block),
vp9_onyx_if.c
[
all
...]
vp9_rdopt.c
499
const int16_t *const qcoeff_ptr = BLOCK_OFFSET(pd->
qcoeff
, block);
[
all
...]
vp9_encodeframe.c
392
pd[i].
qcoeff
= ctx->qcoeff_pbuf[i][1];
399
pd[i].
qcoeff
= ctx->qcoeff_pbuf[i][2];
626
pd[i].
qcoeff
= ctx->qcoeff_pbuf[i][0];
[
all
...]
vp9_firstpass.c
534
pd[i].
qcoeff
= ctx->qcoeff_pbuf[i][1];
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
encodemb.c
270
qcoeff_ptr = d->
qcoeff
;
498
bd->
qcoeff
[rc]=0;
encodeframe.c
[
all
...]
rdopt.c
527
short *qcoeff_ptr = b->
qcoeff
;
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_blockd.h
173
int16_t *
qcoeff
;
member in struct:macroblockd_plane
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
45
DECLARE_ALIGNED(16, int16_t,
qcoeff
[MAX_MB_PLANE][64 * 64]);
[
all
...]
Completed in 1004 milliseconds
1
2