OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:macroblock_plane
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
70
struct
macroblock_plane
{
struct
92
struct
macroblock_plane
plane[MAX_MB_PLANE];
vp9_encodemb.c
45
struct
macroblock_plane
*const p = &x->plane[plane];
347
struct
macroblock_plane
*const p = &x->plane[plane];
527
struct
macroblock_plane
*const p = &x->plane[plane];
vp9_quantize.c
170
struct
macroblock_plane
* p = &x->plane[pb_idx.plane];
vp9_rdopt.c
393
struct
macroblock_plane
*const p = &x->plane[i];
420
struct
macroblock_plane
*const p = &x->plane[0];
561
struct
macroblock_plane
*const p = &x->plane[plane];
[
all
...]
vp9_encodeframe.c
370
struct
macroblock_plane
*const p = x->plane;
599
struct
macroblock_plane
*const p = x->plane;
[
all
...]
vp9_firstpass.c
485
struct
macroblock_plane
*const p = x->plane;
[
all
...]
Completed in 66 milliseconds