Searched refs:hist_ptr (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Ddtx_enc.h105 Word16 hist_ptr; member in struct:__anon390
H A Ddtx_enc.cpp315 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
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Ddtx.c108 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, indice
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx_decoder_amr_wb.cpp136 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...]
H A Ddtx.h94 int16 hist_ptr; member in struct:__anon402
141 int16 hist_ptr; member in struct:__anon403
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Ddtx.h46 Word16 hist_ptr; member in struct:__anon409

Completed in 438 milliseconds