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 - 10
of
10
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h
124
}
nmv_context_counts
;
typedef in typeref:struct:__anon17741
126
void vp9_inc_mv(const MV *mv,
nmv_context_counts
*mvctx);
vp9_entropymode.h
73
nmv_context_counts
mv;
vp9_entropymv.c
171
void vp9_inc_mv(const MV *mv,
nmv_context_counts
*counts) {
201
const
nmv_context_counts
*counts = &cm->counts.mv;
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
124
}
nmv_context_counts
;
typedef in typeref:struct:__anon4460
126
void vp9_inc_mv(const MV *mv,
nmv_context_counts
*mvctx);
vp9_entropymode.h
73
nmv_context_counts
mv;
vp9_entropymv.c
171
void vp9_inc_mv(const MV *mv,
nmv_context_counts
*counts) {
201
const
nmv_context_counts
*counts = &cm->counts.mv;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemv.c
167
nmv_context_counts
*const counts = &cm->counts.mv;
233
nmv_context_counts
*counts) {
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c
167
nmv_context_counts
*const counts = &cm->counts.mv;
233
nmv_context_counts
*counts) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c
238
nmv_context_counts
*counts, int allow_hp) {
373
nmv_context_counts
*const mv_counts = cm->frame_parallel_decoding_mode ?
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
239
nmv_context_counts
*counts, int allow_hp) {
374
nmv_context_counts
*const mv_counts = cm->frame_parallel_decoding_mode ?
Completed in 77 milliseconds