OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qcoeff_pbuf
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
37
int16_t *
qcoeff_pbuf
[MAX_MB_PLANE][3];
member in struct:__anon21302
vp9_rdopt.c
[
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
...]
vp9_onyx_if.c
[
all
...]
Completed in 43 milliseconds