OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_get_segment_id
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.h
17
int
vp9_get_segment_id
(VP9_COMMON *cm, const uint8_t *segment_ids,
vp9_pred_common.c
400
int
vp9_get_segment_id
(VP9_COMMON *cm, const uint8_t *segment_ids,
function
/external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c
143
const int pred_segment_id =
vp9_get_segment_id
(cm, cm->last_frame_seg_map,
vp9_encodeframe.c
536
mbmi->segment_id =
vp9_get_segment_id
(cm, map, bsize, mi_row, mi_col);
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
123
pred_segment_id =
vp9_get_segment_id
(cm, cm->last_frame_seg_map,
Completed in 28 milliseconds