Home
last modified time | relevance | path

Searched refs:zero_counts (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c1221 FRAME_COUNTS zero_counts; in debug_check_frame_counts() local
1222 vp9_zero(zero_counts); in debug_check_frame_counts()
1224 assert(!memcmp(cm->counts.y_mode, zero_counts.y_mode, in debug_check_frame_counts()
1226 assert(!memcmp(cm->counts.uv_mode, zero_counts.uv_mode, in debug_check_frame_counts()
1228 assert(!memcmp(cm->counts.partition, zero_counts.partition, in debug_check_frame_counts()
1230 assert(!memcmp(cm->counts.coef, zero_counts.coef, in debug_check_frame_counts()
1232 assert(!memcmp(cm->counts.eob_branch, zero_counts.eob_branch, in debug_check_frame_counts()
1234 assert(!memcmp(cm->counts.switchable_interp, zero_counts.switchable_interp, in debug_check_frame_counts()
1236 assert(!memcmp(cm->counts.inter_mode, zero_counts.inter_mode, in debug_check_frame_counts()
1238 assert(!memcmp(cm->counts.intra_inter, zero_counts.intra_inter, in debug_check_frame_counts()
[all …]