Searched refs:direction (Results 1 - 25 of 883) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Dconceal.cpp1450 int direction )
1461 /* init depending on direction */
1462 if (direction == 0) { /* FADE-OUT => FADE-IN */
1482 /* check and adjust depending on direction */
1483 if (direction == 0) { /* FADE-OUT => FADE-IN */
H A Drvlc.cpp284 backward direction.
353 UCHAR direction = pRvlc->direction; local
360 direction);
373 if (direction == FWD) {
382 if (direction == FWD) {
405 description: Decode RVL-coded codewords in forward direction.
437 pRvlc->direction = FWD;
596 description: Decode RVL-coded codewords in backward direction.
626 pRvlc->direction
[all...]
H A Drvlc_info.h94 #define FWD 0 /* bitstream decoding direction forward (RVL coded part) */
95 #define BWD 1 /* bitstream decoding direction backward (RVL coded part) */
137 UCHAR direction; member in struct:__anon51
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp121 INT tnsFilterDirection[MAX_NUM_OF_FILTERS]; /* Filtering direction, 0=up, 1=down TABUL */
814 tnsInfo->direction[subBlockNumber][HIFILT] = tC->confTab.tnsFilterDirection[HIFILT];
852 tnsInfo->direction[subBlockNumber][LOFILT] = tC->confTab.tnsFilterDirection[LOFILT];
865 (tnsInfo->direction[subBlockNumber][LOFILT] == tnsInfo->direction[subBlockNumber][HIFILT]) )
970 tnsInfoDest->direction [w][HIFILT] = tnsInfoSrc->direction [w][HIFILT];
H A Daacenc_tns.h125 INT tnsFilterDirection[MAX_NUM_OF_FILTERS]; /* Filtering direction, 0=up, 1=down TABUL */
183 INT direction[TRANS_FAC][MAX_NUM_OF_FILTERS]; member in struct:__anon85
H A Dbitenc.cpp516 FDKwriteBits(hBitStream,tnsInfo->direction[i][j],1);
517 tnsBits +=1; /*direction*/
559 tnsBits +=1; /*direction*/
/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp806 static int findClosestEntry(UCHAR goalSb, UCHAR *v_k_master, UCHAR numMaster, UCHAR direction) argument
816 if(direction) {
H A Dsbrdec_freq_sca.cpp437 int direction = 1; local
458 if (direction == 0)
462 direction = 1;
466 if (direction == 1)
468 direction = 0;
/external/aac/libSBRenc/src/
H A Dton_corr.cpp456 INT direction)
466 if(direction) {
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java603 public void setFetchDirection(int direction) throws SQLException { argument
/external/bison/
H A Dconfigure9011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
9012 $as_echo_n "checking stack direction for C alloca... " >&6; }
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex60 IO layer -- indicating the device, CPU number, time stamp, IO direction,
98 \item[IO direction] The same IO direction (read/write) is maintained.
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h1108 UINT8 direction; member in struct:__anon1357
/external/ceres-solver/internal/ceres/
H A Dline_search.cc113 const Vector& direction) {
115 direction_ = direction;
112 Init(const Vector& position, const Vector& direction) argument
H A Dline_search.h125 // conditions) of the gradient along the search direction
158 // optimization problem along a specific search direction.
166 // f(x) = p(position + x * direction)
234 void Init(const Vector& position, const Vector& direction);
/external/chromium-trace/trace-viewer/src/cc/
H A Dlayer_picker.css7 -webkit-flex-direction: column;
H A Dlayer_tree_host_impl_view.css7 -webkit-flex-direction: row;
H A Dlayer_viewer.css7 -webkit-flex-direction: column;
16 -webkit-flex-direction: column;
H A Dpicture_debugger.css8 -webkit-flex-direction: row;
13 -webkit-flex-direction: column;
19 -webkit-flex-direction: column;
50 -webkit-flex-direction: column;
H A Dpicture_ops_list_view.css7 -webkit-flex-direction: column;
H A Draster_task_slice_view.css6 -webkit-flex-direction: column;
/external/chromium-trace/trace-viewer/src/ui/
H A Dlist_and_associated_view.css7 -webkit-flex-direction: row;
H A Dquad_stack.css8 -webkit-flex-direction: column;
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java1809 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
1811 mAwViewMethods.onFocusChanged(focused, direction, previouslyFocusedRect);
2463 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
H A DAwViewMethods.java99 void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); argument

Completed in 699 milliseconds

1234567891011>>