Home
last modified time | relevance | path

Searched refs:eoq (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dhevc_sao.asm206 movsxd eoq, dword eom
208 movsxd eoq, eod
210 mov eoq, r4m
213 movsx a_strideq, byte [tmp2q+eoq*4+1]
214 movsx b_strideq, byte [tmp2q+eoq*4+3]
217 movsx tmpq, byte [tmp2q+eoq*4]
219 movsx tmpq, byte [tmp2q+eoq*4+2]
263 %define eoq srcq
Dhevc_sao_10bit.asm207 movsxd eoq, dword eom
209 movsxd eoq, eod
211 mov eoq, r4m
214 movsx a_strideq, byte [tmp2q+eoq*4+1]
215 movsx b_strideq, byte [tmp2q+eoq*4+3]
218 movsx tmpq, byte [tmp2q+eoq*4]
220 movsx tmpq, byte [tmp2q+eoq*4+2]
237 %define eoq srcq
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c1615 gchar *eoq; in _gst_uri_from_string_internal() local
1616 eoq = strchr (++uri, '#'); in _gst_uri_from_string_internal()
1617 if (eoq == NULL) { in _gst_uri_from_string_internal()
1621 if (eoq != uri) { in _gst_uri_from_string_internal()
1622 gchar *query_str = g_strndup (uri, eoq - uri); in _gst_uri_from_string_internal()
1627 uri = eoq; in _gst_uri_from_string_internal()