HomeSort by relevance Sort by last modified time
    Searched defs:is_hbd (Results 1 - 7 of 7) sorted by null

  /external/libaom/libaom/aom_dsp/
txfm_common.h 32 // bd==8 implies !is_hbd, but that's not certain right now.
33 int is_hbd; member in struct:txfm_param
  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 553 const int is_hbd = is_cur_buf_hbd(xd); local
557 if (is_hbd) {
569 if (is_hbd) {
580 if (is_hbd) {
temporal_filter.c 809 const int is_hbd = is_cur_buf_hbd(mbd); local
810 if (is_hbd) {
    [all...]
rdopt.c 13843 const int is_hbd = is_cur_buf_hbd(xd); local
13889 const int is_hbd = is_cur_buf_hbd(xd); local
13971 const int is_hbd = is_cur_buf_hbd(xd); local
    [all...]
  /external/libaom/libaom/av1/common/
reconinter.c 816 const int is_hbd = is_cur_buf_hbd(xd); local
853 const int is_hbd = is_cur_buf_hbd(xd); local
    [all...]
  /external/libaom/libaom/av1/
av1_dx_iface.c 816 const int is_hbd = local
819 ctx->img.planes[0] += mi_col * MI_SIZE * (1 + is_hbd);
823 mi_col * (MI_SIZE >> ssx) * (1 + is_hbd);
    [all...]
  /external/libhevc/encoder/
ihevce_enc_loop_pass.c 2077 WORD32 is_hbd; local
2149 WORD32 is_hbd; local
    [all...]

Completed in 328 milliseconds