Home | History | Annotate | Download | only in src

Lines Matching refs:entropy

55 static int entropy;
148 bframes = entropy = 0;
156 property_get("vidc.debug.entropy", property_value, "1");
157 entropy = !!atoi(property_value);
917 avc_param.bEntropyCodingCABAC = (OMX_BOOL)(avc_param.bEntropyCodingCABAC && entropy);
918 avc_param.nCabacInitIdc = entropy ? avc_param.nCabacInitIdc : 0;
1605 DEBUG_PRINT_ERROR("Attempting to set Entropy failed");