OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_writer
(Results
1 - 10
of
10
) sorted by null
/external/libvpx/vp8/encoder/
encodemv.h
18
void vp8_encode_motion_vector(
vp8_writer
*, const MV *, const MV_CONTEXT *);
asm_enc_offsets.c
60
DEFINE(vp8_writer_lowvalue, offsetof(
vp8_writer
, lowvalue));
61
DEFINE(vp8_writer_range, offsetof(
vp8_writer
, range));
62
DEFINE(vp8_writer_value, offsetof(
vp8_writer
, value));
63
DEFINE(vp8_writer_count, offsetof(
vp8_writer
, count));
64
DEFINE(vp8_writer_pos, offsetof(
vp8_writer
, pos));
65
DEFINE(vp8_writer_buffer, offsetof(
vp8_writer
, buffer));
treewriter.h
22
typedef BOOL_CODER
vp8_writer
;
typedef
58
vp8_writer
*const w,
77
vp8_writer
*const w,
bitstream.h
16
void vp8cx_pack_tokens_armv5(
vp8_writer
*w, const TOKENEXTRA *p, int xcount,
24
void vp8cx_pack_mb_row_tokens_armv5(VP8_COMP *cpi,
vp8_writer
*w,
encodemv.c
24
vp8_writer
*const w,
68
void vp8_encode_motion_vector(
vp8_writer
*w, const MV *mv, const MV_CONTEXT *mvc)
228
vp8_writer
*const w,
253
vp8_writer
*const w,
425
vp8_writer
*const w = & cpi->bc;
bitstream.c
63
vp8_writer
*const w,
111
vp8_writer
*const w = & cpi->bc;
133
static void write_ymode(
vp8_writer
*bc, int m, const vp8_prob *p)
138
static void kfwrite_ymode(
vp8_writer
*bc, int m, const vp8_prob *p)
143
static void write_uv_mode(
vp8_writer
*bc, int m, const vp8_prob *p)
149
static void write_bmode(
vp8_writer
*bc, int m, const vp8_prob *p)
154
static void write_split(
vp8_writer
*bc, int x)
173
static void pack_tokens_c(
vp8_writer
*w, const TOKENEXTRA *p, int xcount)
378
vp8_writer
*w = &cpi->bc2;
586
static void pack_mb_row_tokens_c(VP8_COMP *cpi,
vp8_writer
*w
[
all
...]
onyx_int.h
278
vp8_writer
bc, bc2;
/external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm
22
; r0
vp8_writer
*w
vp8_packtokens_mbrow_armv5.asm
23
; r1
vp8_writer
*w
vp8_packtokens_partitions_armv5.asm
59
ldr r11, _VP8_COMP_bc2_ ; load up
vp8_writer
out of cpi
Completed in 346 milliseconds