OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:skip_coeff
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_blockd.h
132
unsigned char
skip_coeff
; // 0=need to decode coeffs, 1=no coefficients
member in struct:__anon23029
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
210
const int
skip_coeff
= m->mbmi.
skip_coeff
;
local
211
vp9_write(w,
skip_coeff
, vp9_get_pred_prob_mbskip(&cpi->common, xd));
212
return
skip_coeff
;
386
int
skip_coeff
;
local
406
skip_coeff
= write_skip_coeff(cpi, segment_id, m, bc);
414
(
skip_coeff
|| vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP)))) {
[
all
...]
Completed in 77 milliseconds