Searched refs:is_i16 (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/enc/
H A Dquant.c58 const int is_i16 = (it->mb_->type_ == 1); local
96 if (is_i16) {
108 for (i = is_i16 ? 1 : 0; i < 16; ++i) {
1103 const int is_i16 = (it->mb_->type_ == 1); local
1106 if (is_i16) {
1135 int is_i16 = try_both_modes || (it->mb_->type_ == 1); local
1137 if (is_i16) { // First, evaluate Intra16 distortion
1153 if (try_both_modes || !is_i16) {
1156 is_i16 = 0;
1176 is_i16
[all...]
/external/opencv3/3rdparty/libwebp/enc/
H A Dquant.c938 const int is_i16 = (it->mb_->type_ == 1); local
941 if (is_i16) {
962 const int is_i16 = (it->mb_->type_ == 1); local
965 if (try_both_i4_i16 || is_i16) {
979 if (try_both_i4_i16 || !is_i16) {

Completed in 133 milliseconds