OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coeff_pbuf
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
36
int16_t *
coeff_pbuf
[MAX_MB_PLANE][3];
member in struct:__anon21302
vp9_rdopt.c
[
all
...]
vp9_encodeframe.c
391
p[i].coeff = ctx->
coeff_pbuf
[i][1];
398
p[i].coeff = ctx->
coeff_pbuf
[i][2];
625
p[i].coeff = ctx->
coeff_pbuf
[i][0];
[
all
...]
vp9_firstpass.c
533
p[i].coeff = ctx->
coeff_pbuf
[i][1];
[
all
...]
vp9_onyx_if.c
[
all
...]
Completed in 30 milliseconds