OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv_mode_count
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
block.h
137
int
uv_mode_count
[VP8_UV_MODES]; /* intra MB type cts this frame */
member in struct:macroblock
ratectrl.c
246
vp8_copy(cc->
uv_mode_count
, cpi->mb.
uv_mode_count
);
284
vp8_copy(cpi->mb.
uv_mode_count
, cc->
uv_mode_count
);
[
all
...]
encodeframe.c
677
vp8_zero(x->
uv_mode_count
)
881
cpi->mb.
uv_mode_count
[mode_count] +=
882
cpi->mb_row_ei[i].mb.
uv_mode_count
[mode_count];
[
all
...]
onyx_int.h
87
int ymode_count[5],
uv_mode_count
[4]; /* intra MB type cts this frame */
member in struct:__anon23029
bitstream.c
130
Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.
uv_mode_count
[
all
...]
Completed in 30 milliseconds