OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_get_pred_context_intra_inter
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.h
60
unsigned char
vp9_get_pred_context_intra_inter
(const MACROBLOCKD *xd);
64
const int pred_context =
vp9_get_pred_context_intra_inter
(xd);
vp9_pred_common.c
55
unsigned char
vp9_get_pred_context_intra_inter
(const MACROBLOCKD *xd) {
function
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
428
const int ctx =
vp9_get_pred_context_intra_inter
(xd);
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
618
cpi->intra_inter_count[
vp9_get_pred_context_intra_inter
(xd)]
[
all
...]
Completed in 27 milliseconds