Searched refs:max_i4_header_bits_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c608 (enc->max_i4_header_bits_ == 0);
616 if (enc->max_i4_header_bits_ > 0 && size_p0 > PARTITION0_SIZE_LIMIT) {
618 enc->max_i4_header_bits_ >>= 1; // strengthen header bit limitation...
767 (enc->max_i4_header_bits_ == 0);
823 enc->max_i4_header_bits_ >>= 1; // strengthen header bit limitation...
H A Dvp8enci.h451 int max_i4_header_bits_; // partition #0 safeness factor member in struct:VP8Encoder
H A Dwebpenc.c102 enc->max_i4_header_bits_ =
H A Dquant.c941 if (enc->max_i4_header_bits_ == 0) {
994 if (total_header_bits > enc->max_i4_header_bits_) {
/external/webp/src/enc/
H A Dframe.c608 (enc->max_i4_header_bits_ == 0);
616 if (enc->max_i4_header_bits_ > 0 && size_p0 > PARTITION0_SIZE_LIMIT) {
618 enc->max_i4_header_bits_ >>= 1; // strengthen header bit limitation...
767 (enc->max_i4_header_bits_ == 0);
823 enc->max_i4_header_bits_ >>= 1; // strengthen header bit limitation...
H A Dvp8enci.h451 int max_i4_header_bits_; // partition #0 safeness factor member in struct:VP8Encoder
H A Dwebpenc.c102 enc->max_i4_header_bits_ =
H A Dquant.c941 if (enc->max_i4_header_bits_ == 0) {
994 if (total_header_bits > enc->max_i4_header_bits_) {

Completed in 91 milliseconds