Searched refs:tc_pos (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_lpf_sao_msa.c | 48 v8i16 tc_pos, tc_neg; in hevc_loopfilter_luma_hor_msa() local 119 tc_pos = (v8i16) __msa_ilvev_d(cmp1, cmp0); in hevc_loopfilter_luma_hor_msa() 135 tc_pos <<= 1; in hevc_loopfilter_luma_hor_msa() 136 tc_neg = -tc_pos; in hevc_loopfilter_luma_hor_msa() 143 CLIP_SH(temp2, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa() 149 CLIP_SH(temp2, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa() 155 CLIP_SH(temp2, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa() 168 CLIP_SH(temp2, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa() 174 CLIP_SH(temp2, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa() 180 CLIP_SH(temp2, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmux.h | 174 guint64 tc_pos; member
|
D | gstqtmux.c | 736 qtpad->tc_pos = -1; in gst_qt_mux_pad_reset() 3045 qpad->tc_pos = qtmux->mdat_size; in gst_qt_mux_prefill_samples() 3830 guint64 offset = qtpad->tc_pos; in gst_qt_mux_update_timecode() 3837 g_assert (qtpad->tc_pos != -1); in gst_qt_mux_update_timecode() 3849 qtpad->tc_pos = -1; in gst_qt_mux_update_timecode() 3943 if (qtpad->tc_pos != -1) { in gst_qt_mux_stop_file() 5023 if (buf == NULL || (pad->tc_trak != NULL && pad->tc_pos == -1)) in gst_qt_mux_check_and_update_timecode() 5057 pad->tc_pos = *offset; in gst_qt_mux_check_and_update_timecode() 5111 pad->tc_pos = -1; in gst_qt_mux_check_and_update_timecode()
|