OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_coeff
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
140
int
no_coeff
[6];
member in struct:tagMacroBlock
combined_decode.cpp
543
int *
no_coeff
= mblock->
no_coeff
;
local
646
no_coeff
[comp] = ncoeffs[comp];
datapart_decode.cpp
632
int ncoeffs[6], *
no_coeff
= mblock->
no_coeff
;
local
697
no_coeff
[comp] = ncoeffs[comp];
block_idct.cpp
260
int nz_coefs = mblock->
no_coeff
[comp];
Completed in 37 milliseconds