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
146
nmv_context
*prob,
218
nmv_context
prob;
228
nmv_context
*mvc = &cpi->common.fc.nmvc;
282
const
nmv_context
* mvctx, int usehp) {
305
const
nmv_context
* const mvctx,
vp9_onyx_int.h
64
nmv_context
nmvc;
vp9_bitstream.c
402
const
nmv_context
*nmvc = &cm->fc.nmvc;
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
96
}
nmv_context
;
typedef in typeref:struct:__anon23059
vp9_entropymv.c
54
static const
nmv_context
default_nmv_context = {
221
nmv_context
*ctx = &cm->fc.nmvc;
222
nmv_context
*pre_ctx = &pre_fc->nmvc;
vp9_onyxc_int.h
55
nmv_context
nmvc;
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
236
const
nmv_context
*ctx,
259
static void read_mv_probs(vp9_reader *r,
nmv_context
*mvc, int allow_hp) {
439
nmv_context
*const nmvc = &cm->fc.nmvc;
641
nmv_context
*const nmvc = &pbi->common.fc.nmvc;
Completed in 1512 milliseconds