OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:macroblockd
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_blockd.h
204
typedef struct
macroblockd
{
struct
243
}
MACROBLOCKD
;
255
const
MACROBLOCKD
*xd) {
264
const
MACROBLOCKD
*xd, int ib) {
273
void vp9_setup_block_planes(
MACROBLOCKD
*xd, int ss_x, int ss_y);
302
const
MACROBLOCKD
*const xd, BLOCK_SIZE bsize, int plane,
307
const
MACROBLOCKD
* const xd, BLOCK_SIZE bsize,
321
void vp9_set_contexts(const
MACROBLOCKD
*xd, struct macroblockd_plane *pd,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
blockd.h
211
typedef struct
macroblockd
struct
298
}
MACROBLOCKD
;
301
extern void vp8_build_block_doffsets(
MACROBLOCKD
*x);
302
extern void vp8_setup_block_dptrs(
MACROBLOCKD
*x);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_blockd.h
205
typedef struct
macroblockd
{
struct
247
}
MACROBLOCKD
;
257
const
MACROBLOCKD
*xd) {
266
const
MACROBLOCKD
*xd, int ib) {
275
void vp9_setup_block_planes(
MACROBLOCKD
*xd, int ss_x, int ss_y);
304
const
MACROBLOCKD
*const xd, BLOCK_SIZE bsize, int plane,
309
const
MACROBLOCKD
* const xd, BLOCK_SIZE bsize,
323
void vp9_set_contexts(const
MACROBLOCKD
*xd, struct macroblockd_plane *pd,
/external/libvpx/libvpx/vp8/common/
blockd.h
211
typedef struct
macroblockd
struct
298
}
MACROBLOCKD
;
301
extern void vp8_build_block_doffsets(
MACROBLOCKD
*x);
302
extern void vp8_setup_block_dptrs(
MACROBLOCKD
*x);
Completed in 1033 milliseconds