Searched refs:error_resilient (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_dx_iface.c141 int error_resilient; local
161 error_resilient = vp9_rb_read_bit(&rb);
173 rb.bit_offset += error_resilient ? 0 : 2; // reset_frame_context
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c241 static const arg_def_t error_resilient = ARG_DEF(NULL, "error-resilient", 1, variable
254 &error_resilient,
1076 } else if (arg_match(&arg, &error_resilient, argi)) {
/external/libvpx/libvpx/
H A Dvpxenc.c271 static const arg_def_t error_resilient = ARG_DEF(NULL, "error-resilient", 1, variable
279 &error_resilient,
921 } else if (arg_match(&arg, &error_resilient, argi)) {

Completed in 1130 milliseconds