HomeSort by relevance Sort by last modified time
    Searched refs:hist_ptr (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
dtx_enc.h 105 Word16 hist_ptr; member in struct:__anon31443
dtx_enc.cpp 315 st->hist_ptr = 0;
369 st->hist_ptr = 0;
885 st->hist_ptr = add(st->hist_ptr, 1);
886 if (sub(st->hist_ptr, DTX_HIST_SIZE) == 0)
888 st->hist_ptr = 0;
892 Copy(lsp_new, &st->lsp_hist[st->hist_ptr * M], M);
911 st->log_en_hist[st->hist_ptr] = log_en; // Q10
955 st->hist_ptr += 1;
957 if (st->hist_ptr == DTX_HIST_SIZE
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
dtx.c 108 st->hist_ptr = 0;
304 st->hist_ptr = add(st->hist_ptr, 1);
305 if(st->hist_ptr == DTX_HIST_SIZE)
307 st->hist_ptr = 0;
310 Copy(isf_new, &st->isf_hist[st->hist_ptr * M], M);
331 st->log_en_hist[st->hist_ptr] = log_en;
482 ptr = st->hist_ptr;
494 tmp = sub(isf_old_tx[st->hist_ptr * M + j], isf_old_tx[ptr * M + j]);
537 indices[i] = sub(st->hist_ptr, indices[i])
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx_decoder_amr_wb.cpp 136 st->hist_ptr = 0;
225 ptr = st->hist_ptr + 1;
230 pv_memcpy((void *)&st->isf_hist[ptr * M], (void *)&st->isf_hist[st->hist_ptr * M], M*sizeof(*st->isf_hist));
232 st->log_en_hist[ptr] = st->log_en_hist[st->hist_ptr];
472 st->hist_ptr++;
474 if (st->hist_ptr == DTX_HIST_SIZE)
476 st->hist_ptr = 0;
478 pv_memcpy((void *)&st->isf_hist[st->hist_ptr * M], (void *)isf, M*sizeof(*isf));
500 st->log_en_hist[st->hist_ptr] = log_en;
777 ptr = st->hist_ptr;
    [all...]
dtx.h 94 int16 hist_ptr; member in struct:__anon31455
141 int16 hist_ptr; member in struct:__anon31456
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
dtx.h 46 Word16 hist_ptr; member in struct:__anon31462

Completed in 166 milliseconds