OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nmv_context
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.h
20
const
nmv_context
* mvctx, int usehp);
24
const
nmv_context
* const mvctx,
vp9_encodemv.c
217
nmv_context
*mvc = &cpi->common.fc.nmvc;
267
const
nmv_context
* mvctx, int usehp) {
290
const
nmv_context
* const mvctx,
vp9_bitstream.c
378
const
nmv_context
*nmvc = &cm->fc.nmvc;
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
100
}
nmv_context
;
typedef in typeref:struct:__anon23985
vp9_entropymv.c
54
static const
nmv_context
default_nmv_context = {
206
nmv_context
*fc = &cm->fc.nmvc;
207
const
nmv_context
*pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc;
vp9_onyxc_int.h
55
nmv_context
nmvc;
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
166
static void read_mv_probs(
nmv_context
*ctx, int allow_hp, vp9_reader *r) {
[
all
...]
vp9_decodemv.c
243
const
nmv_context
*ctx,
Completed in 145 milliseconds