/external/libvpx/libvpx/vp9/common/ |
vp9_quant_common.c | 199 const int data = get_segdata(seg, segment_id, SEG_LVL_ALT_Q);
|
vp9_seg_common.h | 70 static INLINE int get_segdata(const struct segmentation *seg, int segment_id, function
|
vp9_loopfilter.c | 271 const int data = get_segdata(seg, seg_id, SEG_LVL_ALT_LF); [all...] |
/external/libaom/libaom/av1/common/ |
seg_common.h | 95 static INLINE int get_segdata(const struct segmentation *seg, int segment_id, function
|
quant_common.c | 231 const int data = get_segdata(seg, segment_id, SEG_LVL_ALT_Q); [all...] |
av1_loopfilter.c | 478 const int data = get_segdata(&cm->seg, segment_id, seg_lf_feature_id); 554 const int data = get_segdata(&cm->seg, seg_id, seg_lf_feature_id); [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 310 ref_frame[0] = (MV_REFERENCE_FRAME)get_segdata(&cm->seg, segment_id, 437 return get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME) != INTRA_FRAME;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_bitstream.c | 209 get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME)); 798 const int data = get_segdata(seg, i, j); [all...] |
vp9_pickmode.c | [all...] |
vp9_rdopt.c | [all...] |
vp9_encodeframe.c | [all...] |
/external/libaom/libaom/av1/decoder/ |
decodemv.c | [all...] |
/external/libaom/libaom/av1/encoder/ |
bitstream.c | 503 get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME)); [all...] |
rdopt.c | [all...] |