HomeSort by relevance Sort by last modified time
    Searched full:x_tab (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
dcac_prediction.cpp 76 int y_offset, x_offset, x_tab, y_tab, z_tab; /* speedup coefficients */ local
90 x_tab = Xtab[comp];
104 block_A = (comp == 1 || comp == 3) ? flag_0 = TRUE, DC_store[0][x_tab] : mid_gray;
112 block_A = (comp == 1 || comp == 3) ? flag_0 = TRUE, DC_store[0][x_tab] : mid_gray;
120 block_A = (comp == 1 || comp == 3 || left_bnd) ? flag_0 = TRUE, DC_store[x_offset][x_tab] : mid_gray;
129 block_A = (comp == 1 || comp == 3 || left_bnd) ? flag_0 = TRUE, DC_store[x_offset][x_tab] : mid_gray;
246 int y_offset, x_offset, x_tab, y_tab; /* speedup coefficients */ local
250 x_tab = Xtab[comp];
263 block_A = (comp == 1 || comp == 3) ? flag_0 = TRUE, DC_store[0][x_tab] : mid_gray;
271 block_A = (comp == 1 || comp == 3) ? flag_0 = TRUE, DC_store[0][x_tab] : mid_gray
    [all...]
  /external/mksh/src/
edit.c 954 static unsigned char (*x_tab)[X_TABSZ]; /* key definition */ variable
1270 x_tab[x_curprefix][c];
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 2062 Int y_offset, x_offset, x_tab, y_tab, z_tab; \/* speedup coefficients *\/ local
    [all...]

Completed in 83 milliseconds