Searched refs:set_skip_context (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 356 static INLINE void set_skip_context(MACROBLOCKD *xd, int mi_row, int mi_col) { in set_skip_context() function
|
/external/libaom/libaom/av1/common/ |
D | onyxc_int.h | 788 static INLINE void set_skip_context(MACROBLOCKD *xd, int mi_row, int mi_col, in set_skip_context() function
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 795 set_skip_context(xd, mi_row, mi_col); in set_offsets_recon() 824 set_skip_context(xd, mi_row, mi_col); in set_offsets()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 365 set_skip_context(xd, mi_row, mi_col, num_planes); in set_offsets()
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 221 set_skip_context(xd, mi_row, mi_col, num_planes); in set_offsets_without_segment_id()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 262 set_skip_context(xd, mi_row, mi_col); in set_offsets()
|