OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nmv_context_counts
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
128
}
nmv_context_counts
;
typedef in typeref:struct:__anon23987
130
void vp9_inc_mv(const MV *mv,
nmv_context_counts
*mvctx);
vp9_entropymv.c
178
void vp9_inc_mv(const MV *mv,
nmv_context_counts
*counts) {
208
const
nmv_context_counts
*counts = &cm->counts.mv;
vp9_onyxc_int.h
74
nmv_context_counts
mv;
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c
146
nmv_context_counts
*nmv_count,
303
nmv_context_counts
*counts) {
vp9_onyx_int.h
474
nmv_context_counts
NMVcount;
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
244
nmv_context_counts
*counts, int allow_hp) {
370
nmv_context_counts
*const mv_counts = cm->frame_parallel_decoding_mode ?
Completed in 221 milliseconds