OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mode_uv
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
vp8enci.h
266
int
mode_uv
; // mode number of chroma prediction
member in struct:__anon14847
quant.c
907
rd->
mode_uv
= -1;
924
rd->
mode_uv
= mode;
929
VP8SetIntraUVMode(it, rd->
mode_uv
);
[
all
...]
/external/webp/src/enc/
vp8enci.h
266
int
mode_uv
; // mode number of chroma prediction
member in struct:__anon31294
quant.c
907
rd->
mode_uv
= -1;
924
rd->
mode_uv
= mode;
929
VP8SetIntraUVMode(it, rd->
mode_uv
);
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
3184
MB_PREDICTION_MODE
mode_uv
[TX_SIZES];
local
3882
MB_PREDICTION_MODE
mode_uv
[TX_SIZES] = { 0 };
local
[
all
...]
Completed in 67 milliseconds