Home
last modified time | relevance | path

Searched defs:subframe (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
Damrnbdec.c373 const int prev_lag_int, const int subframe) in decode_pitch_lag_1_6()
393 const int subframe) in decode_pitch_vector()
500 const enum Mode mode, const int subframe) in decode_fixed_sparse()
552 static void pitch_sharpening(AMRContext *p, int subframe, enum Mode mode, in pitch_sharpening()
631 const enum Mode mode, const int subframe, in decode_gains()
957 int i, subframe, ret; in amrnb_decode_frame() local
Dacelp_pitch_delay.c108 const int prev_lag_int, const int subframe, in ff_decode_pitch_lag()
Damrwbdec.c257 uint8_t *base_lag_int, int subframe) in decode_pitch_lag_high()
290 uint8_t *base_lag_int, int subframe, enum Mode mode) in decode_pitch_lag_low()
320 const int subframe) in decode_pitch_vector()
1015 static void hb_synthesis(AMRWBContext *ctx, int subframe, float *samples, in hb_synthesis()
Damrnbdata.h70 AMRNBSubframe subframe[4]; ///< unpacked data for each subframe member
Dfastaudio.c123 for (int subframe = 0; subframe < subframes; subframe++) { in fastaudio_decode() local
Damrwbdata.h81 AMRWBSubFrame subframe[4]; ///< data for subframes member
Dg723_1.h120 G723_1_Subframe subframe[4]; member
Dadpcm.c1322 for (int subframe = 0; subframe < nb_samples / 256; subframe++) { in adpcm_decode_frame() local
Ddcaenc.c1106 static void put_subframe(DCAEncContext *c, int subframe) in put_subframe()
Dilbcdec.c770 int16_t subcount, subframe; in decode_residual() local
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvp9parse.c478 GstBaseParseFrame subframe; in gst_vp9_parse_handle_frame() local
/third_party/cef/tests/ceftests/
Dresource_request_handler_unittest.cc1509 bool subframe) in SubresourceResponseTest()
2589 #define SUBRESOURCE_TEST(name, test_mode, custom, unhandled, subframe) \ argument
2597 #define SUBRESOURCE_TEST_ALL_MODES(name, custom, unhandled, subframe) \ argument
2613 #define SUBRESOURCE_TEST_HANDLED_MODES(name, custom, subframe) \ argument
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideodecoder.c779 videodecoder_backwards_playback (gboolean subframe) in videodecoder_backwards_playback()